COLOR #37522E

HEX: #37522E
RGB: (55,82,46)

Color info

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

RGB color model

#37522E color RGB value is (55,82,46).

  • red value is 55;
  • green value is 82;
  • blue value is 46.
RGB:
(55,82,46)
(22%,32%,18%)

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 46 of 255 = 18%

55
82
46

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

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 46 = 183 (100%)
R 55 of 183 ~ 30.05%
G 82 of 183 ~ 44.81%
B 46 of 183 ~ 25.14%

%30.05
%44.81
%25.14

CMYK color model

#37522E color CMYK value is (33,0,44,68).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(33,0,44,68)
C33M0Y44K68 
(33%,0%,44%,68%)
(0.33/0.00/0.44/0.68)	

CMYK percentages

%32.93
%0
%43.9
%67.84

Codes

Color #37522E in popluar color models

37522E
RGB558246
HSL105°28.13%25.10%
HSB/HSV105°43.90%32.16%
CMYK32.93%0.00%43.90%
67.84%

Color #37522E in popluar number systems.

HEX37522E
Decimal558246
Binary1101111010010101110
Octal6712256

Shades and tints

Shades of #37522E

#37522E
(55,82,46)
#324B2A
(50,75,42)
#2D4426
(45,68,38)
#283D22
(40,61,34)
#23361E
(35,54,30)
#1E2F1A
(30,47,26)
#192816
(25,40,22)
#142112
(20,33,18)
#0F1A0E
(15,26,14)
#0A130A
(10,19,10)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #37522E

#37522E
(55,82,46)
#496141
(73,97,65)
#5B7054
(91,112,84)
#6D7F67
(109,127,103)
#7F8E7A
(127,142,122)
#919D8D
(145,157,141)
#A3ACA0
(163,172,160)
#B5BBB3
(181,187,179)
#C7CAC6
(199,202,198)
#D9D9D9
(217,217,217)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37522E color. Also use rgb(55,82,46) instead hex code.

Text Font Color

.myTextColor { color: #37522E; }

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

This text font color is #37522E.


Background Color

.myBgColor { background-color: #37522E; }

<div style="background-color:#37522E">Inner text</div>

This div background color is #37522E.


Border color

.myBorderColor { border: 1px solid #37522E; }

<div style="border:3px solid #37522E">Div</div>

This div border color is #37522E.


Opacity

.myOpacity80 { color: #37522E; opacity: 0.8; }

<p style="color:#37522E;opacity:0.8;">80%</p>

Text with #37522E 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 #37522E;}

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

This text has shadow with #37522E color.

.textShadow {text-shadow: 3px 3px 1px #37522E, 3px 3px 1px red;}

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

This text has shadow with #37522E primary color and red secondary color.


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

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

This text has shadow with #37522E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37522E on black background.


Color preview on white background

This text has color #37522E on white background.



Black color preview on #37522E background

This text has black color on #37522E background.


White color preview on #37522E background

This text has white color on #37522E background.