COLOR #554D45

HEX: #554D45
RGB: (85,77,69)

Color info

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

RGB color model

#554D45 color RGB value is (85,77,69).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 69 of 255 = 27%

85
77
69

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 69 = 231 (100%)
R 85 of 231 ~ 36.8%
G 77 of 231 ~ 33.33%
B 69 of 231 ~ 29.87%

%36.8
%33.33
%29.87

CMYK color model

#554D45 color CMYK value is (0,9,19,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 18.82%
  • key color value is 66.67%
CMYK:
(0,9,19,67)
C0M9Y19K67 
(0%,9%,19%,67%)
(0.00/0.09/0.19/0.67)	

CMYK percentages

%0
%9.41
%18.82
%66.67

Codes

Color #554D45 in popluar color models

554D45
RGB857769
HSL30°10.39%30.20%
HSB/HSV30°18.82%33.33%
CMYK0.00%9.41%18.82%
66.67%

Color #554D45 in popluar number systems.

HEX554D45
Decimal857769
Binary101010110011011000101
Octal125115105

Shades and tints

Shades of #554D45

#554D45
(85,77,69)
#4E463F
(78,70,63)
#473F39
(71,63,57)
#403833
(64,56,51)
#39312D
(57,49,45)
#322A27
(50,42,39)
#2B2321
(43,35,33)
#241C1B
(36,28,27)
#1D1515
(29,21,21)
#160E0F
(22,14,15)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #554D45

#554D45
(85,77,69)
#645D55
(100,93,85)
#736D65
(115,109,101)
#827D75
(130,125,117)
#918D85
(145,141,133)
#A09D95
(160,157,149)
#AFADA5
(175,173,165)
#BEBDB5
(190,189,181)
#CDCDC5
(205,205,197)
#DCDDD5
(220,221,213)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D45; }

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

This text font color is #554D45.


Background Color

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

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

This div background color is #554D45.


Border color

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

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

This div border color is #554D45.


Opacity

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

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

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

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

This text has shadow with #554D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D45 on black background.


Color preview on white background

This text has color #554D45 on white background.



Black color preview on #554D45 background

This text has black color on #554D45 background.


White color preview on #554D45 background

This text has white color on #554D45 background.