COLOR #554F54

HEX: #554F54
RGB: (85,79,84)

Color info

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

RGB color model

#554F54 color RGB value is (85,79,84).

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

RGB channels and saturation

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

85
79
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 84 = 248 (100%)
R 85 of 248 ~ 34.27%
G 79 of 248 ~ 31.85%
B 84 of 248 ~ 33.87%

%34.27
%31.85
%33.87

CMYK color model

#554F54 color CMYK value is (0,7,1,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,7,1,67)
C0M7Y1K67 
(0%,7%,1%,67%)
(0.00/0.07/0.01/0.67)	

CMYK percentages

%0
%7.06
%1.18
%66.67

Codes

Color #554F54 in popluar color models

554F54
RGB857984
HSL310°3.66%32.16%
HSB/HSV310°7.06%33.33%
CMYK0.00%7.06%1.18%
66.67%

Color #554F54 in popluar number systems.

HEX554F54
Decimal857984
Binary101010110011111010100
Octal125117124

Shades and tints

Shades of #554F54

#554F54
(85,79,84)
#4E484D
(78,72,77)
#474146
(71,65,70)
#403A3F
(64,58,63)
#393338
(57,51,56)
#322C31
(50,44,49)
#2B252A
(43,37,42)
#241E23
(36,30,35)
#1D171C
(29,23,28)
#161015
(22,16,21)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #554F54

#554F54
(85,79,84)
#645F63
(100,95,99)
#736F72
(115,111,114)
#827F81
(130,127,129)
#918F90
(145,143,144)
#A09F9F
(160,159,159)
#AFAFAE
(175,175,174)
#BEBFBD
(190,191,189)
#CDCFCC
(205,207,204)
#DCDFDB
(220,223,219)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F54; }

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

This text font color is #554F54.


Background Color

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

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

This div background color is #554F54.


Border color

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

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

This div border color is #554F54.


Opacity

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

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

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

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

This text has shadow with #554F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F54 on black background.


Color preview on white background

This text has color #554F54 on white background.



Black color preview on #554F54 background

This text has black color on #554F54 background.


White color preview on #554F54 background

This text has white color on #554F54 background.