COLOR #554F4D

HEX: #554F4D RGB: (85,79,77)

Color info

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

RGB color model

#554F4D color RGB value is (85,79,77).

RGB: (85,79,77) (33%, 31%, 30%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 77 of 255 = 30%

85
79
77

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

Portions of RGB colors in percentages

R + G + B = 85 + 79 + 77 = 241 (100%)
R 85 of 241 ~ 35.27%
G 79 of 241 ~ 32.78%
B 77 of 241 ~ 31.95'%

%35.27
%32.78
%31.95

CMYK color model

#554F4D color CMYK value is (0,7,9,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 9.41%
  • key color value is 66.67%

CMYK: (0,7,9,67)
C0M7Y9K67 (0%, 7%, 9%, 67%)
(0.00 / 0.07 / 0.09 / 0.67)

CMYK percentages

%0
%7.06
%9.41
%66.67

Codes

Color #554F4D in popluar color models

55 4F 4D
RGB 85 79 77
HSL 15° 4.94% 31.76%
HSB/HSV 15° 9.41% 33.33%
CMYK 0.00% 7.06% 9.41%
66.67%

Color #554F4D in popluar number systems.

HEX 55 4F 4D
Decimal 85 79 77
Binary 1010101 1001111 1001101
Octal 125 117 115

Shades and tints

Shades of #554F4D

#554F4D
(85,79,77)
#4E4846
(78,72,70)
#47413F
(71,65,63)
#403A38
(64,58,56)
#393331
(57,51,49)
#322C2A
(50,44,42)
#2B2523
(43,37,35)
#241E1C
(36,30,28)
#1D1715
(29,23,21)
#16100E
(22,16,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #554F4D

#554F4D
(85,79,77)
#645F5D
(100,95,93)
#736F6D
(115,111,109)
#827F7D
(130,127,125)
#918F8D
(145,143,141)
#A09F9D
(160,159,157)
#AFAFAD
(175,175,173)
#BEBFBD
(190,191,189)
#CDCFCD
(205,207,205)
#DCDFDD
(220,223,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F4D; }

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

This text font color is #554F4D.

Background Color

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

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

This div background color is #554F4D.

Border color

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

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

This div border color is #554F4D.

Opacity

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

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

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

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

This text has shadow with #554F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554F4D.

Preview

Color preview on black background

This text has color #554F4D on black background.


Color preview on white background

This text has color #554F4D on white background.


Black color preview on #554F4D background

This text has black color on #554F4D background.


White color preview on #554F4D background

This text has white color on #554F4D background.


Related colors

Complementary color

Complementary color for #hex is #AAB0B2.


I love getcolorcode.com

Triadic colors

1 #4D554F and #4F4D55 with #554F4D are triadic colors.

2 #4D4F55 and #4F554D with #554F4D are triadic colors.