COLOR #555537

HEX: #555537 RGB: (85,85,55)

Color info

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

RGB color model

#555537 color RGB value is (85,85,55).

RGB: (85,85,55) (33%, 33%, 22%)

RGB channels and saturation

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

85
85
55

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 55 = 225 (100%)
R 85 of 225 ~ 37.78%
G 85 of 225 ~ 37.78%
B 55 of 225 ~ 24.44'%

%37.78
%37.78
%24.44

CMYK color model

#555537 color CMYK value is (0,0,35,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%

CMYK: (0,0,35,67)
C0M0Y35K67 (0%, 0%, 35%, 67%)
(0.00 / 0.00 / 0.35 / 0.67)

CMYK percentages

%0
%0
%35.29
%66.67

Codes

Color #555537 in popluar color models

55 55 37
RGB 85 85 55
HSL 60° 21.43% 27.45%
HSB/HSV 60° 35.29% 33.33%
CMYK 0.00% 0.00% 35.29%
66.67%

Color #555537 in popluar number systems.

HEX 55 55 37
Decimal 85 85 55
Binary 1010101 1010101 110111
Octal 125 125 67

Shades and tints

Shades of #555537

#555537
(85,85,55)
#4E4E32
(78,78,50)
#47472D
(71,71,45)
#404028
(64,64,40)
#393923
(57,57,35)
#32321E
(50,50,30)
#2B2B19
(43,43,25)
#242414
(36,36,20)
#1D1D0F
(29,29,15)
#16160A
(22,22,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #555537

#555537
(85,85,55)
#646449
(100,100,73)
#73735B
(115,115,91)
#82826D
(130,130,109)
#91917F
(145,145,127)
#A0A091
(160,160,145)
#AFAFA3
(175,175,163)
#BEBEB5
(190,190,181)
#CDCDC7
(205,205,199)
#DCDCD9
(220,220,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555537; }

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

This text font color is #555537.

Background Color

.myBgColor { background-color: #555537; }

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

This div background color is #555537.

Border color

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

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

This div border color is #555537.

Opacity

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

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

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

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

This text has shadow with #555537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555537.

Preview

Color preview on black background

This text has color #555537 on black background.


Color preview on white background

This text has color #555537 on white background.


Black color preview on #555537 background

This text has black color on #555537 background.


White color preview on #555537 background

This text has white color on #555537 background.


Related colors

Complementary color

Complementary color for #hex is #AAAAC8.


I love getcolorcode.com