COLOR #554843

HEX: #554843
RGB: (85,72,67)

Color info

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

RGB color model

#554843 color RGB value is (85,72,67).

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

RGB channels and saturation

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

85
72
67

R + G + B ~ 29%. #554843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 67 = 224 (100%)
R 85 of 224 ~ 37.95%
G 72 of 224 ~ 32.14%
B 67 of 224 ~ 29.91%

%37.95
%32.14
%29.91

CMYK color model

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

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

CMYK percentages

%0
%15.29
%21.18
%66.67

Codes

Color #554843 in popluar color models

554843
RGB857267
HSL17°11.84%29.80%
HSB/HSV17°21.18%33.33%
CMYK0.00%15.29%21.18%
66.67%

Color #554843 in popluar number systems.

HEX554843
Decimal857267
Binary101010110010001000011
Octal125110103

Shades and tints

Shades of #554843

#554843
(85,72,67)
#4E423D
(78,66,61)
#473C37
(71,60,55)
#403631
(64,54,49)
#39302B
(57,48,43)
#322A25
(50,42,37)
#2B241F
(43,36,31)
#241E19
(36,30,25)
#1D1813
(29,24,19)
#16120D
(22,18,13)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #554843

#554843
(85,72,67)
#645854
(100,88,84)
#736865
(115,104,101)
#827876
(130,120,118)
#918887
(145,136,135)
#A09898
(160,152,152)
#AFA8A9
(175,168,169)
#BEB8BA
(190,184,186)
#CDC8CB
(205,200,203)
#DCD8DC
(220,216,220)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554843; }

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

This text font color is #554843.


Background Color

.myBgColor { background-color: #554843; }

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

This div background color is #554843.


Border color

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

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

This div border color is #554843.


Opacity

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

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

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

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

This text has shadow with #554843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554843 on black background.


Color preview on white background

This text has color #554843 on white background.



Black color preview on #554843 background

This text has black color on #554843 background.


White color preview on #554843 background

This text has white color on #554843 background.