COLOR #37532B

HEX: #37532B
RGB: (55,83,43)

Color info

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

RGB color model

#37532B color RGB value is (55,83,43).

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

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 43 of 255 = 17%

55
83
43

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

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 43 = 181 (100%)
R 55 of 181 ~ 30.39%
G 83 of 181 ~ 45.86%
B 43 of 181 ~ 23.76%

%30.39
%45.86
%23.76

CMYK color model

#37532B color CMYK value is (34,0,48,67).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 67.45%
CMYK:
(34,0,48,67)
C34M0Y48K67 
(34%,0%,48%,67%)
(0.34/0.00/0.48/0.67)	

CMYK percentages

%33.73
%0
%48.19
%67.45

Codes

Color #37532B in popluar color models

37532B
RGB558343
HSL102°31.75%24.71%
HSB/HSV102°48.19%32.55%
CMYK33.73%0.00%48.19%
67.45%

Color #37532B in popluar number systems.

HEX37532B
Decimal558343
Binary1101111010011101011
Octal6712353

Shades and tints

Shades of #37532B

#37532B
(55,83,43)
#324C28
(50,76,40)
#2D4525
(45,69,37)
#283E22
(40,62,34)
#23371F
(35,55,31)
#1E301C
(30,48,28)
#192919
(25,41,25)
#142216
(20,34,22)
#0F1B13
(15,27,19)
#0A1410
(10,20,16)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #37532B

#37532B
(55,83,43)
#49623E
(73,98,62)
#5B7151
(91,113,81)
#6D8064
(109,128,100)
#7F8F77
(127,143,119)
#919E8A
(145,158,138)
#A3AD9D
(163,173,157)
#B5BCB0
(181,188,176)
#C7CBC3
(199,203,195)
#D9DAD6
(217,218,214)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37532B; }

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

This text font color is #37532B.


Background Color

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

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

This div background color is #37532B.


Border color

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

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

This div border color is #37532B.


Opacity

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

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

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

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

This text has shadow with #37532B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37532B on black background.


Color preview on white background

This text has color #37532B on white background.



Black color preview on #37532B background

This text has black color on #37532B background.


White color preview on #37532B background

This text has white color on #37532B background.