COLOR #555332

HEX: #555332
RGB: (85,83,50)

Color info

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

RGB color model

#555332 color RGB value is (85,83,50).

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

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 50 of 255 = 20%

85
83
50

R + G + B ~ 29%. #555332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 50 = 218 (100%)
R 85 of 218 ~ 38.99%
G 83 of 218 ~ 38.07%
B 50 of 218 ~ 22.94%

%38.99
%38.07
%22.94

CMYK color model

#555332 color CMYK value is (0,2,41,67).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(0,2,41,67)
C0M2Y41K67 
(0%,2%,41%,67%)
(0.00/0.02/0.41/0.67)	

CMYK percentages

%0
%2.35
%41.18
%66.67

Codes

Color #555332 in popluar color models

555332
RGB858350
HSL57°25.93%26.47%
HSB/HSV57°41.18%33.33%
CMYK0.00%2.35%41.18%
66.67%

Color #555332 in popluar number systems.

HEX555332
Decimal858350
Binary10101011010011110010
Octal12512362

Shades and tints

Shades of #555332

#555332
(85,83,50)
#4E4C2E
(78,76,46)
#47452A
(71,69,42)
#403E26
(64,62,38)
#393722
(57,55,34)
#32301E
(50,48,30)
#2B291A
(43,41,26)
#242216
(36,34,22)
#1D1B12
(29,27,18)
#16140E
(22,20,14)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #555332

#555332
(85,83,50)
#646244
(100,98,68)
#737156
(115,113,86)
#828068
(130,128,104)
#918F7A
(145,143,122)
#A09E8C
(160,158,140)
#AFAD9E
(175,173,158)
#BEBCB0
(190,188,176)
#CDCBC2
(205,203,194)
#DCDAD4
(220,218,212)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555332; }

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

This text font color is #555332.


Background Color

.myBgColor { background-color: #555332; }

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

This div background color is #555332.


Border color

.myBorderColor { border: 1px solid #555332; }

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

This div border color is #555332.


Opacity

.myOpacity80 { color: #555332; opacity: 0.8; }

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

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

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

This text has shadow with #555332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555332 on black background.


Color preview on white background

This text has color #555332 on white background.



Black color preview on #555332 background

This text has black color on #555332 background.


White color preview on #555332 background

This text has white color on #555332 background.