COLOR #334956

HEX: #334956
RGB: (51,73,86)

Color info

#334956 contains red, green and blue colors in about the same proportion. Web safe color of #334956 is #333366 (or #336).

RGB color model

#334956 color RGB value is (51,73,86).

  • red value is 51;
  • green value is 73;
  • blue value is 86.
RGB:
(51,73,86)
(20%,29%,34%)

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 86 of 255 = 34%

51
73
86

R + G + B ~ 28%. #334956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 73 + 86 = 210 (100%)
R 51 of 210 ~ 24.29%
G 73 of 210 ~ 34.76%
B 86 of 210 ~ 40.95%

%24.29
%34.76
%40.95

CMYK color model

#334956 color CMYK value is (41,15,0,66).

  • cyan value is 40.70%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(41,15,0,66)
C41M15Y0K66 
(41%,15%,0%,66%)
(0.41/0.15/0.00/0.66)	

CMYK percentages

%40.7
%15.12
%0
%66.27

Codes

Color #334956 in popluar color models

334956
RGB517386
HSL202°25.55%26.86%
HSB/HSV202°40.70%33.73%
CMYK40.70%15.12%0.00%
66.27%

Color #334956 in popluar number systems.

HEX334956
Decimal517386
Binary11001110010011010110
Octal63111126

Shades and tints

Shades of #334956

#334956
(51,73,86)
#2F434F
(47,67,79)
#2B3D48
(43,61,72)
#273741
(39,55,65)
#23313A
(35,49,58)
#1F2B33
(31,43,51)
#1B252C
(27,37,44)
#171F25
(23,31,37)
#13191E
(19,25,30)
#0F1317
(15,19,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #334956

#334956
(51,73,86)
#455965
(69,89,101)
#576974
(87,105,116)
#697983
(105,121,131)
#7B8992
(123,137,146)
#8D99A1
(141,153,161)
#9FA9B0
(159,169,176)
#B1B9BF
(177,185,191)
#C3C9CE
(195,201,206)
#D5D9DD
(213,217,221)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334956 color. Also use rgb(51,73,86) instead hex code.

Text Font Color

.myTextColor { color: #334956; }

<p style="color:#334956">This sample text font color is #334956.</p>

This text font color is #334956.


Background Color

.myBgColor { background-color: #334956; }

<div style="background-color:#334956">Inner text</div>

This div background color is #334956.


Border color

.myBorderColor { border: 1px solid #334956; }

<div style="border:3px solid #334956">Div</div>

This div border color is #334956.


Opacity

.myOpacity80 { color: #334956; opacity: 0.8; }

<p style="color:#334956;opacity:0.8;">80%</p>

Text with #334956 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #334956;}

<p style="text-shadow: 3px 3px 1px #334956">Text here.</p>

This text has shadow with #334956 color.

.textShadow {text-shadow: 3px 3px 1px #334956, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #334956, 5px 5px 20px red">Text here.</p>

This text has shadow with #334956 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#334956, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#334956, Direction=45, Strength=4)">Text</p>

This text has shadow with #334956 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #334956;
  -webkit-box-shadow:	1px 1px 3px 2px #334956;
  box-shadow:		1px 1px 3px 2px #334956;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #334956;
-webkit-box-shadow: 1px 1px 3px 2px #334956;
box-shadow:1px 1px 3px 2px #334956;">
Div content here</div>
This div box has shadow with color #334956.

Preview

Color preview on black background

This text has color #334956 on black background.


Color preview on white background

This text has color #334956 on white background.



Black color preview on #334956 background

This text has black color on #334956 background.


White color preview on #334956 background

This text has white color on #334956 background.