COLOR #555535

HEX: #555535 RGB: (85,85,53)

Color info

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

RGB color model

#555535 color RGB value is (85,85,53).

RGB: (85,85,53) (33%, 33%, 21%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 53 of 255 = 21%

85
85
53

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 53 = 223 (100%)
R 85 of 223 ~ 38.12%
G 85 of 223 ~ 38.12%
B 53 of 223 ~ 23.77'%

%38.12
%38.12
%23.77

CMYK color model

#555535 color CMYK value is (0,0,38,67).

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

CMYK: (0,0,38,67)
C0M0Y38K67 (0%, 0%, 38%, 67%)
(0.00 / 0.00 / 0.38 / 0.67)

CMYK percentages

%0
%0
%37.65
%66.67

Codes

Color #555535 in popluar color models

55 55 35
RGB 85 85 53
HSL 60° 23.19% 27.06%
HSB/HSV 60° 37.65% 33.33%
CMYK 0.00% 0.00% 37.65%
66.67%

Color #555535 in popluar number systems.

HEX 55 55 35
Decimal 85 85 53
Binary 1010101 1010101 110101
Octal 125 125 65

Shades and tints

Shades of #555535

#555535
(85,85,53)
#4E4E31
(78,78,49)
#47472D
(71,71,45)
#404029
(64,64,41)
#393925
(57,57,37)
#323221
(50,50,33)
#2B2B1D
(43,43,29)
#242419
(36,36,25)
#1D1D15
(29,29,21)
#161611
(22,22,17)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #555535

#555535
(85,85,53)
#646447
(100,100,71)
#737359
(115,115,89)
#82826B
(130,130,107)
#91917D
(145,145,125)
#A0A08F
(160,160,143)
#AFAFA1
(175,175,161)
#BEBEB3
(190,190,179)
#CDCDC5
(205,205,197)
#DCDCD7
(220,220,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555535; }

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

This text font color is #555535.

Background Color

.myBgColor { background-color: #555535; }

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

This div background color is #555535.

Border color

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

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

This div border color is #555535.

Opacity

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

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

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

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

This text has shadow with #555535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555535.

Preview

Color preview on black background

This text has color #555535 on black background.


Color preview on white background

This text has color #555535 on white background.


Black color preview on #555535 background

This text has black color on #555535 background.


White color preview on #555535 background

This text has white color on #555535 background.


Related colors

Complementary color

Complementary color for #hex is #AAAACA.


I love getcolorcode.com