COLOR #54552D

HEX: #54552D
RGB: (84,85,45)

Color info

#54552D contains red, green and blue colors in about the same proportion. Web safe color of #54552D is #666633 (or #663).

RGB color model

#54552D color RGB value is (84,85,45).

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

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 45 of 255 = 18%

84
85
45

R + G + B ~ 28%. #54552D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 45 = 214 (100%)
R 84 of 214 ~ 39.25%
G 85 of 214 ~ 39.72%
B 45 of 214 ~ 21.03%

%39.25
%39.72
%21.03

CMYK color model

#54552D color CMYK value is (1,0,47,67).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(1,0,47,67)
C1M0Y47K67 
(1%,0%,47%,67%)
(0.01/0.00/0.47/0.67)	

CMYK percentages

%1.18
%0
%47.06
%66.67

Codes

Color #54552D in popluar color models

54552D
RGB848545
HSL62°30.77%25.49%
HSB/HSV62°47.06%33.33%
CMYK1.18%0.00%47.06%
66.67%

Color #54552D in popluar number systems.

HEX54552D
Decimal848545
Binary10101001010101101101
Octal12412555

Shades and tints

Shades of #54552D

#54552D
(84,85,45)
#4D4E29
(77,78,41)
#464725
(70,71,37)
#3F4021
(63,64,33)
#38391D
(56,57,29)
#313219
(49,50,25)
#2A2B15
(42,43,21)
#232411
(35,36,17)
#1C1D0D
(28,29,13)
#151609
(21,22,9)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #54552D

#54552D
(84,85,45)
#636440
(99,100,64)
#727353
(114,115,83)
#818266
(129,130,102)
#909179
(144,145,121)
#9FA08C
(159,160,140)
#AEAF9F
(174,175,159)
#BDBEB2
(189,190,178)
#CCCDC5
(204,205,197)
#DBDCD8
(219,220,216)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54552D color. Also use rgb(84,85,45) instead hex code.

Text Font Color

.myTextColor { color: #54552D; }

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

This text font color is #54552D.


Background Color

.myBgColor { background-color: #54552D; }

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

This div background color is #54552D.


Border color

.myBorderColor { border: 1px solid #54552D; }

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

This div border color is #54552D.


Opacity

.myOpacity80 { color: #54552D; opacity: 0.8; }

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

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

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

This text has shadow with #54552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54552D on black background.


Color preview on white background

This text has color #54552D on white background.



Black color preview on #54552D background

This text has black color on #54552D background.


White color preview on #54552D background

This text has white color on #54552D background.