COLOR #54550A

HEX: #54550A
RGB: (84,85,10)

Color info

#54550A contains mainly red and green colors. Web safe color of #54550A is #666600 (or #660).

RGB color model

#54550A color RGB value is (84,85,10).

  • red value is 84;
  • green value is 85;
  • blue value is 10.
RGB:
(84,85,10)
(33%,33%,4%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 10 of 255 = 4%

84
85
10

R + G + B ~ 23%. #54550A is dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 10 = 179 (100%)
R 84 of 179 ~ 46.93%
G 85 of 179 ~ 47.49%
B 10 of 179 ~ 5.59%

%46.93
%47.49

CMYK color model

#54550A color CMYK value is (1,0,88,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 66.67%
CMYK:
(1,0,88,67)
C1M0Y88K67 
(1%,0%,88%,67%)
(0.01/0.00/0.88/0.67)	

CMYK percentages

%1.18
%0
%88.24
%66.67

Codes

Color #54550A in popluar color models

54550A
RGB848510
HSL61°78.95%18.63%
HSB/HSV61°88.24%33.33%
CMYK1.18%0.00%88.24%
66.67%

Color #54550A in popluar number systems.

HEX54550A
Decimal848510
Binary101010010101011010
Octal12412512

Shades and tints

Shades of #54550A

#54550A
(84,85,10)
#4D4E0A
(77,78,10)
#46470A
(70,71,10)
#3F400A
(63,64,10)
#38390A
(56,57,10)
#31320A
(49,50,10)
#2A2B0A
(42,43,10)
#23240A
(35,36,10)
#1C1D0A
(28,29,10)
#15160A
(21,22,10)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #54550A

#54550A
(84,85,10)
#636420
(99,100,32)
#727336
(114,115,54)
#81824C
(129,130,76)
#909162
(144,145,98)
#9FA078
(159,160,120)
#AEAF8E
(174,175,142)
#BDBEA4
(189,190,164)
#CCCDBA
(204,205,186)
#DBDCD0
(219,220,208)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54550A color. Also use rgb(84,85,10) instead hex code.

Text Font Color

.myTextColor { color: #54550A; }

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

This text font color is #54550A.


Background Color

.myBgColor { background-color: #54550A; }

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

This div background color is #54550A.


Border color

.myBorderColor { border: 1px solid #54550A; }

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

This div border color is #54550A.


Opacity

.myOpacity80 { color: #54550A; opacity: 0.8; }

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

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

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

This text has shadow with #54550A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54550A on black background.


Color preview on white background

This text has color #54550A on white background.



Black color preview on #54550A background

This text has black color on #54550A background.


White color preview on #54550A background

This text has white color on #54550A background.