COLOR #555F32

HEX: #555F32
RGB: (85,95,50)

Color info

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

RGB color model

#555F32 color RGB value is (85,95,50).

  • red value is 85;
  • green value is 95;
  • blue value is 50.
RGB:
(85,95,50)
(33%,37%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 95 of 255 = 37%
B 50 of 255 = 20%

85
95
50

R + G + B ~ 30%. #555F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 95 + 50 = 230 (100%)
R 85 of 230 ~ 36.96%
G 95 of 230 ~ 41.3%
B 50 of 230 ~ 21.74%

%36.96
%41.3
%21.74

CMYK color model

#555F32 color CMYK value is (11,0,47,63).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 62.75%
CMYK:
(11,0,47,63)
C11M0Y47K63 
(11%,0%,47%,63%)
(0.11/0.00/0.47/0.63)	

CMYK percentages

%10.53
%0
%47.37
%62.75

Codes

Color #555F32 in popluar color models

555F32
RGB859550
HSL73°31.03%28.43%
HSB/HSV73°47.37%37.25%
CMYK10.53%0.00%47.37%
62.75%

Color #555F32 in popluar number systems.

HEX555F32
Decimal859550
Binary10101011011111110010
Octal12513762

Shades and tints

Shades of #555F32

#555F32
(85,95,50)
#4E572E
(78,87,46)
#474F2A
(71,79,42)
#404726
(64,71,38)
#393F22
(57,63,34)
#32371E
(50,55,30)
#2B2F1A
(43,47,26)
#242716
(36,39,22)
#1D1F12
(29,31,18)
#16170E
(22,23,14)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #555F32

#555F32
(85,95,50)
#646D44
(100,109,68)
#737B56
(115,123,86)
#828968
(130,137,104)
#91977A
(145,151,122)
#A0A58C
(160,165,140)
#AFB39E
(175,179,158)
#BEC1B0
(190,193,176)
#CDCFC2
(205,207,194)
#DCDDD4
(220,221,212)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555F32 color. Also use rgb(85,95,50) instead hex code.

Text Font Color

.myTextColor { color: #555F32; }

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

This text font color is #555F32.


Background Color

.myBgColor { background-color: #555F32; }

<div style="background-color:#555F32">Inner text</div>

This div background color is #555F32.


Border color

.myBorderColor { border: 1px solid #555F32; }

<div style="border:3px solid #555F32">Div</div>

This div border color is #555F32.


Opacity

.myOpacity80 { color: #555F32; opacity: 0.8; }

<p style="color:#555F32;opacity:0.8;">80%</p>

Text with #555F32 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 #555F32;}

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

This text has shadow with #555F32 color.

.textShadow {text-shadow: 3px 3px 1px #555F32, 3px 3px 1px red;}

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

This text has shadow with #555F32 primary color and red secondary color.


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

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

This text has shadow with #555F32 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555F32 on black background.


Color preview on white background

This text has color #555F32 on white background.



Black color preview on #555F32 background

This text has black color on #555F32 background.


White color preview on #555F32 background

This text has white color on #555F32 background.