COLOR #555539

HEX: #555539
RGB: (85,85,57)

Color info

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

RGB color model

#555539 color RGB value is (85,85,57).

  • red value is 85;
  • green value is 85;
  • blue value is 57.
RGB:
(85,85,57)
(33%,33%,22%)

RGB channels and saturation

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

85
85
57

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 57 = 227 (100%)
R 85 of 227 ~ 37.44%
G 85 of 227 ~ 37.44%
B 57 of 227 ~ 25.11%

%37.44
%37.44
%25.11

CMYK color model

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

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

CMYK percentages

%0
%0
%32.94
%66.67

Codes

Color #555539 in popluar color models

555539
RGB858557
HSL60°19.72%27.84%
HSB/HSV60°32.94%33.33%
CMYK0.00%0.00%32.94%
66.67%

Color #555539 in popluar number systems.

HEX555539
Decimal858557
Binary10101011010101111001
Octal12512571

Shades and tints

Shades of #555539

#555539
(85,85,57)
#4E4E34
(78,78,52)
#47472F
(71,71,47)
#40402A
(64,64,42)
#393925
(57,57,37)
#323220
(50,50,32)
#2B2B1B
(43,43,27)
#242416
(36,36,22)
#1D1D11
(29,29,17)
#16160C
(22,22,12)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #555539

#555539
(85,85,57)
#64644B
(100,100,75)
#73735D
(115,115,93)
#82826F
(130,130,111)
#919181
(145,145,129)
#A0A093
(160,160,147)
#AFAFA5
(175,175,165)
#BEBEB7
(190,190,183)
#CDCDC9
(205,205,201)
#DCDCDB
(220,220,219)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555539; }

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

This text font color is #555539.


Background Color

.myBgColor { background-color: #555539; }

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

This div background color is #555539.


Border color

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

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

This div border color is #555539.


Opacity

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

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

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

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

This text has shadow with #555539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555539 on black background.


Color preview on white background

This text has color #555539 on white background.



Black color preview on #555539 background

This text has black color on #555539 background.


White color preview on #555539 background

This text has white color on #555539 background.