COLOR #555239

HEX: #555239 RGB: (85,82,57)

Color info

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

RGB color model

#555239 color RGB value is (85,82,57).

RGB: (85,82,57) (33%, 32%, 22%)

RGB channels and saturation

R 85 of 255 = 33%
G 82 of 255 = 32%
B 57 of 255 = 22%

85
82
57

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

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 57 = 224 (100%)
R 85 of 224 ~ 37.95%
G 82 of 224 ~ 36.61%
B 57 of 224 ~ 25.45'%

%37.95
%36.61
%25.45

CMYK color model

#555239 color CMYK value is (0,4,33,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 32.94%
  • key color value is 66.67%
CMYK: (0,4,33,67) C0M4Y33K67 (0%,4%,33%,67%) (0.00/0.04/0.33/0.67) 

CMYK percentages

%0
%3.53
%32.94
%66.67

Codes

Color #555239 in popluar color models

55 52 39
RGB 85 82 57
HSL 54° 19.72% 27.84%
HSB/HSV 54° 32.94% 33.33%
CMYK 0.00% 3.53% 32.94%
66.67%

Color #555239 in popluar number systems.

HEX 55 52 39
Decimal 85 82 57
Binary 1010101 1010010 111001
Octal 125 122 71

Shades and tints

Shades of #555239

#555239
(85,82,57)
#4E4B34
(78,75,52)
#47442F
(71,68,47)
#403D2A
(64,61,42)
#393625
(57,54,37)
#322F20
(50,47,32)
#2B281B
(43,40,27)
#242116
(36,33,22)
#1D1A11
(29,26,17)
#16130C
(22,19,12)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #555239

#555239
(85,82,57)
#64614B
(100,97,75)
#73705D
(115,112,93)
#827F6F
(130,127,111)
#918E81
(145,142,129)
#A09D93
(160,157,147)
#AFACA5
(175,172,165)
#BEBBB7
(190,187,183)
#CDCAC9
(205,202,201)
#DCD9DB
(220,217,219)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555239 color. Also use rgb(85,82,57) instead hex code.

Text Font Color

.myTextColor { color: #555239; }

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

This text font color is #555239.

Background Color

.myBgColor { background-color: #555239; }

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

This div background color is #555239.

Border color

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

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

This div border color is #555239.

Opacity

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

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

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

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

This text has shadow with #555239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555239.

Preview

Color preview on black background

This text has color #555239 on black background.


Color preview on white background

This text has color #555239 on white background.


Black color preview on #555239 background

This text has black color on #555239 background.


White color preview on #555239 background

This text has white color on #555239 background.


Related colors

Complementary color

Complementary color for #hex is #AAADC6.


I love getcolorcode.com

Triadic colors

1 #395552 and #523955 with #555239 are triadic colors.

2 #395255 and #525539 with #555239 are triadic colors.