COLOR #554848

HEX: #554848
RGB: (85,72,72)

Color info

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

RGB color model

#554848 color RGB value is (85,72,72).

  • red value is 85;
  • green value is 72;
  • blue value is 72.
RGB:
(85,72,72)
(33%,28%,28%)

RGB channels and saturation

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

85
72
72

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 72 = 229 (100%)
R 85 of 229 ~ 37.12%
G 72 of 229 ~ 31.44%
B 72 of 229 ~ 31.44%

%37.12
%31.44
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 15.29%
  • key color value is 66.67%
CMYK:
(0,15,15,67)
C0M15Y15K67 
(0%,15%,15%,67%)
(0.00/0.15/0.15/0.67)	

CMYK percentages

%0
%15.29
%15.29
%66.67

Codes

Color #554848 in popluar color models

554848
RGB857272
HSL8.28%30.78%
HSB/HSV15.29%33.33%
CMYK0.00%15.29%15.29%
66.67%

Color #554848 in popluar number systems.

HEX554848
Decimal857272
Binary101010110010001001000
Octal125110110

Shades and tints

Shades of #554848

#554848
(85,72,72)
#4E4242
(78,66,66)
#473C3C
(71,60,60)
#403636
(64,54,54)
#393030
(57,48,48)
#322A2A
(50,42,42)
#2B2424
(43,36,36)
#241E1E
(36,30,30)
#1D1818
(29,24,24)
#161212
(22,18,18)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #554848

#554848
(85,72,72)
#645858
(100,88,88)
#736868
(115,104,104)
#827878
(130,120,120)
#918888
(145,136,136)
#A09898
(160,152,152)
#AFA8A8
(175,168,168)
#BEB8B8
(190,184,184)
#CDC8C8
(205,200,200)
#DCD8D8
(220,216,216)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554848; }

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

This text font color is #554848.


Background Color

.myBgColor { background-color: #554848; }

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

This div background color is #554848.


Border color

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

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

This div border color is #554848.


Opacity

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

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

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

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

This text has shadow with #554848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554848 on black background.


Color preview on white background

This text has color #554848 on white background.



Black color preview on #554848 background

This text has black color on #554848 background.


White color preview on #554848 background

This text has white color on #554848 background.