COLOR #555E32

HEX: #555E32
RGB: (85,94,50)

Color info

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

RGB color model

#555E32 color RGB value is (85,94,50).

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

RGB channels and saturation

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

85
94
50

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

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 50 = 229 (100%)
R 85 of 229 ~ 37.12%
G 94 of 229 ~ 41.05%
B 50 of 229 ~ 21.83%

%37.12
%41.05
%21.83

CMYK color model

#555E32 color CMYK value is (10,0,47,63).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 46.81%
  • key color value is 63.14%
CMYK:
(10,0,47,63)
C10M0Y47K63 
(10%,0%,47%,63%)
(0.10/0.00/0.47/0.63)	

CMYK percentages

%9.57
%0
%46.81
%63.14

Codes

Color #555E32 in popluar color models

555E32
RGB859450
HSL72°30.56%28.24%
HSB/HSV72°46.81%36.86%
CMYK9.57%0.00%46.81%
63.14%

Color #555E32 in popluar number systems.

HEX555E32
Decimal859450
Binary10101011011110110010
Octal12513662

Shades and tints

Shades of #555E32

#555E32
(85,94,50)
#4E562E
(78,86,46)
#474E2A
(71,78,42)
#404626
(64,70,38)
#393E22
(57,62,34)
#32361E
(50,54,30)
#2B2E1A
(43,46,26)
#242616
(36,38,22)
#1D1E12
(29,30,18)
#16160E
(22,22,14)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #555E32

#555E32
(85,94,50)
#646C44
(100,108,68)
#737A56
(115,122,86)
#828868
(130,136,104)
#91967A
(145,150,122)
#A0A48C
(160,164,140)
#AFB29E
(175,178,158)
#BEC0B0
(190,192,176)
#CDCEC2
(205,206,194)
#DCDCD4
(220,220,212)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555E32; }

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

This text font color is #555E32.


Background Color

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

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

This div background color is #555E32.


Border color

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

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

This div border color is #555E32.


Opacity

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

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

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

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

This text has shadow with #555E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555E32 on black background.


Color preview on white background

This text has color #555E32 on white background.



Black color preview on #555E32 background

This text has black color on #555E32 background.


White color preview on #555E32 background

This text has white color on #555E32 background.