COLOR #37532F

HEX: #37532F
RGB: (55,83,47)

Color info

#37532F contains red, green and blue colors in about the same proportion. Web safe color of #37532F is #336633 (or #363).

RGB color model

#37532F color RGB value is (55,83,47).

  • red value is 55;
  • green value is 83;
  • blue value is 47.
RGB:
(55,83,47)
(22%,33%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 47 of 255 = 18%

55
83
47

R + G + B ~ 24%. #37532F is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 47 = 185 (100%)
R 55 of 185 ~ 29.73%
G 83 of 185 ~ 44.86%
B 47 of 185 ~ 25.41%

%29.73
%44.86
%25.41

CMYK color model

#37532F color CMYK value is (34,0,43,67).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 67.45%
CMYK:
(34,0,43,67)
C34M0Y43K67 
(34%,0%,43%,67%)
(0.34/0.00/0.43/0.67)	

CMYK percentages

%33.73
%0
%43.37
%67.45

Codes

Color #37532F in popluar color models

37532F
RGB558347
HSL107°27.69%25.49%
HSB/HSV107°43.37%32.55%
CMYK33.73%0.00%43.37%
67.45%

Color #37532F in popluar number systems.

HEX37532F
Decimal558347
Binary1101111010011101111
Octal6712357

Shades and tints

Shades of #37532F

#37532F
(55,83,47)
#324C2B
(50,76,43)
#2D4527
(45,69,39)
#283E23
(40,62,35)
#23371F
(35,55,31)
#1E301B
(30,48,27)
#192917
(25,41,23)
#142213
(20,34,19)
#0F1B0F
(15,27,15)
#0A140B
(10,20,11)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #37532F

#37532F
(55,83,47)
#496241
(73,98,65)
#5B7153
(91,113,83)
#6D8065
(109,128,101)
#7F8F77
(127,143,119)
#919E89
(145,158,137)
#A3AD9B
(163,173,155)
#B5BCAD
(181,188,173)
#C7CBBF
(199,203,191)
#D9DAD1
(217,218,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37532F color. Also use rgb(55,83,47) instead hex code.

Text Font Color

.myTextColor { color: #37532F; }

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

This text font color is #37532F.


Background Color

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

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

This div background color is #37532F.


Border color

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

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

This div border color is #37532F.


Opacity

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

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

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

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

This text has shadow with #37532F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37532F on black background.


Color preview on white background

This text has color #37532F on white background.



Black color preview on #37532F background

This text has black color on #37532F background.


White color preview on #37532F background

This text has white color on #37532F background.