COLOR #554A50

HEX: #554A50 RGB: (85,74,80)

Color info

#554A50 contains red, green and blue colors in about the same proportion. Web safe color of #554A50 is #663366 (or #636).

RGB color model

#554A50 color RGB value is (85,74,80).

RGB: (85,74,80) (33%, 29%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 74 of 255 = 29%
B 80 of 255 = 31%

85
74
80

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

Portions of RGB colors in percentages

R + G + B = 85 + 74 + 80 = 239 (100%)
R 85 of 239 ~ 35.56%
G 74 of 239 ~ 30.96%
B 80 of 239 ~ 33.47'%

%35.56
%30.96
%33.47

CMYK color model

#554A50 color CMYK value is (0,13,6,67).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK: (0,13,6,67) C0M13Y6K67 (0%,13%,6%,67%) (0.00/0.13/0.06/0.67) 

CMYK percentages

%0
%12.94
%5.88
%66.67

Codes

Color #554A50 in popluar color models

55 4A 50
RGB 85 74 80
HSL 327° 6.92% 31.18%
HSB/HSV 327° 12.94% 33.33%
CMYK 0.00% 12.94% 5.88%
66.67%

Color #554A50 in popluar number systems.

HEX 55 4A 50
Decimal 85 74 80
Binary 1010101 1001010 1010000
Octal 125 112 120

Shades and tints

Shades of #554A50

#554A50
(85,74,80)
#4E4449
(78,68,73)
#473E42
(71,62,66)
#40383B
(64,56,59)
#393234
(57,50,52)
#322C2D
(50,44,45)
#2B2626
(43,38,38)
#24201F
(36,32,31)
#1D1A18
(29,26,24)
#161411
(22,20,17)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #554A50

#554A50
(85,74,80)
#645A5F
(100,90,95)
#736A6E
(115,106,110)
#827A7D
(130,122,125)
#918A8C
(145,138,140)
#A09A9B
(160,154,155)
#AFAAAA
(175,170,170)
#BEBAB9
(190,186,185)
#CDCAC8
(205,202,200)
#DCDAD7
(220,218,215)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554A50; }

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

This text font color is #554A50.

Background Color

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

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

This div background color is #554A50.

Border color

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

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

This div border color is #554A50.

Opacity

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

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

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

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

This text has shadow with #554A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554A50.

Preview

Color preview on black background

This text has color #554A50 on black background.


Color preview on white background

This text has color #554A50 on white background.


Black color preview on #554A50 background

This text has black color on #554A50 background.


White color preview on #554A50 background

This text has white color on #554A50 background.


Related colors

Complementary color

Complementary color for #hex is #AAB5AF.


I love getcolorcode.com

Triadic colors

1 #50554A and #4A5055 with #554A50 are triadic colors.

2 #504A55 and #4A5550 with #554A50 are triadic colors.