COLOR #55531F

HEX: #55531F
RGB: (85,83,31)

Color info

#55531F contains red, green and blue colors in about the same proportion. Web safe color of #55531F is #666633 (or #663).

RGB color model

#55531F color RGB value is (85,83,31).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 31 of 255 = 12%

85
83
31

R + G + B ~ 26%. #55531F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 31 = 199 (100%)
R 85 of 199 ~ 42.71%
G 83 of 199 ~ 41.71%
B 31 of 199 ~ 15.58%

%42.71
%41.71
%15.58

CMYK color model

#55531F color CMYK value is (0,2,64,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(0,2,64,67)
C0M2Y64K67 
(0%,2%,64%,67%)
(0.00/0.02/0.64/0.67)	

CMYK percentages

%0
%2.35
%63.53
%66.67

Codes

Color #55531F in popluar color models

55531F
RGB858331
HSL58°46.55%22.75%
HSB/HSV58°63.53%33.33%
CMYK0.00%2.35%63.53%
66.67%

Color #55531F in popluar number systems.

HEX55531F
Decimal858331
Binary1010101101001111111
Octal12512337

Shades and tints

Shades of #55531F

#55531F
(85,83,31)
#4E4C1D
(78,76,29)
#47451B
(71,69,27)
#403E19
(64,62,25)
#393717
(57,55,23)
#323015
(50,48,21)
#2B2913
(43,41,19)
#242211
(36,34,17)
#1D1B0F
(29,27,15)
#16140D
(22,20,13)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #55531F

#55531F
(85,83,31)
#646233
(100,98,51)
#737147
(115,113,71)
#82805B
(130,128,91)
#918F6F
(145,143,111)
#A09E83
(160,158,131)
#AFAD97
(175,173,151)
#BEBCAB
(190,188,171)
#CDCBBF
(205,203,191)
#DCDAD3
(220,218,211)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55531F; }

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

This text font color is #55531F.


Background Color

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

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

This div background color is #55531F.


Border color

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

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

This div border color is #55531F.


Opacity

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

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

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

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

This text has shadow with #55531F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55531F on black background.


Color preview on white background

This text has color #55531F on white background.



Black color preview on #55531F background

This text has black color on #55531F background.


White color preview on #55531F background

This text has white color on #55531F background.