COLOR #314E17

HEX: #314E17 RGB: (49,78,23)

Color info

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

RGB color model

#314E17 color RGB value is (49,78,23).

RGB: (49,78,23) (19%, 31%, 9%)

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 23 of 255 = 9%

49
78
23

R + G + B ~ 20%. #314E17 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 78 + 23 = 150 (100%)
R 49 of 150 ~ 32.67%
G 78 of 150 ~ 52%
B 23 of 150 ~ 15.33'%

%32.67
%52
%15.33

CMYK color model

#314E17 color CMYK value is (37,0,71,69).

  • cyan value is 37.18%
  • magenta value is 0.00%
  • yellow value is 70.51%
  • key color value is 69.41%

CMYK: (37,0,71,69)
C37M0Y71K69 (37%, 0%, 71%, 69%)
(0.37 / 0.00 / 0.71 / 0.69)

CMYK percentages

%37.18
%0
%70.51
%69.41

Codes

Color #314E17 in popluar color models

31 4E 17
RGB 49 78 23
HSL 92° 54.46% 19.80%
HSB/HSV 92° 70.51% 30.59%
CMYK 37.18% 0.00% 70.51%
69.41%

Color #314E17 in popluar number systems.

HEX 31 4E 17
Decimal 49 78 23
Binary 110001 1001110 10111
Octal 61 116 27

Shades and tints

Shades of #314E17

#314E17
(49,78,23)
#2D4715
(45,71,21)
#294013
(41,64,19)
#253911
(37,57,17)
#21320F
(33,50,15)
#1D2B0D
(29,43,13)
#19240B
(25,36,11)
#151D09
(21,29,9)
#111607
(17,22,7)
#0D0F05
(13,15,5)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #314E17

#314E17
(49,78,23)
#435E2C
(67,94,44)
#556E41
(85,110,65)
#677E56
(103,126,86)
#798E6B
(121,142,107)
#8B9E80
(139,158,128)
#9DAE95
(157,174,149)
#AFBEAA
(175,190,170)
#C1CEBF
(193,206,191)
#D3DED4
(211,222,212)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314E17 color. Also use rgb(49,78,23) instead hex code.

Text Font Color

.myTextColor { color: #314E17; }

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

This text font color is #314E17.

Background Color

.myBgColor { background-color: #314E17; }

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

This div background color is #314E17.

Border color

.myBorderColor { border: 1px solid #314E17; }

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

This div border color is #314E17.

Opacity

.myOpacity80 { color: #314E17; opacity: 0.8; }

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

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

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

This text has shadow with #314E17 color.


.textShadow {text-shadow: 3px 3px 1px #314E17', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #314E17; -webkit-box-shadow: 1px 1px 3px 2px #314E17; box-shadow:1px 1px 3px 2px #314E17;">
Div content here
</div>

This div box has shadow with color #314E17.

Preview

Color preview on black background

This text has color #314E17 on black background.


Color preview on white background

This text has color #314E17 on white background.


Black color preview on #314E17 background

This text has black color on #314E17 background.


White color preview on #314E17 background

This text has white color on #314E17 background.


Related colors

Complementary color

Complementary color for #hex is #CEB1E8.


I love getcolorcode.com

Triadic colors

1 #17314E and #4E1731 with #314E17 are triadic colors.

2 #174E31 and #4E3117 with #314E17 are triadic colors.