COLOR #555235

HEX: #555235 RGB: (85,82,53)

Color info

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

RGB color model

#555235 color RGB value is (85,82,53).

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

RGB channels and saturation

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

85
82
53

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

Portions of RGB colors in percentages

R + G + B = 85 + 82 + 53 = 220 (100%)
R 85 of 220 ~ 38.64%
G 82 of 220 ~ 37.27%
B 53 of 220 ~ 24.09'%

%38.64
%37.27
%24.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 37.65%
  • key color value is 66.67%
CMYK: (0,4,38,67) C0M4Y38K67 (0%,4%,38%,67%) (0.00/0.04/0.38/0.67) 

CMYK percentages

%0
%3.53
%37.65
%66.67

Codes

Color #555235 in popluar color models

55 52 35
RGB 85 82 53
HSL 54° 23.19% 27.06%
HSB/HSV 54° 37.65% 33.33%
CMYK 0.00% 3.53% 37.65%
66.67%

Color #555235 in popluar number systems.

HEX 55 52 35
Decimal 85 82 53
Binary 1010101 1010010 110101
Octal 125 122 65

Shades and tints

Shades of #555235

#555235
(85,82,53)
#4E4B31
(78,75,49)
#47442D
(71,68,45)
#403D29
(64,61,41)
#393625
(57,54,37)
#322F21
(50,47,33)
#2B281D
(43,40,29)
#242119
(36,33,25)
#1D1A15
(29,26,21)
#161311
(22,19,17)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #555235

#555235
(85,82,53)
#646147
(100,97,71)
#737059
(115,112,89)
#827F6B
(130,127,107)
#918E7D
(145,142,125)
#A09D8F
(160,157,143)
#AFACA1
(175,172,161)
#BEBBB3
(190,187,179)
#CDCAC5
(205,202,197)
#DCD9D7
(220,217,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555235; }

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

This text font color is #555235.

Background Color

.myBgColor { background-color: #555235; }

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

This div background color is #555235.

Border color

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

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

This div border color is #555235.

Opacity

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

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

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

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

This text has shadow with #555235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555235.

Preview

Color preview on black background

This text has color #555235 on black background.


Color preview on white background

This text has color #555235 on white background.


Black color preview on #555235 background

This text has black color on #555235 background.


White color preview on #555235 background

This text has white color on #555235 background.


Related colors

Complementary color

Complementary color for #hex is #AAADCA.


I love getcolorcode.com

Triadic colors

1 #355552 and #523555 with #555235 are triadic colors.

2 #355255 and #525535 with #555235 are triadic colors.