COLOR #31713B

HEX: #31713B
RGB: (49,113,59)

Color info

#31713B contains mainly green and blue colors. Web safe color of #31713B is #336633 (or #363).

RGB color model

#31713B color RGB value is (49,113,59).

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

RGB channels and saturation

R 49 of 255 = 19%
G 113 of 255 = 44%
B 59 of 255 = 23%

49
113
59

R + G + B ~ 29%. #31713B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 113 + 59 = 221 (100%)
R 49 of 221 ~ 22.17%
G 113 of 221 ~ 51.13%
B 59 of 221 ~ 26.7%

%22.17
%51.13
%26.7

CMYK color model

#31713B color CMYK value is (57,0,48,56).

  • cyan value is 56.64%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(57,0,48,56)
C57M0Y48K56 
(57%,0%,48%,56%)
(0.57/0.00/0.48/0.56)	

CMYK percentages

%56.64
%0
%47.79
%55.69

Codes

Color #31713B in popluar color models

31713B
RGB4911359
HSL129°39.51%31.76%
HSB/HSV129°56.64%44.31%
CMYK56.64%0.00%47.79%
55.69%

Color #31713B in popluar number systems.

HEX31713B
Decimal4911359
Binary1100011110001111011
Octal6116173

Shades and tints

Shades of #31713B

#31713B
(49,113,59)
#2D6736
(45,103,54)
#295D31
(41,93,49)
#25532C
(37,83,44)
#214927
(33,73,39)
#1D3F22
(29,63,34)
#19351D
(25,53,29)
#152B18
(21,43,24)
#112113
(17,33,19)
#0D170E
(13,23,14)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #31713B

#31713B
(49,113,59)
#437D4C
(67,125,76)
#55895D
(85,137,93)
#67956E
(103,149,110)
#79A17F
(121,161,127)
#8BAD90
(139,173,144)
#9DB9A1
(157,185,161)
#AFC5B2
(175,197,178)
#C1D1C3
(193,209,195)
#D3DDD4
(211,221,212)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31713B color. Also use rgb(49,113,59) instead hex code.

Text Font Color

.myTextColor { color: #31713B; }

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

This text font color is #31713B.


Background Color

.myBgColor { background-color: #31713B; }

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

This div background color is #31713B.


Border color

.myBorderColor { border: 1px solid #31713B; }

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

This div border color is #31713B.


Opacity

.myOpacity80 { color: #31713B; opacity: 0.8; }

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

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

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

This text has shadow with #31713B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31713B on black background.


Color preview on white background

This text has color #31713B on white background.



Black color preview on #31713B background

This text has black color on #31713B background.


White color preview on #31713B background

This text has white color on #31713B background.