COLOR #314B30

HEX: #314B30
RGB: (49,75,48)

Color info

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

RGB color model

#314B30 color RGB value is (49,75,48).

  • red value is 49;
  • green value is 75;
  • blue value is 48.
RGB:
(49,75,48)
(19%,29%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 75 of 255 = 29%
B 48 of 255 = 19%

49
75
48

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

Portions of RGB colors in percentages

R + G + B =
49 + 75 + 48 = 172 (100%)
R 49 of 172 ~ 28.49%
G 75 of 172 ~ 43.6%
B 48 of 172 ~ 27.91%

%28.49
%43.6
%27.91

CMYK color model

#314B30 color CMYK value is (35,0,36,71).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(35,0,36,71)
C35M0Y36K71 
(35%,0%,36%,71%)
(0.35/0.00/0.36/0.71)	

CMYK percentages

%34.67
%0
%36
%70.59

Codes

Color #314B30 in popluar color models

314B30
RGB497548
HSL118°21.95%24.12%
HSB/HSV118°36.00%29.41%
CMYK34.67%0.00%36.00%
70.59%

Color #314B30 in popluar number systems.

HEX314B30
Decimal497548
Binary1100011001011110000
Octal6111360

Shades and tints

Shades of #314B30

#314B30
(49,75,48)
#2D452C
(45,69,44)
#293F28
(41,63,40)
#253924
(37,57,36)
#213320
(33,51,32)
#1D2D1C
(29,45,28)
#192718
(25,39,24)
#152114
(21,33,20)
#111B10
(17,27,16)
#0D150C
(13,21,12)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #314B30

#314B30
(49,75,48)
#435B42
(67,91,66)
#556B54
(85,107,84)
#677B66
(103,123,102)
#798B78
(121,139,120)
#8B9B8A
(139,155,138)
#9DAB9C
(157,171,156)
#AFBBAE
(175,187,174)
#C1CBC0
(193,203,192)
#D3DBD2
(211,219,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314B30 color. Also use rgb(49,75,48) instead hex code.

Text Font Color

.myTextColor { color: #314B30; }

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

This text font color is #314B30.


Background Color

.myBgColor { background-color: #314B30; }

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

This div background color is #314B30.


Border color

.myBorderColor { border: 1px solid #314B30; }

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

This div border color is #314B30.


Opacity

.myOpacity80 { color: #314B30; opacity: 0.8; }

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

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

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

This text has shadow with #314B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314B30 on black background.


Color preview on white background

This text has color #314B30 on white background.



Black color preview on #314B30 background

This text has black color on #314B30 background.


White color preview on #314B30 background

This text has white color on #314B30 background.