COLOR #55502B

HEX: #55502B RGB: (85,80,43)

Color info

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

RGB color model

#55502B color RGB value is (85,80,43).

RGB: (85,80,43) (33%, 31%, 17%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 43 of 255 = 17%

85
80
43

R + G + B ~ 27%. #55502B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 43 = 208 (100%)
R 85 of 208 ~ 40.87%
G 80 of 208 ~ 38.46%
B 43 of 208 ~ 20.67'%

%40.87
%38.46
%20.67

CMYK color model

#55502B color CMYK value is (0,6,49,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 49.41%
  • key color value is 66.67%

CMYK: (0,6,49,67)
C0M6Y49K67 (0%, 6%, 49%, 67%)
(0.00 / 0.06 / 0.49 / 0.67)

CMYK percentages

%0
%5.88
%49.41
%66.67

Codes

Color #55502B in popluar color models

55 50 2B
RGB 85 80 43
HSL 53° 32.81% 25.10%
HSB/HSV 53° 49.41% 33.33%
CMYK 0.00% 5.88% 49.41%
66.67%

Color #55502B in popluar number systems.

HEX 55 50 2B
Decimal 85 80 43
Binary 1010101 1010000 101011
Octal 125 120 53

Shades and tints

Shades of #55502B

#55502B
(85,80,43)
#4E4928
(78,73,40)
#474225
(71,66,37)
#403B22
(64,59,34)
#39341F
(57,52,31)
#322D1C
(50,45,28)
#2B2619
(43,38,25)
#241F16
(36,31,22)
#1D1813
(29,24,19)
#161110
(22,17,16)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55502B

#55502B
(85,80,43)
#645F3E
(100,95,62)
#736E51
(115,110,81)
#827D64
(130,125,100)
#918C77
(145,140,119)
#A09B8A
(160,155,138)
#AFAA9D
(175,170,157)
#BEB9B0
(190,185,176)
#CDC8C3
(205,200,195)
#DCD7D6
(220,215,214)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55502B color. Also use rgb(85,80,43) instead hex code.

Text Font Color

.myTextColor { color: #55502B; }

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

This text font color is #55502B.

Background Color

.myBgColor { background-color: #55502B; }

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

This div background color is #55502B.

Border color

.myBorderColor { border: 1px solid #55502B; }

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

This div border color is #55502B.

Opacity

.myOpacity80 { color: #55502B; opacity: 0.8; }

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

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

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

This text has shadow with #55502B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55502B.

Preview

Color preview on black background

This text has color #55502B on black background.


Color preview on white background

This text has color #55502B on white background.


Black color preview on #55502B background

This text has black color on #55502B background.


White color preview on #55502B background

This text has white color on #55502B background.


Related colors

Complementary color

Complementary color for #hex is #AAAFD4.


I love getcolorcode.com

Triadic colors

1 #2B5550 and #502B55 with #55502B are triadic colors.

2 #2B5055 and #50552B with #55502B are triadic colors.