COLOR #334F5E

HEX: #334F5E
RGB: (51,79,94)

Color info

#334F5E contains red, green and blue colors in about the same proportion. Web safe color of #334F5E is #336666 (or #366).

RGB color model

#334F5E color RGB value is (51,79,94).

  • red value is 51;
  • green value is 79;
  • blue value is 94.
RGB:
(51,79,94)
(20%,31%,37%)

RGB channels and saturation

R 51 of 255 = 20%
G 79 of 255 = 31%
B 94 of 255 = 37%

51
79
94

R + G + B ~ 29%. #334F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 79 + 94 = 224 (100%)
R 51 of 224 ~ 22.77%
G 79 of 224 ~ 35.27%
B 94 of 224 ~ 41.96%

%22.77
%35.27
%41.96

CMYK color model

#334F5E color CMYK value is (46,16,0,63).

  • cyan value is 45.74%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(46,16,0,63)
C46M16Y0K63 
(46%,16%,0%,63%)
(0.46/0.16/0.00/0.63)	

CMYK percentages

%45.74
%15.96
%0
%63.14

Codes

Color #334F5E in popluar color models

334F5E
RGB517994
HSL201°29.66%28.43%
HSB/HSV201°45.74%36.86%
CMYK45.74%15.96%0.00%
63.14%

Color #334F5E in popluar number systems.

HEX334F5E
Decimal517994
Binary11001110011111011110
Octal63117136

Shades and tints

Shades of #334F5E

#334F5E
(51,79,94)
#2F4856
(47,72,86)
#2B414E
(43,65,78)
#273A46
(39,58,70)
#23333E
(35,51,62)
#1F2C36
(31,44,54)
#1B252E
(27,37,46)
#171E26
(23,30,38)
#13171E
(19,23,30)
#0F1016
(15,16,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #334F5E

#334F5E
(51,79,94)
#455F6C
(69,95,108)
#576F7A
(87,111,122)
#697F88
(105,127,136)
#7B8F96
(123,143,150)
#8D9FA4
(141,159,164)
#9FAFB2
(159,175,178)
#B1BFC0
(177,191,192)
#C3CFCE
(195,207,206)
#D5DFDC
(213,223,220)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334F5E color. Also use rgb(51,79,94) instead hex code.

Text Font Color

.myTextColor { color: #334F5E; }

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

This text font color is #334F5E.


Background Color

.myBgColor { background-color: #334F5E; }

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

This div background color is #334F5E.


Border color

.myBorderColor { border: 1px solid #334F5E; }

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

This div border color is #334F5E.


Opacity

.myOpacity80 { color: #334F5E; opacity: 0.8; }

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

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

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

This text has shadow with #334F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334F5E on black background.


Color preview on white background

This text has color #334F5E on white background.



Black color preview on #334F5E background

This text has black color on #334F5E background.


White color preview on #334F5E background

This text has white color on #334F5E background.