COLOR #314D12

HEX: #314D12 RGB: (49,77,18)

Color info

#314D12 contains red, green and blue colors in about the same proportion. Web safe color of #314D12 is #333300 (or #330).

RGB color model

#314D12 color RGB value is (49,77,18).

RGB: (49,77,18) (19%, 30%, 7%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 18 of 255 = 7%

49
77
18

R + G + B ~ 19%. #314D12 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 77 + 18 = 144 (100%)
R 49 of 144 ~ 34.03%
G 77 of 144 ~ 53.47%
B 18 of 144 ~ 12.5'%

%34.03
%53.47
%12.5

CMYK color model

#314D12 color CMYK value is (36,0,77,70).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 76.62%
  • key color value is 69.80%

CMYK: (36,0,77,70)
C36M0Y77K70 (36%, 0%, 77%, 70%)
(0.36 / 0.00 / 0.77 / 0.70)

CMYK percentages

%36.36
%0
%76.62
%69.8

Codes

Color #314D12 in popluar color models

31 4D 12
RGB 49 77 18
HSL 88° 62.11% 18.63%
HSB/HSV 88° 76.62% 30.20%
CMYK 36.36% 0.00% 76.62%
69.80%

Color #314D12 in popluar number systems.

HEX 31 4D 12
Decimal 49 77 18
Binary 110001 1001101 10010
Octal 61 115 22

Shades and tints

Shades of #314D12

#314D12
(49,77,18)
#2D4611
(45,70,17)
#293F10
(41,63,16)
#25380F
(37,56,15)
#21310E
(33,49,14)
#1D2A0D
(29,42,13)
#19230C
(25,35,12)
#151C0B
(21,28,11)
#11150A
(17,21,10)
#0D0E09
(13,14,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #314D12

#314D12
(49,77,18)
#435D27
(67,93,39)
#556D3C
(85,109,60)
#677D51
(103,125,81)
#798D66
(121,141,102)
#8B9D7B
(139,157,123)
#9DAD90
(157,173,144)
#AFBDA5
(175,189,165)
#C1CDBA
(193,205,186)
#D3DDCF
(211,221,207)
#E5EDE4
(229,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D12 color. Also use rgb(49,77,18) instead hex code.

Text Font Color

.myTextColor { color: #314D12; }

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

This text font color is #314D12.

Background Color

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

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

This div background color is #314D12.

Border color

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

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

This div border color is #314D12.

Opacity

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

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

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

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

This text has shadow with #314D12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314D12.

Preview

Color preview on black background

This text has color #314D12 on black background.


Color preview on white background

This text has color #314D12 on white background.


Black color preview on #314D12 background

This text has black color on #314D12 background.


White color preview on #314D12 background

This text has white color on #314D12 background.


Related colors

Complementary color

Complementary color for #hex is #CEB2ED.


I love getcolorcode.com

Triadic colors

1 #12314D and #4D1231 with #314D12 are triadic colors.

2 #124D31 and #4D3112 with #314D12 are triadic colors.