COLOR #554011

HEX: #554011
RGB: (85,64,17)

Color info

#554011 contains mainly red and green colors. Web safe color of #554011 is #663300 (or #630).

RGB color model

#554011 color RGB value is (85,64,17).

  • red value is 85;
  • green value is 64;
  • blue value is 17.
RGB:
(85,64,17)
(33%,25%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 64 of 255 = 25%
B 17 of 255 = 7%

85
64
17

R + G + B ~ 22%. #554011 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 64 + 17 = 166 (100%)
R 85 of 166 ~ 51.2%
G 64 of 166 ~ 38.55%
B 17 of 166 ~ 10.24%

%51.2
%38.55
%10.24

CMYK color model

#554011 color CMYK value is (0,25,80,67).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,25,80,67)
C0M25Y80K67 
(0%,25%,80%,67%)
(0.00/0.25/0.80/0.67)	

CMYK percentages

%0
%24.71
%80
%66.67

Codes

Color #554011 in popluar color models

554011
RGB856417
HSL41°66.67%20.00%
HSB/HSV41°80.00%33.33%
CMYK0.00%24.71%80.00%
66.67%

Color #554011 in popluar number systems.

HEX554011
Decimal856417
Binary1010101100000010001
Octal12510021

Shades and tints

Shades of #554011

#554011
(85,64,17)
#4E3B10
(78,59,16)
#47360F
(71,54,15)
#40310E
(64,49,14)
#392C0D
(57,44,13)
#32270C
(50,39,12)
#2B220B
(43,34,11)
#241D0A
(36,29,10)
#1D1809
(29,24,9)
#161308
(22,19,8)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #554011

#554011
(85,64,17)
#645126
(100,81,38)
#73623B
(115,98,59)
#827350
(130,115,80)
#918465
(145,132,101)
#A0957A
(160,149,122)
#AFA68F
(175,166,143)
#BEB7A4
(190,183,164)
#CDC8B9
(205,200,185)
#DCD9CE
(220,217,206)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554011 color. Also use rgb(85,64,17) instead hex code.

Text Font Color

.myTextColor { color: #554011; }

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

This text font color is #554011.


Background Color

.myBgColor { background-color: #554011; }

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

This div background color is #554011.


Border color

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

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

This div border color is #554011.


Opacity

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

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

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

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

This text has shadow with #554011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554011 on black background.


Color preview on white background

This text has color #554011 on white background.



Black color preview on #554011 background

This text has black color on #554011 background.


White color preview on #554011 background

This text has white color on #554011 background.