COLOR #314421

HEX: #314421
RGB: (49,68,33)

Color info

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

RGB color model

#314421 color RGB value is (49,68,33).

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

RGB channels and saturation

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

49
68
33

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

Portions of RGB colors in percentages

R + G + B =
49 + 68 + 33 = 150 (100%)
R 49 of 150 ~ 32.67%
G 68 of 150 ~ 45.33%
B 33 of 150 ~ 22%

%32.67
%45.33
%22

CMYK color model

#314421 color CMYK value is (28,0,51,73).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 73.33%
CMYK:
(28,0,51,73)
C28M0Y51K73 
(28%,0%,51%,73%)
(0.28/0.00/0.51/0.73)	

CMYK percentages

%27.94
%0
%51.47
%73.33

Codes

Color #314421 in popluar color models

314421
RGB496833
HSL93°34.65%19.80%
HSB/HSV93°51.47%26.67%
CMYK27.94%0.00%51.47%
73.33%

Color #314421 in popluar number systems.

HEX314421
Decimal496833
Binary1100011000100100001
Octal6110441

Shades and tints

Shades of #314421

#314421
(49,68,33)
#2D3E1E
(45,62,30)
#29381B
(41,56,27)
#253218
(37,50,24)
#212C15
(33,44,21)
#1D2612
(29,38,18)
#19200F
(25,32,15)
#151A0C
(21,26,12)
#111409
(17,20,9)
#0D0E06
(13,14,6)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #314421

#314421
(49,68,33)
#435535
(67,85,53)
#556649
(85,102,73)
#67775D
(103,119,93)
#798871
(121,136,113)
#8B9985
(139,153,133)
#9DAA99
(157,170,153)
#AFBBAD
(175,187,173)
#C1CCC1
(193,204,193)
#D3DDD5
(211,221,213)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314421; }

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

This text font color is #314421.


Background Color

.myBgColor { background-color: #314421; }

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

This div background color is #314421.


Border color

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

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

This div border color is #314421.


Opacity

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

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

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

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

This text has shadow with #314421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314421 on black background.


Color preview on white background

This text has color #314421 on white background.



Black color preview on #314421 background

This text has black color on #314421 background.


White color preview on #314421 background

This text has white color on #314421 background.