COLOR #314737

HEX: #314737
RGB: (49,71,55)

Color info

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

RGB color model

#314737 color RGB value is (49,71,55).

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

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 55 of 255 = 22%

49
71
55

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 55 = 175 (100%)
R 49 of 175 ~ 28%
G 71 of 175 ~ 40.57%
B 55 of 175 ~ 31.43%

%28
%40.57
%31.43

CMYK color model

#314737 color CMYK value is (31,0,23,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 22.54%
  • key color value is 72.16%
CMYK:
(31,0,23,72)
C31M0Y23K72 
(31%,0%,23%,72%)
(0.31/0.00/0.23/0.72)	

CMYK percentages

%30.99
%0
%22.54
%72.16

Codes

Color #314737 in popluar color models

314737
RGB497155
HSL136°18.33%23.53%
HSB/HSV136°30.99%27.84%
CMYK30.99%0.00%22.54%
72.16%

Color #314737 in popluar number systems.

HEX314737
Decimal497155
Binary1100011000111110111
Octal6110767

Shades and tints

Shades of #314737

#314737
(49,71,55)
#2D4132
(45,65,50)
#293B2D
(41,59,45)
#253528
(37,53,40)
#212F23
(33,47,35)
#1D291E
(29,41,30)
#192319
(25,35,25)
#151D14
(21,29,20)
#11170F
(17,23,15)
#0D110A
(13,17,10)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #314737

#314737
(49,71,55)
#435749
(67,87,73)
#55675B
(85,103,91)
#67776D
(103,119,109)
#79877F
(121,135,127)
#8B9791
(139,151,145)
#9DA7A3
(157,167,163)
#AFB7B5
(175,183,181)
#C1C7C7
(193,199,199)
#D3D7D9
(211,215,217)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314737; }

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

This text font color is #314737.


Background Color

.myBgColor { background-color: #314737; }

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

This div background color is #314737.


Border color

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

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

This div border color is #314737.


Opacity

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

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

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

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

This text has shadow with #314737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314737 on black background.


Color preview on white background

This text has color #314737 on white background.



Black color preview on #314737 background

This text has black color on #314737 background.


White color preview on #314737 background

This text has white color on #314737 background.