COLOR #554420

HEX: #554420
RGB: (85,68,32)

Color info

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

RGB color model

#554420 color RGB value is (85,68,32).

  • red value is 85;
  • green value is 68;
  • blue value is 32.
RGB:
(85,68,32)
(33%,27%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 32 of 255 = 13%

85
68
32

R + G + B ~ 24%. #554420 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 32 = 185 (100%)
R 85 of 185 ~ 45.95%
G 68 of 185 ~ 36.76%
B 32 of 185 ~ 17.3%

%45.95
%36.76
%17.3

CMYK color model

#554420 color CMYK value is (0,20,62,67).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 62.35%
  • key color value is 66.67%
CMYK:
(0,20,62,67)
C0M20Y62K67 
(0%,20%,62%,67%)
(0.00/0.20/0.62/0.67)	

CMYK percentages

%0
%20
%62.35
%66.67

Codes

Color #554420 in popluar color models

554420
RGB856832
HSL41°45.30%22.94%
HSB/HSV41°62.35%33.33%
CMYK0.00%20.00%62.35%
66.67%

Color #554420 in popluar number systems.

HEX554420
Decimal856832
Binary10101011000100100000
Octal12510440

Shades and tints

Shades of #554420

#554420
(85,68,32)
#4E3E1E
(78,62,30)
#47381C
(71,56,28)
#40321A
(64,50,26)
#392C18
(57,44,24)
#322616
(50,38,22)
#2B2014
(43,32,20)
#241A12
(36,26,18)
#1D1410
(29,20,16)
#160E0E
(22,14,14)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #554420

#554420
(85,68,32)
#645534
(100,85,52)
#736648
(115,102,72)
#82775C
(130,119,92)
#918870
(145,136,112)
#A09984
(160,153,132)
#AFAA98
(175,170,152)
#BEBBAC
(190,187,172)
#CDCCC0
(205,204,192)
#DCDDD4
(220,221,212)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554420 color. Also use rgb(85,68,32) instead hex code.

Text Font Color

.myTextColor { color: #554420; }

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

This text font color is #554420.


Background Color

.myBgColor { background-color: #554420; }

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

This div background color is #554420.


Border color

.myBorderColor { border: 1px solid #554420; }

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

This div border color is #554420.


Opacity

.myOpacity80 { color: #554420; opacity: 0.8; }

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

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

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

This text has shadow with #554420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554420 on black background.


Color preview on white background

This text has color #554420 on white background.



Black color preview on #554420 background

This text has black color on #554420 background.


White color preview on #554420 background

This text has white color on #554420 background.