COLOR #55372E

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

Color info

#55372E contains red, green and blue colors in about the same proportion. Web safe color of #55372E is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

85
55
46

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

Portions of RGB colors in percentages

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

%45.7
%29.57
%24.73

CMYK color model

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

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

CMYK percentages

%0
%35.29
%45.88
%66.67

Codes

Color #55372E in popluar color models

55372E
RGB855546
HSL14°29.77%25.69%
HSB/HSV14°45.88%33.33%
CMYK0.00%35.29%45.88%
66.67%

Color #55372E in popluar number systems.

HEX55372E
Decimal855546
Binary1010101110111101110
Octal1256756

Shades and tints

Shades of #55372E

#55372E
(85,55,46)
#4E322A
(78,50,42)
#472D26
(71,45,38)
#402822
(64,40,34)
#39231E
(57,35,30)
#321E1A
(50,30,26)
#2B1916
(43,25,22)
#241412
(36,20,18)
#1D0F0E
(29,15,14)
#160A0A
(22,10,10)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #55372E

#55372E
(85,55,46)
#644941
(100,73,65)
#735B54
(115,91,84)
#826D67
(130,109,103)
#917F7A
(145,127,122)
#A0918D
(160,145,141)
#AFA3A0
(175,163,160)
#BEB5B3
(190,181,179)
#CDC7C6
(205,199,198)
#DCD9D9
(220,217,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55372E; }

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

This text font color is #55372E.


Background Color

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

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

This div background color is #55372E.


Border color

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

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

This div border color is #55372E.


Opacity

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

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

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

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

This text has shadow with #55372E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55372E on black background.


Color preview on white background

This text has color #55372E on white background.



Black color preview on #55372E background

This text has black color on #55372E background.


White color preview on #55372E background

This text has white color on #55372E background.