COLOR #31714D

HEX: #31714D
RGB: (49,113,77)

Color info

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

RGB color model

#31714D color RGB value is (49,113,77).

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

RGB channels and saturation

R 49 of 255 = 19%
G 113 of 255 = 44%
B 77 of 255 = 30%

49
113
77

R + G + B ~ 31%. #31714D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 113 + 77 = 239 (100%)
R 49 of 239 ~ 20.5%
G 113 of 239 ~ 47.28%
B 77 of 239 ~ 32.22%

%20.5
%47.28
%32.22

CMYK color model

#31714D color CMYK value is (57,0,32,56).

  • cyan value is 56.64%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(57,0,32,56)
C57M0Y32K56 
(57%,0%,32%,56%)
(0.57/0.00/0.32/0.56)	

CMYK percentages

%56.64
%0
%31.86
%55.69

Codes

Color #31714D in popluar color models

31714D
RGB4911377
HSL146°39.51%31.76%
HSB/HSV146°56.64%44.31%
CMYK56.64%0.00%31.86%
55.69%

Color #31714D in popluar number systems.

HEX31714D
Decimal4911377
Binary11000111100011001101
Octal61161115

Shades and tints

Shades of #31714D

#31714D
(49,113,77)
#2D6746
(45,103,70)
#295D3F
(41,93,63)
#255338
(37,83,56)
#214931
(33,73,49)
#1D3F2A
(29,63,42)
#193523
(25,53,35)
#152B1C
(21,43,28)
#112115
(17,33,21)
#0D170E
(13,23,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #31714D

#31714D
(49,113,77)
#437D5D
(67,125,93)
#55896D
(85,137,109)
#67957D
(103,149,125)
#79A18D
(121,161,141)
#8BAD9D
(139,173,157)
#9DB9AD
(157,185,173)
#AFC5BD
(175,197,189)
#C1D1CD
(193,209,205)
#D3DDDD
(211,221,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31714D color. Also use rgb(49,113,77) instead hex code.

Text Font Color

.myTextColor { color: #31714D; }

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

This text font color is #31714D.


Background Color

.myBgColor { background-color: #31714D; }

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

This div background color is #31714D.


Border color

.myBorderColor { border: 1px solid #31714D; }

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

This div border color is #31714D.


Opacity

.myOpacity80 { color: #31714D; opacity: 0.8; }

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

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

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

This text has shadow with #31714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31714D on black background.


Color preview on white background

This text has color #31714D on white background.



Black color preview on #31714D background

This text has black color on #31714D background.


White color preview on #31714D background

This text has white color on #31714D background.