COLOR #55372D

HEX: #55372D
RGB: (85,55,45)

Color info

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

RGB color model

#55372D color RGB value is (85,55,45).

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

RGB channels and saturation

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

85
55
45

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

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 45 = 185 (100%)
R 85 of 185 ~ 45.95%
G 55 of 185 ~ 29.73%
B 45 of 185 ~ 24.32%

%45.95
%29.73
%24.32

CMYK color model

#55372D color CMYK value is (0,35,47,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(0,35,47,67)
C0M35Y47K67 
(0%,35%,47%,67%)
(0.00/0.35/0.47/0.67)	

CMYK percentages

%0
%35.29
%47.06
%66.67

Codes

Color #55372D in popluar color models

55372D
RGB855545
HSL15°30.77%25.49%
HSB/HSV15°47.06%33.33%
CMYK0.00%35.29%47.06%
66.67%

Color #55372D in popluar number systems.

HEX55372D
Decimal855545
Binary1010101110111101101
Octal1256755

Shades and tints

Shades of #55372D

#55372D
(85,55,45)
#4E3229
(78,50,41)
#472D25
(71,45,37)
#402821
(64,40,33)
#39231D
(57,35,29)
#321E19
(50,30,25)
#2B1915
(43,25,21)
#241411
(36,20,17)
#1D0F0D
(29,15,13)
#160A09
(22,10,9)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #55372D

#55372D
(85,55,45)
#644940
(100,73,64)
#735B53
(115,91,83)
#826D66
(130,109,102)
#917F79
(145,127,121)
#A0918C
(160,145,140)
#AFA39F
(175,163,159)
#BEB5B2
(190,181,178)
#CDC7C5
(205,199,197)
#DCD9D8
(220,217,216)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55372D; }

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

This text font color is #55372D.


Background Color

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

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

This div background color is #55372D.


Border color

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

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

This div border color is #55372D.


Opacity

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

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

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

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

This text has shadow with #55372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55372D on black background.


Color preview on white background

This text has color #55372D on white background.



Black color preview on #55372D background

This text has black color on #55372D background.


White color preview on #55372D background

This text has white color on #55372D background.