COLOR #31711F

HEX: #31711F
RGB: (49,113,31)

Color info

#31711F contains mainly green color. Web safe color of #31711F is #336633 (or #363).

RGB color model

#31711F color RGB value is (49,113,31).

  • red value is 49;
  • green value is 113;
  • blue value is 31.
RGB:
(49,113,31)
(19%,44%,12%)

RGB channels and saturation

R 49 of 255 = 19%
G 113 of 255 = 44%
B 31 of 255 = 12%

49
113
31

R + G + B ~ 25%. #31711F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 113 + 31 = 193 (100%)
R 49 of 193 ~ 25.39%
G 113 of 193 ~ 58.55%
B 31 of 193 ~ 16.06%

%25.39
%58.55
%16.06

CMYK color model

#31711F color CMYK value is (57,0,73,56).

  • cyan value is 56.64%
  • magenta value is 0.00%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(57,0,73,56)
C57M0Y73K56 
(57%,0%,73%,56%)
(0.57/0.00/0.73/0.56)	

CMYK percentages

%56.64
%0
%72.57
%55.69

Codes

Color #31711F in popluar color models

31711F
RGB4911331
HSL107°56.94%28.24%
HSB/HSV107°72.57%44.31%
CMYK56.64%0.00%72.57%
55.69%

Color #31711F in popluar number systems.

HEX31711F
Decimal4911331
Binary110001111000111111
Octal6116137

Shades and tints

Shades of #31711F

#31711F
(49,113,31)
#2D671D
(45,103,29)
#295D1B
(41,93,27)
#255319
(37,83,25)
#214917
(33,73,23)
#1D3F15
(29,63,21)
#193513
(25,53,19)
#152B11
(21,43,17)
#11210F
(17,33,15)
#0D170D
(13,23,13)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #31711F

#31711F
(49,113,31)
#437D33
(67,125,51)
#558947
(85,137,71)
#67955B
(103,149,91)
#79A16F
(121,161,111)
#8BAD83
(139,173,131)
#9DB997
(157,185,151)
#AFC5AB
(175,197,171)
#C1D1BF
(193,209,191)
#D3DDD3
(211,221,211)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31711F color. Also use rgb(49,113,31) instead hex code.

Text Font Color

.myTextColor { color: #31711F; }

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

This text font color is #31711F.


Background Color

.myBgColor { background-color: #31711F; }

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

This div background color is #31711F.


Border color

.myBorderColor { border: 1px solid #31711F; }

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

This div border color is #31711F.


Opacity

.myOpacity80 { color: #31711F; opacity: 0.8; }

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

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

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

This text has shadow with #31711F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31711F on black background.


Color preview on white background

This text has color #31711F on white background.



Black color preview on #31711F background

This text has black color on #31711F background.


White color preview on #31711F background

This text has white color on #31711F background.