COLOR #314427

HEX: #314427
RGB: (49,68,39)

Color info

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

RGB color model

#314427 color RGB value is (49,68,39).

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

RGB channels and saturation

R 49 of 255 = 19%
G 68 of 255 = 27%
B 39 of 255 = 15%

49
68
39

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

Portions of RGB colors in percentages

R + G + B =
49 + 68 + 39 = 156 (100%)
R 49 of 156 ~ 31.41%
G 68 of 156 ~ 43.59%
B 39 of 156 ~ 25%

%31.41
%43.59
%25

CMYK color model

#314427 color CMYK value is (28,0,43,73).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(28,0,43,73)
C28M0Y43K73 
(28%,0%,43%,73%)
(0.28/0.00/0.43/0.73)	

CMYK percentages

%27.94
%0
%42.65
%73.33

Codes

Color #314427 in popluar color models

314427
RGB496839
HSL99°27.10%20.98%
HSB/HSV99°42.65%26.67%
CMYK27.94%0.00%42.65%
73.33%

Color #314427 in popluar number systems.

HEX314427
Decimal496839
Binary1100011000100100111
Octal6110447

Shades and tints

Shades of #314427

#314427
(49,68,39)
#2D3E24
(45,62,36)
#293821
(41,56,33)
#25321E
(37,50,30)
#212C1B
(33,44,27)
#1D2618
(29,38,24)
#192015
(25,32,21)
#151A12
(21,26,18)
#11140F
(17,20,15)
#0D0E0C
(13,14,12)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #314427

#314427
(49,68,39)
#43553A
(67,85,58)
#55664D
(85,102,77)
#677760
(103,119,96)
#798873
(121,136,115)
#8B9986
(139,153,134)
#9DAA99
(157,170,153)
#AFBBAC
(175,187,172)
#C1CCBF
(193,204,191)
#D3DDD2
(211,221,210)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314427; }

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

This text font color is #314427.


Background Color

.myBgColor { background-color: #314427; }

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

This div background color is #314427.


Border color

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

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

This div border color is #314427.


Opacity

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

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

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

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

This text has shadow with #314427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314427 on black background.


Color preview on white background

This text has color #314427 on white background.



Black color preview on #314427 background

This text has black color on #314427 background.


White color preview on #314427 background

This text has white color on #314427 background.