COLOR #554B4D

HEX: #554B4D
RGB: (85,75,77)

Color info

#554B4D contains red, green and blue colors in about the same proportion. Web safe color of #554B4D is #663333 (or #633).

RGB color model

#554B4D color RGB value is (85,75,77).

  • red value is 85;
  • green value is 75;
  • blue value is 77.
RGB:
(85,75,77)
(33%,29%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 77 of 255 = 30%

85
75
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 77 = 237 (100%)
R 85 of 237 ~ 35.86%
G 75 of 237 ~ 31.65%
B 77 of 237 ~ 32.49%

%35.86
%31.65
%32.49

CMYK color model

#554B4D color CMYK value is (0,12,9,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,12,9,67)
C0M12Y9K67 
(0%,12%,9%,67%)
(0.00/0.12/0.09/0.67)	

CMYK percentages

%0
%11.76
%9.41
%66.67

Codes

Color #554B4D in popluar color models

554B4D
RGB857577
HSL348°6.25%31.37%
HSB/HSV348°11.76%33.33%
CMYK0.00%11.76%9.41%
66.67%

Color #554B4D in popluar number systems.

HEX554B4D
Decimal857577
Binary101010110010111001101
Octal125113115

Shades and tints

Shades of #554B4D

#554B4D
(85,75,77)
#4E4546
(78,69,70)
#473F3F
(71,63,63)
#403938
(64,57,56)
#393331
(57,51,49)
#322D2A
(50,45,42)
#2B2723
(43,39,35)
#24211C
(36,33,28)
#1D1B15
(29,27,21)
#16150E
(22,21,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #554B4D

#554B4D
(85,75,77)
#645B5D
(100,91,93)
#736B6D
(115,107,109)
#827B7D
(130,123,125)
#918B8D
(145,139,141)
#A09B9D
(160,155,157)
#AFABAD
(175,171,173)
#BEBBBD
(190,187,189)
#CDCBCD
(205,203,205)
#DCDBDD
(220,219,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B4D color. Also use rgb(85,75,77) instead hex code.

Text Font Color

.myTextColor { color: #554B4D; }

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

This text font color is #554B4D.


Background Color

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

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

This div background color is #554B4D.


Border color

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

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

This div border color is #554B4D.


Opacity

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

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

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

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

This text has shadow with #554B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B4D on black background.


Color preview on white background

This text has color #554B4D on white background.



Black color preview on #554B4D background

This text has black color on #554B4D background.


White color preview on #554B4D background

This text has white color on #554B4D background.