COLOR #55373E

HEX: #55373E
RGB: (85,55,62)

Color info

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

RGB color model

#55373E color RGB value is (85,55,62).

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

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 62 of 255 = 24%

85
55
62

R + G + B ~ 26%. #55373E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 62 = 202 (100%)
R 85 of 202 ~ 42.08%
G 55 of 202 ~ 27.23%
B 62 of 202 ~ 30.69%

%42.08
%27.23
%30.69

CMYK color model

#55373E color CMYK value is (0,35,27,67).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK:
(0,35,27,67)
C0M35Y27K67 
(0%,35%,27%,67%)
(0.00/0.35/0.27/0.67)	

CMYK percentages

%0
%35.29
%27.06
%66.67

Codes

Color #55373E in popluar color models

55373E
RGB855562
HSL346°21.43%27.45%
HSB/HSV346°35.29%33.33%
CMYK0.00%35.29%27.06%
66.67%

Color #55373E in popluar number systems.

HEX55373E
Decimal855562
Binary1010101110111111110
Octal1256776

Shades and tints

Shades of #55373E

#55373E
(85,55,62)
#4E3239
(78,50,57)
#472D34
(71,45,52)
#40282F
(64,40,47)
#39232A
(57,35,42)
#321E25
(50,30,37)
#2B1920
(43,25,32)
#24141B
(36,20,27)
#1D0F16
(29,15,22)
#160A11
(22,10,17)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #55373E

#55373E
(85,55,62)
#64494F
(100,73,79)
#735B60
(115,91,96)
#826D71
(130,109,113)
#917F82
(145,127,130)
#A09193
(160,145,147)
#AFA3A4
(175,163,164)
#BEB5B5
(190,181,181)
#CDC7C6
(205,199,198)
#DCD9D7
(220,217,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55373E; }

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

This text font color is #55373E.


Background Color

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

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

This div background color is #55373E.


Border color

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

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

This div border color is #55373E.


Opacity

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

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

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

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

This text has shadow with #55373E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55373E on black background.


Color preview on white background

This text has color #55373E on white background.



Black color preview on #55373E background

This text has black color on #55373E background.


White color preview on #55373E background

This text has white color on #55373E background.