COLOR #554948

HEX: #554948 RGB: (85,73,72)

Color info

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

RGB color model

#554948 color RGB value is (85,73,72).

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

RGB channels and saturation

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

85
73
72

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

Portions of RGB colors in percentages

R + G + B = 85 + 73 + 72 = 230 (100%)
R 85 of 230 ~ 36.96%
G 73 of 230 ~ 31.74%
B 72 of 230 ~ 31.3'%

%36.96
%31.74
%31.3

CMYK color model

#554948 color CMYK value is (0,14,15,67).

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

CMYK: (0,14,15,67)
C0M14Y15K67 (0%, 14%, 15%, 67%)
(0.00 / 0.14 / 0.15 / 0.67)

CMYK percentages

%0
%14.12
%15.29
%66.67

Codes

Color #554948 in popluar color models

55 49 48
RGB 85 73 72
HSL 8.28% 30.78%
HSB/HSV 15.29% 33.33%
CMYK 0.00% 14.12% 15.29%
66.67%

Color #554948 in popluar number systems.

HEX 55 49 48
Decimal 85 73 72
Binary 1010101 1001001 1001000
Octal 125 111 110

Shades and tints

Shades of #554948

#554948
(85,73,72)
#4E4342
(78,67,66)
#473D3C
(71,61,60)
#403736
(64,55,54)
#393130
(57,49,48)
#322B2A
(50,43,42)
#2B2524
(43,37,36)
#241F1E
(36,31,30)
#1D1918
(29,25,24)
#161312
(22,19,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #554948

#554948
(85,73,72)
#645958
(100,89,88)
#736968
(115,105,104)
#827978
(130,121,120)
#918988
(145,137,136)
#A09998
(160,153,152)
#AFA9A8
(175,169,168)
#BEB9B8
(190,185,184)
#CDC9C8
(205,201,200)
#DCD9D8
(220,217,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554948; }

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

This text font color is #554948.

Background Color

.myBgColor { background-color: #554948; }

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

This div background color is #554948.

Border color

.myBorderColor { border: 1px solid #554948; }

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

This div border color is #554948.

Opacity

.myOpacity80 { color: #554948; opacity: 0.8; }

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

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

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

This text has shadow with #554948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554948.

Preview

Color preview on black background

This text has color #554948 on black background.


Color preview on white background

This text has color #554948 on white background.


Black color preview on #554948 background

This text has black color on #554948 background.


White color preview on #554948 background

This text has white color on #554948 background.


Related colors

Complementary color

Complementary color for #hex is #AAB6B7.


I love getcolorcode.com

Triadic colors

1 #485549 and #494855 with #554948 are triadic colors.

2 #484955 and #495548 with #554948 are triadic colors.