COLOR #334955

HEX: #334955
RGB: (51,73,85)

Color info

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

RGB color model

#334955 color RGB value is (51,73,85).

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

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 85 of 255 = 33%

51
73
85

R + G + B ~ 27%. #334955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 73 + 85 = 209 (100%)
R 51 of 209 ~ 24.4%
G 73 of 209 ~ 34.93%
B 85 of 209 ~ 40.67%

%24.4
%34.93
%40.67

CMYK color model

#334955 color CMYK value is (40,14,0,67).

  • cyan value is 40.00%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(40,14,0,67)
C40M14Y0K67 
(40%,14%,0%,67%)
(0.40/0.14/0.00/0.67)	

CMYK percentages

%40
%14.12
%0
%66.67

Codes

Color #334955 in popluar color models

334955
RGB517385
HSL201°25.00%26.67%
HSB/HSV201°40.00%33.33%
CMYK40.00%14.12%0.00%
66.67%

Color #334955 in popluar number systems.

HEX334955
Decimal517385
Binary11001110010011010101
Octal63111125

Shades and tints

Shades of #334955

#334955
(51,73,85)
#2F434E
(47,67,78)
#2B3D47
(43,61,71)
#273740
(39,55,64)
#233139
(35,49,57)
#1F2B32
(31,43,50)
#1B252B
(27,37,43)
#171F24
(23,31,36)
#13191D
(19,25,29)
#0F1316
(15,19,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #334955

#334955
(51,73,85)
#455964
(69,89,100)
#576973
(87,105,115)
#697982
(105,121,130)
#7B8991
(123,137,145)
#8D99A0
(141,153,160)
#9FA9AF
(159,169,175)
#B1B9BE
(177,185,190)
#C3C9CD
(195,201,205)
#D5D9DC
(213,217,220)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334955; }

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

This text font color is #334955.


Background Color

.myBgColor { background-color: #334955; }

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

This div background color is #334955.


Border color

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

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

This div border color is #334955.


Opacity

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

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

Text with #334955 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 #334955;}

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

This text has shadow with #334955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334955 on black background.


Color preview on white background

This text has color #334955 on white background.



Black color preview on #334955 background

This text has black color on #334955 background.


White color preview on #334955 background

This text has white color on #334955 background.