COLOR #554B48

HEX: #554B48 RGB: (85,75,72)

Color info

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

RGB color model

#554B48 color RGB value is (85,75,72).

RGB: (85,75,72) (33%, 29%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 72 of 255 = 28%

85
75
72

R + G + B ~ 30%. #554B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 75 + 72 = 232 (100%)
R 85 of 232 ~ 36.64%
G 75 of 232 ~ 32.33%
B 72 of 232 ~ 31.03'%

%36.64
%32.33
%31.03

CMYK color model

#554B48 color CMYK value is (0,12,15,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 15.29%
  • key color value is 66.67%

CMYK: (0,12,15,67)
C0M12Y15K67 (0%, 12%, 15%, 67%)
(0.00 / 0.12 / 0.15 / 0.67)

CMYK percentages

%0
%11.76
%15.29
%66.67

Codes

Color #554B48 in popluar color models

55 4B 48
RGB 85 75 72
HSL 14° 8.28% 30.78%
HSB/HSV 14° 15.29% 33.33%
CMYK 0.00% 11.76% 15.29%
66.67%

Color #554B48 in popluar number systems.

HEX 55 4B 48
Decimal 85 75 72
Binary 1010101 1001011 1001000
Octal 125 113 110

Shades and tints

Shades of #554B48

#554B48
(85,75,72)
#4E4542
(78,69,66)
#473F3C
(71,63,60)
#403936
(64,57,54)
#393330
(57,51,48)
#322D2A
(50,45,42)
#2B2724
(43,39,36)
#24211E
(36,33,30)
#1D1B18
(29,27,24)
#161512
(22,21,18)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #554B48

#554B48
(85,75,72)
#645B58
(100,91,88)
#736B68
(115,107,104)
#827B78
(130,123,120)
#918B88
(145,139,136)
#A09B98
(160,155,152)
#AFABA8
(175,171,168)
#BEBBB8
(190,187,184)
#CDCBC8
(205,203,200)
#DCDBD8
(220,219,216)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B48; }

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

This text font color is #554B48.

Background Color

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

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

This div background color is #554B48.

Border color

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

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

This div border color is #554B48.

Opacity

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

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

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

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

This text has shadow with #554B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554B48.

Preview

Color preview on black background

This text has color #554B48 on black background.


Color preview on white background

This text has color #554B48 on white background.


Black color preview on #554B48 background

This text has black color on #554B48 background.


White color preview on #554B48 background

This text has white color on #554B48 background.


Related colors

Complementary color

Complementary color for #hex is #AAB4B7.


I love getcolorcode.com

Triadic colors

1 #48554B and #4B4855 with #554B48 are triadic colors.

2 #484B55 and #4B5548 with #554B48 are triadic colors.