COLOR #554501

HEX: #554501
RGB: (85,69,1)

Color info

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

RGB color model

#554501 color RGB value is (85,69,1).

  • red value is 85;
  • green value is 69;
  • blue value is 1.
RGB:
(85,69,1)
(33%,27%,0%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 1 of 255 = 0%

85
69
1

R + G + B ~ 20%. #554501 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 1 = 155 (100%)
R 85 of 155 ~ 54.84%
G 69 of 155 ~ 44.52%
B 1 of 155 ~ 0.65%

%54.84
%44.52

CMYK color model

#554501 color CMYK value is (0,19,99,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 98.82%
  • key color value is 66.67%
CMYK:
(0,19,99,67)
C0M19Y99K67 
(0%,19%,99%,67%)
(0.00/0.19/0.99/0.67)	

CMYK percentages

%0
%18.82
%98.82
%66.67

Codes

Color #554501 in popluar color models

554501
RGB85691
HSL49°97.67%16.86%
HSB/HSV49°98.82%33.33%
CMYK0.00%18.82%98.82%
66.67%

Color #554501 in popluar number systems.

HEX554501
Decimal85691
Binary101010110001011
Octal1251051

Shades and tints

Shades of #554501

#554501
(85,69,1)
#4E3F01
(78,63,1)
#473901
(71,57,1)
#403301
(64,51,1)
#392D01
(57,45,1)
#322701
(50,39,1)
#2B2101
(43,33,1)
#241B01
(36,27,1)
#1D1501
(29,21,1)
#160F01
(22,15,1)
#0F0901
(15,9,1)
#000000
(0,0,0)

Tints of #554501

#554501
(85,69,1)
#645518
(100,85,24)
#73652F
(115,101,47)
#827546
(130,117,70)
#91855D
(145,133,93)
#A09574
(160,149,116)
#AFA58B
(175,165,139)
#BEB5A2
(190,181,162)
#CDC5B9
(205,197,185)
#DCD5D0
(220,213,208)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554501 color. Also use rgb(85,69,1) instead hex code.

Text Font Color

.myTextColor { color: #554501; }

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

This text font color is #554501.


Background Color

.myBgColor { background-color: #554501; }

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

This div background color is #554501.


Border color

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

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

This div border color is #554501.


Opacity

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

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

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

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

This text has shadow with #554501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554501 on black background.


Color preview on white background

This text has color #554501 on white background.



Black color preview on #554501 background

This text has black color on #554501 background.


White color preview on #554501 background

This text has white color on #554501 background.