COLOR #55504B

HEX: #55504B RGB: (85,80,75)

Color info

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

RGB color model

#55504B color RGB value is (85,80,75).

RGB: (85,80,75) (33%, 31%, 29%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 75 of 255 = 29%

85
80
75

R + G + B ~ 31%. #55504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 75 = 240 (100%)
R 85 of 240 ~ 35.42%
G 80 of 240 ~ 33.33%
B 75 of 240 ~ 31.25'%

%35.42
%33.33
%31.25

CMYK color model

#55504B color CMYK value is (0,6,12,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK: (0,6,12,67) C0M6Y12K67 (0%,6%,12%,67%) (0.00/0.06/0.12/0.67) 

CMYK percentages

%0
%5.88
%11.76
%66.67

Codes

Color #55504B in popluar color models

55 50 4B
RGB 85 80 75
HSL 30° 6.25% 31.37%
HSB/HSV 30° 11.76% 33.33%
CMYK 0.00% 5.88% 11.76%
66.67%

Color #55504B in popluar number systems.

HEX 55 50 4B
Decimal 85 80 75
Binary 1010101 1010000 1001011
Octal 125 120 113

Shades and tints

Shades of #55504B

#55504B
(85,80,75)
#4E4945
(78,73,69)
#47423F
(71,66,63)
#403B39
(64,59,57)
#393433
(57,52,51)
#322D2D
(50,45,45)
#2B2627
(43,38,39)
#241F21
(36,31,33)
#1D181B
(29,24,27)
#161115
(22,17,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #55504B

#55504B
(85,80,75)
#645F5B
(100,95,91)
#736E6B
(115,110,107)
#827D7B
(130,125,123)
#918C8B
(145,140,139)
#A09B9B
(160,155,155)
#AFAAAB
(175,170,171)
#BEB9BB
(190,185,187)
#CDC8CB
(205,200,203)
#DCD7DB
(220,215,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55504B; }

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

This text font color is #55504B.

Background Color

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

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

This div background color is #55504B.

Border color

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

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

This div border color is #55504B.

Opacity

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

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

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

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

This text has shadow with #55504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55504B.

Preview

Color preview on black background

This text has color #55504B on black background.


Color preview on white background

This text has color #55504B on white background.


Black color preview on #55504B background

This text has black color on #55504B background.


White color preview on #55504B background

This text has white color on #55504B background.


Related colors

Complementary color

Complementary color for #hex is #AAAFB4.


I love getcolorcode.com

Triadic colors

1 #4B5550 and #504B55 with #55504B are triadic colors.

2 #4B5055 and #50554B with #55504B are triadic colors.