COLOR #314D27

HEX: #314D27
RGB: (49,77,39)

Color info

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

RGB color model

#314D27 color RGB value is (49,77,39).

  • red value is 49;
  • green value is 77;
  • blue value is 39.
RGB:
(49,77,39)
(19%,30%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 39 of 255 = 15%

49
77
39

R + G + B ~ 21%. #314D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 77 + 39 = 165 (100%)
R 49 of 165 ~ 29.7%
G 77 of 165 ~ 46.67%
B 39 of 165 ~ 23.64%

%29.7
%46.67
%23.64

CMYK color model

#314D27 color CMYK value is (36,0,49,70).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(36,0,49,70)
C36M0Y49K70 
(36%,0%,49%,70%)
(0.36/0.00/0.49/0.70)	

CMYK percentages

%36.36
%0
%49.35
%69.8

Codes

Color #314D27 in popluar color models

314D27
RGB497739
HSL104°32.76%22.75%
HSB/HSV104°49.35%30.20%
CMYK36.36%0.00%49.35%
69.80%

Color #314D27 in popluar number systems.

HEX314D27
Decimal497739
Binary1100011001101100111
Octal6111547

Shades and tints

Shades of #314D27

#314D27
(49,77,39)
#2D4624
(45,70,36)
#293F21
(41,63,33)
#25381E
(37,56,30)
#21311B
(33,49,27)
#1D2A18
(29,42,24)
#192315
(25,35,21)
#151C12
(21,28,18)
#11150F
(17,21,15)
#0D0E0C
(13,14,12)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #314D27

#314D27
(49,77,39)
#435D3A
(67,93,58)
#556D4D
(85,109,77)
#677D60
(103,125,96)
#798D73
(121,141,115)
#8B9D86
(139,157,134)
#9DAD99
(157,173,153)
#AFBDAC
(175,189,172)
#C1CDBF
(193,205,191)
#D3DDD2
(211,221,210)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D27 color. Also use rgb(49,77,39) instead hex code.

Text Font Color

.myTextColor { color: #314D27; }

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

This text font color is #314D27.


Background Color

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

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

This div background color is #314D27.


Border color

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

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

This div border color is #314D27.


Opacity

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

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

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

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

This text has shadow with #314D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314D27 on black background.


Color preview on white background

This text has color #314D27 on white background.



Black color preview on #314D27 background

This text has black color on #314D27 background.


White color preview on #314D27 background

This text has white color on #314D27 background.