COLOR #31724B

HEX: #31724B
RGB: (49,114,75)

Color info

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

RGB color model

#31724B color RGB value is (49,114,75).

  • red value is 49;
  • green value is 114;
  • blue value is 75.
RGB:
(49,114,75)
(19%,45%,29%)

RGB channels and saturation

R 49 of 255 = 19%
G 114 of 255 = 45%
B 75 of 255 = 29%

49
114
75

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

Portions of RGB colors in percentages

R + G + B =
49 + 114 + 75 = 238 (100%)
R 49 of 238 ~ 20.59%
G 114 of 238 ~ 47.9%
B 75 of 238 ~ 31.51%

%20.59
%47.9
%31.51

CMYK color model

#31724B color CMYK value is (57,0,34,55).

  • cyan value is 57.02%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(57,0,34,55)
C57M0Y34K55 
(57%,0%,34%,55%)
(0.57/0.00/0.34/0.55)	

CMYK percentages

%57.02
%0
%34.21
%55.29

Codes

Color #31724B in popluar color models

31724B
RGB4911475
HSL144°39.88%31.96%
HSB/HSV144°57.02%44.71%
CMYK57.02%0.00%34.21%
55.29%

Color #31724B in popluar number systems.

HEX31724B
Decimal4911475
Binary11000111100101001011
Octal61162113

Shades and tints

Shades of #31724B

#31724B
(49,114,75)
#2D6845
(45,104,69)
#295E3F
(41,94,63)
#255439
(37,84,57)
#214A33
(33,74,51)
#1D402D
(29,64,45)
#193627
(25,54,39)
#152C21
(21,44,33)
#11221B
(17,34,27)
#0D1815
(13,24,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #31724B

#31724B
(49,114,75)
#437E5B
(67,126,91)
#558A6B
(85,138,107)
#67967B
(103,150,123)
#79A28B
(121,162,139)
#8BAE9B
(139,174,155)
#9DBAAB
(157,186,171)
#AFC6BB
(175,198,187)
#C1D2CB
(193,210,203)
#D3DEDB
(211,222,219)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31724B color. Also use rgb(49,114,75) instead hex code.

Text Font Color

.myTextColor { color: #31724B; }

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

This text font color is #31724B.


Background Color

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

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

This div background color is #31724B.


Border color

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

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

This div border color is #31724B.


Opacity

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

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

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

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

This text has shadow with #31724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31724B on black background.


Color preview on white background

This text has color #31724B on white background.



Black color preview on #31724B background

This text has black color on #31724B background.


White color preview on #31724B background

This text has white color on #31724B background.