COLOR #314730

HEX: #314730
RGB: (49,71,48)

Color info

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

RGB color model

#314730 color RGB value is (49,71,48).

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

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 48 of 255 = 19%

49
71
48

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 48 = 168 (100%)
R 49 of 168 ~ 29.17%
G 71 of 168 ~ 42.26%
B 48 of 168 ~ 28.57%

%29.17
%42.26
%28.57

CMYK color model

#314730 color CMYK value is (31,0,32,72).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 72.16%
CMYK:
(31,0,32,72)
C31M0Y32K72 
(31%,0%,32%,72%)
(0.31/0.00/0.32/0.72)	

CMYK percentages

%30.99
%0
%32.39
%72.16

Codes

Color #314730 in popluar color models

314730
RGB497148
HSL117°19.33%23.33%
HSB/HSV117°32.39%27.84%
CMYK30.99%0.00%32.39%
72.16%

Color #314730 in popluar number systems.

HEX314730
Decimal497148
Binary1100011000111110000
Octal6110760

Shades and tints

Shades of #314730

#314730
(49,71,48)
#2D412C
(45,65,44)
#293B28
(41,59,40)
#253524
(37,53,36)
#212F20
(33,47,32)
#1D291C
(29,41,28)
#192318
(25,35,24)
#151D14
(21,29,20)
#111710
(17,23,16)
#0D110C
(13,17,12)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #314730

#314730
(49,71,48)
#435742
(67,87,66)
#556754
(85,103,84)
#677766
(103,119,102)
#798778
(121,135,120)
#8B978A
(139,151,138)
#9DA79C
(157,167,156)
#AFB7AE
(175,183,174)
#C1C7C0
(193,199,192)
#D3D7D2
(211,215,210)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314730; }

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

This text font color is #314730.


Background Color

.myBgColor { background-color: #314730; }

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

This div background color is #314730.


Border color

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

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

This div border color is #314730.


Opacity

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

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

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

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

This text has shadow with #314730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314730 on black background.


Color preview on white background

This text has color #314730 on white background.



Black color preview on #314730 background

This text has black color on #314730 background.


White color preview on #314730 background

This text has white color on #314730 background.