COLOR #314521

HEX: #314521
RGB: (49,69,33)

Color info

#314521 contains red, green and blue colors in about the same proportion. Web safe color of #314521 is #333333 (or #333).

RGB color model

#314521 color RGB value is (49,69,33).

  • red value is 49;
  • green value is 69;
  • blue value is 33.
RGB:
(49,69,33)
(19%,27%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 69 of 255 = 27%
B 33 of 255 = 13%

49
69
33

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

Portions of RGB colors in percentages

R + G + B =
49 + 69 + 33 = 151 (100%)
R 49 of 151 ~ 32.45%
G 69 of 151 ~ 45.7%
B 33 of 151 ~ 21.85%

%32.45
%45.7
%21.85

CMYK color model

#314521 color CMYK value is (29,0,52,73).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(29,0,52,73)
C29M0Y52K73 
(29%,0%,52%,73%)
(0.29/0.00/0.52/0.73)	

CMYK percentages

%28.99
%0
%52.17
%72.94

Codes

Color #314521 in popluar color models

314521
RGB496933
HSL93°35.29%20.00%
HSB/HSV93°52.17%27.06%
CMYK28.99%0.00%52.17%
72.94%

Color #314521 in popluar number systems.

HEX314521
Decimal496933
Binary1100011000101100001
Octal6110541

Shades and tints

Shades of #314521

#314521
(49,69,33)
#2D3F1E
(45,63,30)
#29391B
(41,57,27)
#253318
(37,51,24)
#212D15
(33,45,21)
#1D2712
(29,39,18)
#19210F
(25,33,15)
#151B0C
(21,27,12)
#111509
(17,21,9)
#0D0F06
(13,15,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #314521

#314521
(49,69,33)
#435535
(67,85,53)
#556549
(85,101,73)
#67755D
(103,117,93)
#798571
(121,133,113)
#8B9585
(139,149,133)
#9DA599
(157,165,153)
#AFB5AD
(175,181,173)
#C1C5C1
(193,197,193)
#D3D5D5
(211,213,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314521; }

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

This text font color is #314521.


Background Color

.myBgColor { background-color: #314521; }

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

This div background color is #314521.


Border color

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

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

This div border color is #314521.


Opacity

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

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

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

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

This text has shadow with #314521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314521 on black background.


Color preview on white background

This text has color #314521 on white background.



Black color preview on #314521 background

This text has black color on #314521 background.


White color preview on #314521 background

This text has white color on #314521 background.