COLOR #55231F

HEX: #55231F
RGB: (85,35,31)

Color info

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

RGB color model

#55231F color RGB value is (85,35,31).

  • red value is 85;
  • green value is 35;
  • blue value is 31.
RGB:
(85,35,31)
(33%,14%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 35 of 255 = 14%
B 31 of 255 = 12%

85
35
31

R + G + B ~ 20%. #55231F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 35 + 31 = 151 (100%)
R 85 of 151 ~ 56.29%
G 35 of 151 ~ 23.18%
B 31 of 151 ~ 20.53%

%56.29
%23.18
%20.53

CMYK color model

#55231F color CMYK value is (0,59,64,67).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(0,59,64,67)
C0M59Y64K67 
(0%,59%,64%,67%)
(0.00/0.59/0.64/0.67)	

CMYK percentages

%0
%58.82
%63.53
%66.67

Codes

Color #55231F in popluar color models

55231F
RGB853531
HSL46.55%22.75%
HSB/HSV63.53%33.33%
CMYK0.00%58.82%63.53%
66.67%

Color #55231F in popluar number systems.

HEX55231F
Decimal853531
Binary101010110001111111
Octal1254337

Shades and tints

Shades of #55231F

#55231F
(85,35,31)
#4E201D
(78,32,29)
#471D1B
(71,29,27)
#401A19
(64,26,25)
#391717
(57,23,23)
#321415
(50,20,21)
#2B1113
(43,17,19)
#240E11
(36,14,17)
#1D0B0F
(29,11,15)
#16080D
(22,8,13)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #55231F

#55231F
(85,35,31)
#643733
(100,55,51)
#734B47
(115,75,71)
#825F5B
(130,95,91)
#91736F
(145,115,111)
#A08783
(160,135,131)
#AF9B97
(175,155,151)
#BEAFAB
(190,175,171)
#CDC3BF
(205,195,191)
#DCD7D3
(220,215,211)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55231F color. Also use rgb(85,35,31) instead hex code.

Text Font Color

.myTextColor { color: #55231F; }

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

This text font color is #55231F.


Background Color

.myBgColor { background-color: #55231F; }

<div style="background-color:#55231F">Inner text</div>

This div background color is #55231F.


Border color

.myBorderColor { border: 1px solid #55231F; }

<div style="border:3px solid #55231F">Div</div>

This div border color is #55231F.


Opacity

.myOpacity80 { color: #55231F; opacity: 0.8; }

<p style="color:#55231F;opacity:0.8;">80%</p>

Text with #55231F 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 #55231F;}

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

This text has shadow with #55231F color.

.textShadow {text-shadow: 3px 3px 1px #55231F, 3px 3px 1px red;}

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

This text has shadow with #55231F primary color and red secondary color.


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

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

This text has shadow with #55231F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55231F on black background.


Color preview on white background

This text has color #55231F on white background.



Black color preview on #55231F background

This text has black color on #55231F background.


White color preview on #55231F background

This text has white color on #55231F background.