COLOR #37702A

HEX: #37702A
RGB: (55,112,42)

Color info

#37702A contains mainly red and green colors. Web safe color of #37702A is #336633 (or #363).

RGB color model

#37702A color RGB value is (55,112,42).

  • red value is 55;
  • green value is 112;
  • blue value is 42.
RGB:
(55,112,42)
(22%,44%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 112 of 255 = 44%
B 42 of 255 = 16%

55
112
42

R + G + B ~ 27%. #37702A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 112 + 42 = 209 (100%)
R 55 of 209 ~ 26.32%
G 112 of 209 ~ 53.59%
B 42 of 209 ~ 20.1%

%26.32
%53.59
%20.1

CMYK color model

#37702A color CMYK value is (51,0,63,56).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 56.08%
CMYK:
(51,0,63,56)
C51M0Y63K56 
(51%,0%,63%,56%)
(0.51/0.00/0.63/0.56)	

CMYK percentages

%50.89
%0
%62.5
%56.08

Codes

Color #37702A in popluar color models

37702A
RGB5511242
HSL109°45.45%30.20%
HSB/HSV109°62.50%43.92%
CMYK50.89%0.00%62.50%
56.08%

Color #37702A in popluar number systems.

HEX37702A
Decimal5511242
Binary1101111110000101010
Octal6716052

Shades and tints

Shades of #37702A

#37702A
(55,112,42)
#326627
(50,102,39)
#2D5C24
(45,92,36)
#285221
(40,82,33)
#23481E
(35,72,30)
#1E3E1B
(30,62,27)
#193418
(25,52,24)
#142A15
(20,42,21)
#0F2012
(15,32,18)
#0A160F
(10,22,15)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #37702A

#37702A
(55,112,42)
#497D3D
(73,125,61)
#5B8A50
(91,138,80)
#6D9763
(109,151,99)
#7FA476
(127,164,118)
#91B189
(145,177,137)
#A3BE9C
(163,190,156)
#B5CBAF
(181,203,175)
#C7D8C2
(199,216,194)
#D9E5D5
(217,229,213)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37702A color. Also use rgb(55,112,42) instead hex code.

Text Font Color

.myTextColor { color: #37702A; }

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

This text font color is #37702A.


Background Color

.myBgColor { background-color: #37702A; }

<div style="background-color:#37702A">Inner text</div>

This div background color is #37702A.


Border color

.myBorderColor { border: 1px solid #37702A; }

<div style="border:3px solid #37702A">Div</div>

This div border color is #37702A.


Opacity

.myOpacity80 { color: #37702A; opacity: 0.8; }

<p style="color:#37702A;opacity:0.8;">80%</p>

Text with #37702A 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 #37702A;}

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

This text has shadow with #37702A color.

.textShadow {text-shadow: 3px 3px 1px #37702A, 3px 3px 1px red;}

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

This text has shadow with #37702A primary color and red secondary color.


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

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

This text has shadow with #37702A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37702A on black background.


Color preview on white background

This text has color #37702A on white background.



Black color preview on #37702A background

This text has black color on #37702A background.


White color preview on #37702A background

This text has white color on #37702A background.