COLOR #314731

HEX: #314731
RGB: (49,71,49)

Color info

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

RGB color model

#314731 color RGB value is (49,71,49).

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

RGB channels and saturation

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

49
71
49

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

Portions of RGB colors in percentages

R + G + B =
49 + 71 + 49 = 169 (100%)
R 49 of 169 ~ 28.99%
G 71 of 169 ~ 42.01%
B 49 of 169 ~ 28.99%

%28.99
%42.01
%28.99

CMYK color model

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

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

CMYK percentages

%30.99
%0
%30.99
%72.16

Codes

Color #314731 in popluar color models

314731
RGB497149
HSL120°18.33%23.53%
HSB/HSV120°30.99%27.84%
CMYK30.99%0.00%30.99%
72.16%

Color #314731 in popluar number systems.

HEX314731
Decimal497149
Binary1100011000111110001
Octal6110761

Shades and tints

Shades of #314731

#314731
(49,71,49)
#2D412D
(45,65,45)
#293B29
(41,59,41)
#253525
(37,53,37)
#212F21
(33,47,33)
#1D291D
(29,41,29)
#192319
(25,35,25)
#151D15
(21,29,21)
#111711
(17,23,17)
#0D110D
(13,17,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #314731

#314731
(49,71,49)
#435743
(67,87,67)
#556755
(85,103,85)
#677767
(103,119,103)
#798779
(121,135,121)
#8B978B
(139,151,139)
#9DA79D
(157,167,157)
#AFB7AF
(175,183,175)
#C1C7C1
(193,199,193)
#D3D7D3
(211,215,211)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314731; }

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

This text font color is #314731.


Background Color

.myBgColor { background-color: #314731; }

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

This div background color is #314731.


Border color

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

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

This div border color is #314731.


Opacity

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

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

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

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

This text has shadow with #314731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314731 on black background.


Color preview on white background

This text has color #314731 on white background.



Black color preview on #314731 background

This text has black color on #314731 background.


White color preview on #314731 background

This text has white color on #314731 background.