COLOR #314F21

HEX: #314F21 RGB: (49,79,33)

Color info

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

RGB color model

#314F21 color RGB value is (49,79,33).

RGB: (49,79,33) (19%, 31%, 13%)

RGB channels and saturation

R 49 of 255 = 19%
G 79 of 255 = 31%
B 33 of 255 = 13%

49
79
33

R + G + B ~ 21%. #314F21 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 79 + 33 = 161 (100%)
R 49 of 161 ~ 30.43%
G 79 of 161 ~ 49.07%
B 33 of 161 ~ 20.5'%

%30.43
%49.07
%20.5

CMYK color model

#314F21 color CMYK value is (38,0,58,69).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 58.23%
  • key color value is 69.02%

CMYK: (38,0,58,69)
C38M0Y58K69 (38%, 0%, 58%, 69%)
(0.38 / 0.00 / 0.58 / 0.69)

CMYK percentages

%37.97
%0
%58.23
%69.02

Codes

Color #314F21 in popluar color models

31 4F 21
RGB 49 79 33
HSL 99° 41.07% 21.96%
HSB/HSV 99° 58.23% 30.98%
CMYK 37.97% 0.00% 58.23%
69.02%

Color #314F21 in popluar number systems.

HEX 31 4F 21
Decimal 49 79 33
Binary 110001 1001111 100001
Octal 61 117 41

Shades and tints

Shades of #314F21

#314F21
(49,79,33)
#2D481E
(45,72,30)
#29411B
(41,65,27)
#253A18
(37,58,24)
#213315
(33,51,21)
#1D2C12
(29,44,18)
#19250F
(25,37,15)
#151E0C
(21,30,12)
#111709
(17,23,9)
#0D1006
(13,16,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #314F21

#314F21
(49,79,33)
#435F35
(67,95,53)
#556F49
(85,111,73)
#677F5D
(103,127,93)
#798F71
(121,143,113)
#8B9F85
(139,159,133)
#9DAF99
(157,175,153)
#AFBFAD
(175,191,173)
#C1CFC1
(193,207,193)
#D3DFD5
(211,223,213)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314F21 color. Also use rgb(49,79,33) instead hex code.

Text Font Color

.myTextColor { color: #314F21; }

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

This text font color is #314F21.

Background Color

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

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

This div background color is #314F21.

Border color

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

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

This div border color is #314F21.

Opacity

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

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

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

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

This text has shadow with #314F21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314F21.

Preview

Color preview on black background

This text has color #314F21 on black background.


Color preview on white background

This text has color #314F21 on white background.


Black color preview on #314F21 background

This text has black color on #314F21 background.


White color preview on #314F21 background

This text has white color on #314F21 background.


Related colors

Complementary color

Complementary color for #hex is #CEB0DE.


I love getcolorcode.com

Triadic colors

1 #21314F and #4F2131 with #314F21 are triadic colors.

2 #214F31 and #4F3121 with #314F21 are triadic colors.