COLOR #37552E

HEX: #37552E
RGB: (55,85,46)

Color info

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

RGB color model

#37552E color RGB value is (55,85,46).

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

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 46 of 255 = 18%

55
85
46

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

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 46 = 186 (100%)
R 55 of 186 ~ 29.57%
G 85 of 186 ~ 45.7%
B 46 of 186 ~ 24.73%

%29.57
%45.7
%24.73

CMYK color model

#37552E color CMYK value is (35,0,46,67).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(35,0,46,67)
C35M0Y46K67 
(35%,0%,46%,67%)
(0.35/0.00/0.46/0.67)	

CMYK percentages

%35.29
%0
%45.88
%66.67

Codes

Color #37552E in popluar color models

37552E
RGB558546
HSL106°29.77%25.69%
HSB/HSV106°45.88%33.33%
CMYK35.29%0.00%45.88%
66.67%

Color #37552E in popluar number systems.

HEX37552E
Decimal558546
Binary1101111010101101110
Octal6712556

Shades and tints

Shades of #37552E

#37552E
(55,85,46)
#324E2A
(50,78,42)
#2D4726
(45,71,38)
#284022
(40,64,34)
#23391E
(35,57,30)
#1E321A
(30,50,26)
#192B16
(25,43,22)
#142412
(20,36,18)
#0F1D0E
(15,29,14)
#0A160A
(10,22,10)
#050F06
(5,15,6)
#000000
(0,0,0)

Tints of #37552E

#37552E
(55,85,46)
#496441
(73,100,65)
#5B7354
(91,115,84)
#6D8267
(109,130,103)
#7F917A
(127,145,122)
#91A08D
(145,160,141)
#A3AFA0
(163,175,160)
#B5BEB3
(181,190,179)
#C7CDC6
(199,205,198)
#D9DCD9
(217,220,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37552E; }

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

This text font color is #37552E.


Background Color

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

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

This div background color is #37552E.


Border color

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

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

This div border color is #37552E.


Opacity

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

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

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

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

This text has shadow with #37552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37552E on black background.


Color preview on white background

This text has color #37552E on white background.



Black color preview on #37552E background

This text has black color on #37552E background.


White color preview on #37552E background

This text has white color on #37552E background.