COLOR #334E2F

HEX: #334E2F
RGB: (51,78,47)

Color info

#334E2F contains red, green and blue colors in about the same proportion. Web safe color of #334E2F is #336633 (or #363).

RGB color model

#334E2F color RGB value is (51,78,47).

  • red value is 51;
  • green value is 78;
  • blue value is 47.
RGB:
(51,78,47)
(20%,31%,18%)

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 47 of 255 = 18%

51
78
47

R + G + B ~ 23%. #334E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 78 + 47 = 176 (100%)
R 51 of 176 ~ 28.98%
G 78 of 176 ~ 44.32%
B 47 of 176 ~ 26.7%

%28.98
%44.32
%26.7

CMYK color model

#334E2F color CMYK value is (35,0,40,69).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 69.41%
CMYK:
(35,0,40,69)
C35M0Y40K69 
(35%,0%,40%,69%)
(0.35/0.00/0.40/0.69)	

CMYK percentages

%34.62
%0
%39.74
%69.41

Codes

Color #334E2F in popluar color models

334E2F
RGB517847
HSL112°24.80%24.51%
HSB/HSV112°39.74%30.59%
CMYK34.62%0.00%39.74%
69.41%

Color #334E2F in popluar number systems.

HEX334E2F
Decimal517847
Binary1100111001110101111
Octal6311657

Shades and tints

Shades of #334E2F

#334E2F
(51,78,47)
#2F472B
(47,71,43)
#2B4027
(43,64,39)
#273923
(39,57,35)
#23321F
(35,50,31)
#1F2B1B
(31,43,27)
#1B2417
(27,36,23)
#171D13
(23,29,19)
#13160F
(19,22,15)
#0F0F0B
(15,15,11)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #334E2F

#334E2F
(51,78,47)
#455E41
(69,94,65)
#576E53
(87,110,83)
#697E65
(105,126,101)
#7B8E77
(123,142,119)
#8D9E89
(141,158,137)
#9FAE9B
(159,174,155)
#B1BEAD
(177,190,173)
#C3CEBF
(195,206,191)
#D5DED1
(213,222,209)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334E2F color. Also use rgb(51,78,47) instead hex code.

Text Font Color

.myTextColor { color: #334E2F; }

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

This text font color is #334E2F.


Background Color

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

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

This div background color is #334E2F.


Border color

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

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

This div border color is #334E2F.


Opacity

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

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

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

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

This text has shadow with #334E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334E2F on black background.


Color preview on white background

This text has color #334E2F on white background.



Black color preview on #334E2F background

This text has black color on #334E2F background.


White color preview on #334E2F background

This text has white color on #334E2F background.