COLOR #554F50

HEX: #554F50
RGB: (85,79,80)

Color info

#554F50 contains red, green and blue colors in about the same proportion. Web safe color of #554F50 is #666666 (or #666).

RGB color model

#554F50 color RGB value is (85,79,80).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 80 of 255 = 31%

85
79
80

R + G + B ~ 32%. #554F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 80 = 244 (100%)
R 85 of 244 ~ 34.84%
G 79 of 244 ~ 32.38%
B 80 of 244 ~ 32.79%

%34.84
%32.38
%32.79

CMYK color model

#554F50 color CMYK value is (0,7,6,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK:
(0,7,6,67)
C0M7Y6K67 
(0%,7%,6%,67%)
(0.00/0.07/0.06/0.67)	

CMYK percentages

%0
%7.06
%5.88
%66.67

Codes

Color #554F50 in popluar color models

554F50
RGB857980
HSL350°3.66%32.16%
HSB/HSV350°7.06%33.33%
CMYK0.00%7.06%5.88%
66.67%

Color #554F50 in popluar number systems.

HEX554F50
Decimal857980
Binary101010110011111010000
Octal125117120

Shades and tints

Shades of #554F50

#554F50
(85,79,80)
#4E4849
(78,72,73)
#474142
(71,65,66)
#403A3B
(64,58,59)
#393334
(57,51,52)
#322C2D
(50,44,45)
#2B2526
(43,37,38)
#241E1F
(36,30,31)
#1D1718
(29,23,24)
#161011
(22,16,17)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #554F50

#554F50
(85,79,80)
#645F5F
(100,95,95)
#736F6E
(115,111,110)
#827F7D
(130,127,125)
#918F8C
(145,143,140)
#A09F9B
(160,159,155)
#AFAFAA
(175,175,170)
#BEBFB9
(190,191,185)
#CDCFC8
(205,207,200)
#DCDFD7
(220,223,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F50 color. Also use rgb(85,79,80) instead hex code.

Text Font Color

.myTextColor { color: #554F50; }

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

This text font color is #554F50.


Background Color

.myBgColor { background-color: #554F50; }

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

This div background color is #554F50.


Border color

.myBorderColor { border: 1px solid #554F50; }

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

This div border color is #554F50.


Opacity

.myOpacity80 { color: #554F50; opacity: 0.8; }

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

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

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

This text has shadow with #554F50 color.

.textShadow {text-shadow: 3px 3px 1px #554F50, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F50 on black background.


Color preview on white background

This text has color #554F50 on white background.



Black color preview on #554F50 background

This text has black color on #554F50 background.


White color preview on #554F50 background

This text has white color on #554F50 background.