COLOR #314834

HEX: #314834
RGB: (49,72,52)

Color info

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

RGB color model

#314834 color RGB value is (49,72,52).

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

RGB channels and saturation

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

49
72
52

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

Portions of RGB colors in percentages

R + G + B =
49 + 72 + 52 = 173 (100%)
R 49 of 173 ~ 28.32%
G 72 of 173 ~ 41.62%
B 52 of 173 ~ 30.06%

%28.32
%41.62
%30.06

CMYK color model

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

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

CMYK percentages

%31.94
%0
%27.78
%71.76

Codes

Color #314834 in popluar color models

314834
RGB497252
HSL128°19.01%23.73%
HSB/HSV128°31.94%28.24%
CMYK31.94%0.00%27.78%
71.76%

Color #314834 in popluar number systems.

HEX314834
Decimal497252
Binary1100011001000110100
Octal6111064

Shades and tints

Shades of #314834

#314834
(49,72,52)
#2D4230
(45,66,48)
#293C2C
(41,60,44)
#253628
(37,54,40)
#213024
(33,48,36)
#1D2A20
(29,42,32)
#19241C
(25,36,28)
#151E18
(21,30,24)
#111814
(17,24,20)
#0D1210
(13,18,16)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #314834

#314834
(49,72,52)
#435846
(67,88,70)
#556858
(85,104,88)
#67786A
(103,120,106)
#79887C
(121,136,124)
#8B988E
(139,152,142)
#9DA8A0
(157,168,160)
#AFB8B2
(175,184,178)
#C1C8C4
(193,200,196)
#D3D8D6
(211,216,214)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314834; }

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

This text font color is #314834.


Background Color

.myBgColor { background-color: #314834; }

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

This div background color is #314834.


Border color

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

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

This div border color is #314834.


Opacity

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

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

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

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

This text has shadow with #314834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314834 on black background.


Color preview on white background

This text has color #314834 on white background.



Black color preview on #314834 background

This text has black color on #314834 background.


White color preview on #314834 background

This text has white color on #314834 background.