COLOR #55504C

HEX: #55504C
RGB: (85,80,76)

Color info

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

RGB color model

#55504C color RGB value is (85,80,76).

  • red value is 85;
  • green value is 80;
  • blue value is 76.
RGB:
(85,80,76)
(33%,31%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 76 of 255 = 30%

85
80
76

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

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 76 = 241 (100%)
R 85 of 241 ~ 35.27%
G 80 of 241 ~ 33.2%
B 76 of 241 ~ 31.54%

%35.27
%33.2
%31.54

CMYK color model

#55504C color CMYK value is (0,6,11,67).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,6,11,67)
C0M6Y11K67 
(0%,6%,11%,67%)
(0.00/0.06/0.11/0.67)	

CMYK percentages

%0
%5.88
%10.59
%66.67

Codes

Color #55504C in popluar color models

55504C
RGB858076
HSL27°5.59%31.57%
HSB/HSV27°10.59%33.33%
CMYK0.00%5.88%10.59%
66.67%

Color #55504C in popluar number systems.

HEX55504C
Decimal858076
Binary101010110100001001100
Octal125120114

Shades and tints

Shades of #55504C

#55504C
(85,80,76)
#4E4946
(78,73,70)
#474240
(71,66,64)
#403B3A
(64,59,58)
#393434
(57,52,52)
#322D2E
(50,45,46)
#2B2628
(43,38,40)
#241F22
(36,31,34)
#1D181C
(29,24,28)
#161116
(22,17,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #55504C

#55504C
(85,80,76)
#645F5C
(100,95,92)
#736E6C
(115,110,108)
#827D7C
(130,125,124)
#918C8C
(145,140,140)
#A09B9C
(160,155,156)
#AFAAAC
(175,170,172)
#BEB9BC
(190,185,188)
#CDC8CC
(205,200,204)
#DCD7DC
(220,215,220)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55504C; }

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

This text font color is #55504C.


Background Color

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

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

This div background color is #55504C.


Border color

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

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

This div border color is #55504C.


Opacity

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

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

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

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

This text has shadow with #55504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55504C on black background.


Color preview on white background

This text has color #55504C on white background.



Black color preview on #55504C background

This text has black color on #55504C background.


White color preview on #55504C background

This text has white color on #55504C background.