COLOR #37731F

HEX: #37731F
RGB: (55,115,31)

Color info

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

RGB color model

#37731F color RGB value is (55,115,31).

  • red value is 55;
  • green value is 115;
  • blue value is 31.
RGB:
(55,115,31)
(22%,45%,12%)

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 31 of 255 = 12%

55
115
31

R + G + B ~ 26%. #37731F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 31 = 201 (100%)
R 55 of 201 ~ 27.36%
G 115 of 201 ~ 57.21%
B 31 of 201 ~ 15.42%

%27.36
%57.21
%15.42

CMYK color model

#37731F color CMYK value is (52,0,73,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 73.04%
  • key color value is 54.90%
CMYK:
(52,0,73,55)
C52M0Y73K55 
(52%,0%,73%,55%)
(0.52/0.00/0.73/0.55)	

CMYK percentages

%52.17
%0
%73.04
%54.9

Codes

Color #37731F in popluar color models

37731F
RGB5511531
HSL103°57.53%28.63%
HSB/HSV103°73.04%45.10%
CMYK52.17%0.00%73.04%
54.90%

Color #37731F in popluar number systems.

HEX37731F
Decimal5511531
Binary110111111001111111
Octal6716337

Shades and tints

Shades of #37731F

#37731F
(55,115,31)
#32691D
(50,105,29)
#2D5F1B
(45,95,27)
#285519
(40,85,25)
#234B17
(35,75,23)
#1E4115
(30,65,21)
#193713
(25,55,19)
#142D11
(20,45,17)
#0F230F
(15,35,15)
#0A190D
(10,25,13)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #37731F

#37731F
(55,115,31)
#497F33
(73,127,51)
#5B8B47
(91,139,71)
#6D975B
(109,151,91)
#7FA36F
(127,163,111)
#91AF83
(145,175,131)
#A3BB97
(163,187,151)
#B5C7AB
(181,199,171)
#C7D3BF
(199,211,191)
#D9DFD3
(217,223,211)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37731F color. Also use rgb(55,115,31) instead hex code.

Text Font Color

.myTextColor { color: #37731F; }

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

This text font color is #37731F.


Background Color

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

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

This div background color is #37731F.


Border color

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

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

This div border color is #37731F.


Opacity

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

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

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

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

This text has shadow with #37731F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37731F on black background.


Color preview on white background

This text has color #37731F on white background.



Black color preview on #37731F background

This text has black color on #37731F background.


White color preview on #37731F background

This text has white color on #37731F background.