COLOR #31721D

HEX: #31721D RGB: (49,114,29)

Color info

#31721D contains mainly green color. Web safe color of #31721D is #336633 (or #363).

RGB color model

#31721D color RGB value is (49,114,29).

RGB: (49,114,29) (19%, 45%, 11%)

RGB channels and saturation

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

49
114
29

R + G + B ~ 25%. #31721D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 114 + 29 = 192 (100%)
R 49 of 192 ~ 25.52%
G 114 of 192 ~ 59.38%
B 29 of 192 ~ 15.1'%

%25.52
%59.38
%15.1

CMYK color model

#31721D color CMYK value is (57,0,75,55).

  • cyan value is 57.02%
  • magenta value is 0.00%
  • yellow value is 74.56%
  • key color value is 55.29%

CMYK: (57,0,75,55)
C57M0Y75K55 (57%, 0%, 75%, 55%)
(0.57 / 0.00 / 0.75 / 0.55)

CMYK percentages

%57.02
%0
%74.56
%55.29

Codes

Color #31721D in popluar color models

31 72 1D
RGB 49 114 29
HSL 106° 59.44% 28.04%
HSB/HSV 106° 74.56% 44.71%
CMYK 57.02% 0.00% 74.56%
55.29%

Color #31721D in popluar number systems.

HEX 31 72 1D
Decimal 49 114 29
Binary 110001 1110010 11101
Octal 61 162 35

Shades and tints

Shades of #31721D

#31721D
(49,114,29)
#2D681B
(45,104,27)
#295E19
(41,94,25)
#255417
(37,84,23)
#214A15
(33,74,21)
#1D4013
(29,64,19)
#193611
(25,54,17)
#152C0F
(21,44,15)
#11220D
(17,34,13)
#0D180B
(13,24,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #31721D

#31721D
(49,114,29)
#437E31
(67,126,49)
#558A45
(85,138,69)
#679659
(103,150,89)
#79A26D
(121,162,109)
#8BAE81
(139,174,129)
#9DBA95
(157,186,149)
#AFC6A9
(175,198,169)
#C1D2BD
(193,210,189)
#D3DED1
(211,222,209)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31721D color. Also use rgb(49,114,29) instead hex code.

Text Font Color

.myTextColor { color: #31721D; }

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

This text font color is #31721D.

Background Color

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

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

This div background color is #31721D.

Border color

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

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

This div border color is #31721D.

Opacity

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

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

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

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

This text has shadow with #31721D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31721D.

Preview

Color preview on black background

This text has color #31721D on black background.


Color preview on white background

This text has color #31721D on white background.


Black color preview on #31721D background

This text has black color on #31721D background.


White color preview on #31721D background

This text has white color on #31721D background.


Related colors

Complementary color

Complementary color for #hex is #CE8DE2.


I love getcolorcode.com

Triadic colors

1 #1D3172 and #721D31 with #31721D are triadic colors.

2 #1D7231 and #72311D with #31721D are triadic colors.