COLOR #334E14

HEX: #334E14
RGB: (51,78,20)

Color info

#334E14 contains red, green and blue colors in about the same proportion. Web safe color of #334E14 is #336600 (or #360).

RGB color model

#334E14 color RGB value is (51,78,20).

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

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 20 of 255 = 8%

51
78
20

R + G + B ~ 20%. #334E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 78 + 20 = 149 (100%)
R 51 of 149 ~ 34.23%
G 78 of 149 ~ 52.35%
B 20 of 149 ~ 13.42%

%34.23
%52.35
%13.42

CMYK color model

#334E14 color CMYK value is (35,0,74,69).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(35,0,74,69)
C35M0Y74K69 
(35%,0%,74%,69%)
(0.35/0.00/0.74/0.69)	

CMYK percentages

%34.62
%0
%74.36
%69.41

Codes

Color #334E14 in popluar color models

334E14
RGB517820
HSL88°59.18%19.22%
HSB/HSV88°74.36%30.59%
CMYK34.62%0.00%74.36%
69.41%

Color #334E14 in popluar number systems.

HEX334E14
Decimal517820
Binary110011100111010100
Octal6311624

Shades and tints

Shades of #334E14

#334E14
(51,78,20)
#2F4713
(47,71,19)
#2B4012
(43,64,18)
#273911
(39,57,17)
#233210
(35,50,16)
#1F2B0F
(31,43,15)
#1B240E
(27,36,14)
#171D0D
(23,29,13)
#13160C
(19,22,12)
#0F0F0B
(15,15,11)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #334E14

#334E14
(51,78,20)
#455E29
(69,94,41)
#576E3E
(87,110,62)
#697E53
(105,126,83)
#7B8E68
(123,142,104)
#8D9E7D
(141,158,125)
#9FAE92
(159,174,146)
#B1BEA7
(177,190,167)
#C3CEBC
(195,206,188)
#D5DED1
(213,222,209)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334E14; }

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

This text font color is #334E14.


Background Color

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

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

This div background color is #334E14.


Border color

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

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

This div border color is #334E14.


Opacity

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

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

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

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

This text has shadow with #334E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334E14 on black background.


Color preview on white background

This text has color #334E14 on white background.



Black color preview on #334E14 background

This text has black color on #334E14 background.


White color preview on #334E14 background

This text has white color on #334E14 background.