COLOR #554D36

HEX: #554D36
RGB: (85,77,54)

Color info

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

RGB color model

#554D36 color RGB value is (85,77,54).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 54 of 255 = 21%

85
77
54

R + G + B ~ 28%. #554D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 54 = 216 (100%)
R 85 of 216 ~ 39.35%
G 77 of 216 ~ 35.65%
B 54 of 216 ~ 25%

%39.35
%35.65
%25

CMYK color model

#554D36 color CMYK value is (0,9,36,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,9,36,67)
C0M9Y36K67 
(0%,9%,36%,67%)
(0.00/0.09/0.36/0.67)	

CMYK percentages

%0
%9.41
%36.47
%66.67

Codes

Color #554D36 in popluar color models

554D36
RGB857754
HSL45°22.30%27.25%
HSB/HSV45°36.47%33.33%
CMYK0.00%9.41%36.47%
66.67%

Color #554D36 in popluar number systems.

HEX554D36
Decimal857754
Binary10101011001101110110
Octal12511566

Shades and tints

Shades of #554D36

#554D36
(85,77,54)
#4E4632
(78,70,50)
#473F2E
(71,63,46)
#40382A
(64,56,42)
#393126
(57,49,38)
#322A22
(50,42,34)
#2B231E
(43,35,30)
#241C1A
(36,28,26)
#1D1516
(29,21,22)
#160E12
(22,14,18)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #554D36

#554D36
(85,77,54)
#645D48
(100,93,72)
#736D5A
(115,109,90)
#827D6C
(130,125,108)
#918D7E
(145,141,126)
#A09D90
(160,157,144)
#AFADA2
(175,173,162)
#BEBDB4
(190,189,180)
#CDCDC6
(205,205,198)
#DCDDD8
(220,221,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D36; }

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

This text font color is #554D36.


Background Color

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

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

This div background color is #554D36.


Border color

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

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

This div border color is #554D36.


Opacity

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

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

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

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

This text has shadow with #554D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D36 on black background.


Color preview on white background

This text has color #554D36 on white background.



Black color preview on #554D36 background

This text has black color on #554D36 background.


White color preview on #554D36 background

This text has white color on #554D36 background.