COLOR #37700C

HEX: #37700C RGB: (55,112,12)

Color info

#37700C contains mainly red and green colors. Web safe color of #37700C is #336600 (or #360).

RGB color model

#37700C color RGB value is (55,112,12).

RGB: (55,112,12) (22%, 44%, 5%)

RGB channels and saturation

R 55 of 255 = 22%
G 112 of 255 = 44%
B 12 of 255 = 5%

55
112
12

R + G + B ~ 24%. #37700C is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 112 + 12 = 179 (100%)
R 55 of 179 ~ 30.73%
G 112 of 179 ~ 62.57%
B 12 of 179 ~ 6.7'%

%30.73
%62.57

CMYK color model

#37700C color CMYK value is (51,0,89,56).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 56.08%

CMYK: (51,0,89,56)
C51M0Y89K56 (51%, 0%, 89%, 56%)
(0.51 / 0.00 / 0.89 / 0.56)

CMYK percentages

%50.89
%0
%89.29
%56.08

Codes

Color #37700C in popluar color models

37 70 0C
RGB 55 112 12
HSL 94° 80.65% 24.31%
HSB/HSV 94° 89.29% 43.92%
CMYK 50.89% 0.00% 89.29%
56.08%

Color #37700C in popluar number systems.

HEX 37 70 0C
Decimal 55 112 12
Binary 110111 1110000 1100
Octal 67 160 14

Shades and tints

Shades of #37700C

#37700C
(55,112,12)
#32660B
(50,102,11)
#2D5C0A
(45,92,10)
#285209
(40,82,9)
#234808
(35,72,8)
#1E3E07
(30,62,7)
#193406
(25,52,6)
#142A05
(20,42,5)
#0F2004
(15,32,4)
#0A1603
(10,22,3)
#050C02
(5,12,2)
#000000
(0,0,0)

Tints of #37700C

#37700C
(55,112,12)
#497D22
(73,125,34)
#5B8A38
(91,138,56)
#6D974E
(109,151,78)
#7FA464
(127,164,100)
#91B17A
(145,177,122)
#A3BE90
(163,190,144)
#B5CBA6
(181,203,166)
#C7D8BC
(199,216,188)
#D9E5D2
(217,229,210)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37700C color. Also use rgb(55,112,12) instead hex code.

Text Font Color

.myTextColor { color: #37700C; }

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

This text font color is #37700C.

Background Color

.myBgColor { background-color: #37700C; }

<div style="background-color:#37700C">Inner text</div>

This div background color is #37700C.

Border color

.myBorderColor { border: 1px solid #37700C; }

<div style="border:3px solid #37700C">Div</div>

This div border color is #37700C.

Opacity

.myOpacity80 { color: #37700C; opacity: 0.8; }

<p style="color:#37700C;opacity:0.8;">80%</p>

Text with #37700C 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 #37700C;}

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

This text has shadow with #37700C color.


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

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

This text has shadow with #37700C primary color and red secondary color.


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

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

This text has shadow with #37700C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #37700C.

Preview

Color preview on black background

This text has color #37700C on black background.


Color preview on white background

This text has color #37700C on white background.


Black color preview on #37700C background

This text has black color on #37700C background.


White color preview on #37700C background

This text has white color on #37700C background.


Related colors

Complementary color

Complementary color for #hex is #C88FF3.


I love getcolorcode.com

Triadic colors

1 #0C3770 and #700C37 with #37700C are triadic colors.

2 #0C7037 and #70370C with #37700C are triadic colors.