COLOR #314413

HEX: #314413 RGB: (49,68,19)

Color info

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

RGB color model

#314413 color RGB value is (49,68,19).

RGB: (49,68,19) (19%, 27%, 7%)

RGB channels and saturation

R 49 of 255 = 19%
G 68 of 255 = 27%
B 19 of 255 = 7%

49
68
19

R + G + B ~ 18%. #314413 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 68 + 19 = 136 (100%)
R 49 of 136 ~ 36.03%
G 68 of 136 ~ 50%
B 19 of 136 ~ 13.97'%

%36.03
%50
%13.97

CMYK color model

#314413 color CMYK value is (28,0,72,73).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 72.06%
  • key color value is 73.33%

CMYK: (28,0,72,73)
C28M0Y72K73 (28%, 0%, 72%, 73%)
(0.28 / 0.00 / 0.72 / 0.73)

CMYK percentages

%27.94
%0
%72.06
%73.33

Codes

Color #314413 in popluar color models

31 44 13
RGB 49 68 19
HSL 83° 56.32% 17.06%
HSB/HSV 83° 72.06% 26.67%
CMYK 27.94% 0.00% 72.06%
73.33%

Color #314413 in popluar number systems.

HEX 31 44 13
Decimal 49 68 19
Binary 110001 1000100 10011
Octal 61 104 23

Shades and tints

Shades of #314413

#314413
(49,68,19)
#2D3E12
(45,62,18)
#293811
(41,56,17)
#253210
(37,50,16)
#212C0F
(33,44,15)
#1D260E
(29,38,14)
#19200D
(25,32,13)
#151A0C
(21,26,12)
#11140B
(17,20,11)
#0D0E0A
(13,14,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #314413

#314413
(49,68,19)
#435528
(67,85,40)
#55663D
(85,102,61)
#677752
(103,119,82)
#798867
(121,136,103)
#8B997C
(139,153,124)
#9DAA91
(157,170,145)
#AFBBA6
(175,187,166)
#C1CCBB
(193,204,187)
#D3DDD0
(211,221,208)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314413 color. Also use rgb(49,68,19) instead hex code.

Text Font Color

.myTextColor { color: #314413; }

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

This text font color is #314413.

Background Color

.myBgColor { background-color: #314413; }

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

This div background color is #314413.

Border color

.myBorderColor { border: 1px solid #314413; }

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

This div border color is #314413.

Opacity

.myOpacity80 { color: #314413; opacity: 0.8; }

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

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

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

This text has shadow with #314413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314413.

Preview

Color preview on black background

This text has color #314413 on black background.


Color preview on white background

This text has color #314413 on white background.


Black color preview on #314413 background

This text has black color on #314413 background.


White color preview on #314413 background

This text has white color on #314413 background.


Related colors

Complementary color

Complementary color for #hex is #CEBBEC.


I love getcolorcode.com

Triadic colors

1 #133144 and #441331 with #314413 are triadic colors.

2 #134431 and #443113 with #314413 are triadic colors.