COLOR #314A36

HEX: #314A36
RGB: (49,74,54)

Color info

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

RGB color model

#314A36 color RGB value is (49,74,54).

  • red value is 49;
  • green value is 74;
  • blue value is 54.
RGB:
(49,74,54)
(19%,29%,21%)

RGB channels and saturation

R 49 of 255 = 19%
G 74 of 255 = 29%
B 54 of 255 = 21%

49
74
54

R + G + B ~ 23%. #314A36 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 74 + 54 = 177 (100%)
R 49 of 177 ~ 27.68%
G 74 of 177 ~ 41.81%
B 54 of 177 ~ 30.51%

%27.68
%41.81
%30.51

CMYK color model

#314A36 color CMYK value is (34,0,27,71).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 70.98%
CMYK:
(34,0,27,71)
C34M0Y27K71 
(34%,0%,27%,71%)
(0.34/0.00/0.27/0.71)	

CMYK percentages

%33.78
%0
%27.03
%70.98

Codes

Color #314A36 in popluar color models

314A36
RGB497454
HSL132°20.33%24.12%
HSB/HSV132°33.78%29.02%
CMYK33.78%0.00%27.03%
70.98%

Color #314A36 in popluar number systems.

HEX314A36
Decimal497454
Binary1100011001010110110
Octal6111266

Shades and tints

Shades of #314A36

#314A36
(49,74,54)
#2D4432
(45,68,50)
#293E2E
(41,62,46)
#25382A
(37,56,42)
#213226
(33,50,38)
#1D2C22
(29,44,34)
#19261E
(25,38,30)
#15201A
(21,32,26)
#111A16
(17,26,22)
#0D1412
(13,20,18)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #314A36

#314A36
(49,74,54)
#435A48
(67,90,72)
#556A5A
(85,106,90)
#677A6C
(103,122,108)
#798A7E
(121,138,126)
#8B9A90
(139,154,144)
#9DAAA2
(157,170,162)
#AFBAB4
(175,186,180)
#C1CAC6
(193,202,198)
#D3DAD8
(211,218,216)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314A36 color. Also use rgb(49,74,54) instead hex code.

Text Font Color

.myTextColor { color: #314A36; }

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

This text font color is #314A36.


Background Color

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

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

This div background color is #314A36.


Border color

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

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

This div border color is #314A36.


Opacity

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

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

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

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

This text has shadow with #314A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314A36 on black background.


Color preview on white background

This text has color #314A36 on white background.



Black color preview on #314A36 background

This text has black color on #314A36 background.


White color preview on #314A36 background

This text has white color on #314A36 background.