COLOR #554D28

HEX: #554D28
RGB: (85,77,40)

Color info

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

RGB color model

#554D28 color RGB value is (85,77,40).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 40 of 255 = 16%

85
77
40

R + G + B ~ 26%. #554D28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 40 = 202 (100%)
R 85 of 202 ~ 42.08%
G 77 of 202 ~ 38.12%
B 40 of 202 ~ 19.8%

%42.08
%38.12
%19.8

CMYK color model

#554D28 color CMYK value is (0,9,53,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 52.94%
  • key color value is 66.67%
CMYK:
(0,9,53,67)
C0M9Y53K67 
(0%,9%,53%,67%)
(0.00/0.09/0.53/0.67)	

CMYK percentages

%0
%9.41
%52.94
%66.67

Codes

Color #554D28 in popluar color models

554D28
RGB857740
HSL49°36.00%24.51%
HSB/HSV49°52.94%33.33%
CMYK0.00%9.41%52.94%
66.67%

Color #554D28 in popluar number systems.

HEX554D28
Decimal857740
Binary10101011001101101000
Octal12511550

Shades and tints

Shades of #554D28

#554D28
(85,77,40)
#4E4625
(78,70,37)
#473F22
(71,63,34)
#40381F
(64,56,31)
#39311C
(57,49,28)
#322A19
(50,42,25)
#2B2316
(43,35,22)
#241C13
(36,28,19)
#1D1510
(29,21,16)
#160E0D
(22,14,13)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #554D28

#554D28
(85,77,40)
#645D3B
(100,93,59)
#736D4E
(115,109,78)
#827D61
(130,125,97)
#918D74
(145,141,116)
#A09D87
(160,157,135)
#AFAD9A
(175,173,154)
#BEBDAD
(190,189,173)
#CDCDC0
(205,205,192)
#DCDDD3
(220,221,211)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D28; }

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

This text font color is #554D28.


Background Color

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

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

This div background color is #554D28.


Border color

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

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

This div border color is #554D28.


Opacity

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

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

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

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

This text has shadow with #554D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D28 on black background.


Color preview on white background

This text has color #554D28 on white background.



Black color preview on #554D28 background

This text has black color on #554D28 background.


White color preview on #554D28 background

This text has white color on #554D28 background.