COLOR #314831

HEX: #314831
RGB: (49,72,49)

Color info

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

RGB color model

#314831 color RGB value is (49,72,49).

  • red value is 49;
  • green value is 72;
  • blue value is 49.
RGB:
(49,72,49)
(19%,28%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 49 of 255 = 19%

49
72
49

R + G + B ~ 22%. #314831 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 49 = 170 (100%)
R 49 of 170 ~ 28.82%
G 72 of 170 ~ 42.35%
B 49 of 170 ~ 28.82%

%28.82
%42.35
%28.82

CMYK color model

#314831 color CMYK value is (32,0,32,72).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(32,0,32,72)
C32M0Y32K72 
(32%,0%,32%,72%)
(0.32/0.00/0.32/0.72)	

CMYK percentages

%31.94
%0
%31.94
%71.76

Codes

Color #314831 in popluar color models

314831
RGB497249
HSL120°19.01%23.73%
HSB/HSV120°31.94%28.24%
CMYK31.94%0.00%31.94%
71.76%

Color #314831 in popluar number systems.

HEX314831
Decimal497249
Binary1100011001000110001
Octal6111061

Shades and tints

Shades of #314831

#314831
(49,72,49)
#2D422D
(45,66,45)
#293C29
(41,60,41)
#253625
(37,54,37)
#213021
(33,48,33)
#1D2A1D
(29,42,29)
#192419
(25,36,25)
#151E15
(21,30,21)
#111811
(17,24,17)
#0D120D
(13,18,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #314831

#314831
(49,72,49)
#435843
(67,88,67)
#556855
(85,104,85)
#677867
(103,120,103)
#798879
(121,136,121)
#8B988B
(139,152,139)
#9DA89D
(157,168,157)
#AFB8AF
(175,184,175)
#C1C8C1
(193,200,193)
#D3D8D3
(211,216,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314831; }

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

This text font color is #314831.


Background Color

.myBgColor { background-color: #314831; }

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

This div background color is #314831.


Border color

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

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

This div border color is #314831.


Opacity

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

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

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

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

This text has shadow with #314831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314831 on black background.


Color preview on white background

This text has color #314831 on white background.



Black color preview on #314831 background

This text has black color on #314831 background.


White color preview on #314831 background

This text has white color on #314831 background.