COLOR #54563F

HEX: #54563F
RGB: (84,86,63)

Color info

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

RGB color model

#54563F color RGB value is (84,86,63).

  • red value is 84;
  • green value is 86;
  • blue value is 63.
RGB:
(84,86,63)
(33%,34%,25%)

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 63 of 255 = 25%

84
86
63

R + G + B ~ 31%. #54563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 86 + 63 = 233 (100%)
R 84 of 233 ~ 36.05%
G 86 of 233 ~ 36.91%
B 63 of 233 ~ 27.04%

%36.05
%36.91
%27.04

CMYK color model

#54563F color CMYK value is (2,0,27,66).

  • cyan value is 2.33%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(2,0,27,66)
C2M0Y27K66 
(2%,0%,27%,66%)
(0.02/0.00/0.27/0.66)	

CMYK percentages

%2.33
%0
%26.74
%66.27

Codes

Color #54563F in popluar color models

54563F
RGB848663
HSL65°15.44%29.22%
HSB/HSV65°26.74%33.73%
CMYK2.33%0.00%26.74%
66.27%

Color #54563F in popluar number systems.

HEX54563F
Decimal848663
Binary10101001010110111111
Octal12412677

Shades and tints

Shades of #54563F

#54563F
(84,86,63)
#4D4F3A
(77,79,58)
#464835
(70,72,53)
#3F4130
(63,65,48)
#383A2B
(56,58,43)
#313326
(49,51,38)
#2A2C21
(42,44,33)
#23251C
(35,37,28)
#1C1E17
(28,30,23)
#151712
(21,23,18)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #54563F

#54563F
(84,86,63)
#636550
(99,101,80)
#727461
(114,116,97)
#818372
(129,131,114)
#909283
(144,146,131)
#9FA194
(159,161,148)
#AEB0A5
(174,176,165)
#BDBFB6
(189,191,182)
#CCCEC7
(204,206,199)
#DBDDD8
(219,221,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54563F color. Also use rgb(84,86,63) instead hex code.

Text Font Color

.myTextColor { color: #54563F; }

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

This text font color is #54563F.


Background Color

.myBgColor { background-color: #54563F; }

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

This div background color is #54563F.


Border color

.myBorderColor { border: 1px solid #54563F; }

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

This div border color is #54563F.


Opacity

.myOpacity80 { color: #54563F; opacity: 0.8; }

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

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

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

This text has shadow with #54563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54563F on black background.


Color preview on white background

This text has color #54563F on white background.



Black color preview on #54563F background

This text has black color on #54563F background.


White color preview on #54563F background

This text has white color on #54563F background.