COLOR #554D43

HEX: #554D43
RGB: (85,77,67)

Color info

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

RGB color model

#554D43 color RGB value is (85,77,67).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 67 of 255 = 26%

85
77
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 67 = 229 (100%)
R 85 of 229 ~ 37.12%
G 77 of 229 ~ 33.62%
B 67 of 229 ~ 29.26%

%37.12
%33.62
%29.26

CMYK color model

#554D43 color CMYK value is (0,9,21,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 21.18%
  • key color value is 66.67%
CMYK:
(0,9,21,67)
C0M9Y21K67 
(0%,9%,21%,67%)
(0.00/0.09/0.21/0.67)	

CMYK percentages

%0
%9.41
%21.18
%66.67

Codes

Color #554D43 in popluar color models

554D43
RGB857767
HSL33°11.84%29.80%
HSB/HSV33°21.18%33.33%
CMYK0.00%9.41%21.18%
66.67%

Color #554D43 in popluar number systems.

HEX554D43
Decimal857767
Binary101010110011011000011
Octal125115103

Shades and tints

Shades of #554D43

#554D43
(85,77,67)
#4E463D
(78,70,61)
#473F37
(71,63,55)
#403831
(64,56,49)
#39312B
(57,49,43)
#322A25
(50,42,37)
#2B231F
(43,35,31)
#241C19
(36,28,25)
#1D1513
(29,21,19)
#160E0D
(22,14,13)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #554D43

#554D43
(85,77,67)
#645D54
(100,93,84)
#736D65
(115,109,101)
#827D76
(130,125,118)
#918D87
(145,141,135)
#A09D98
(160,157,152)
#AFADA9
(175,173,169)
#BEBDBA
(190,189,186)
#CDCDCB
(205,205,203)
#DCDDDC
(220,221,220)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D43; }

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

This text font color is #554D43.


Background Color

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

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

This div background color is #554D43.


Border color

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

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

This div border color is #554D43.


Opacity

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

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

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

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

This text has shadow with #554D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D43 on black background.


Color preview on white background

This text has color #554D43 on white background.



Black color preview on #554D43 background

This text has black color on #554D43 background.


White color preview on #554D43 background

This text has white color on #554D43 background.