COLOR #554D37

HEX: #554D37
RGB: (85,77,55)

Color info

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

RGB color model

#554D37 color RGB value is (85,77,55).

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

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 55 of 255 = 22%

85
77
55

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

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 55 = 217 (100%)
R 85 of 217 ~ 39.17%
G 77 of 217 ~ 35.48%
B 55 of 217 ~ 25.35%

%39.17
%35.48
%25.35

CMYK color model

#554D37 color CMYK value is (0,9,35,67).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,9,35,67)
C0M9Y35K67 
(0%,9%,35%,67%)
(0.00/0.09/0.35/0.67)	

CMYK percentages

%0
%9.41
%35.29
%66.67

Codes

Color #554D37 in popluar color models

554D37
RGB857755
HSL44°21.43%27.45%
HSB/HSV44°35.29%33.33%
CMYK0.00%9.41%35.29%
66.67%

Color #554D37 in popluar number systems.

HEX554D37
Decimal857755
Binary10101011001101110111
Octal12511567

Shades and tints

Shades of #554D37

#554D37
(85,77,55)
#4E4632
(78,70,50)
#473F2D
(71,63,45)
#403828
(64,56,40)
#393123
(57,49,35)
#322A1E
(50,42,30)
#2B2319
(43,35,25)
#241C14
(36,28,20)
#1D150F
(29,21,15)
#160E0A
(22,14,10)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #554D37

#554D37
(85,77,55)
#645D49
(100,93,73)
#736D5B
(115,109,91)
#827D6D
(130,125,109)
#918D7F
(145,141,127)
#A09D91
(160,157,145)
#AFADA3
(175,173,163)
#BEBDB5
(190,189,181)
#CDCDC7
(205,205,199)
#DCDDD9
(220,221,217)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554D37; }

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

This text font color is #554D37.


Background Color

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

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

This div background color is #554D37.


Border color

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

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

This div border color is #554D37.


Opacity

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

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

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

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

This text has shadow with #554D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554D37 on black background.


Color preview on white background

This text has color #554D37 on white background.



Black color preview on #554D37 background

This text has black color on #554D37 background.


White color preview on #554D37 background

This text has white color on #554D37 background.