COLOR #54493C

HEX: #54493C
RGB: (84,73,60)

Color info

#54493C contains red, green and blue colors in about the same proportion. Web safe color of #54493C is #663333 (or #633).

RGB color model

#54493C color RGB value is (84,73,60).

  • red value is 84;
  • green value is 73;
  • blue value is 60.
RGB:
(84,73,60)
(33%,29%,24%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 60 of 255 = 24%

84
73
60

R + G + B ~ 29%. #54493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 60 = 217 (100%)
R 84 of 217 ~ 38.71%
G 73 of 217 ~ 33.64%
B 60 of 217 ~ 27.65%

%38.71
%33.64
%27.65

CMYK color model

#54493C color CMYK value is (0,13,29,67).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 28.57%
  • key color value is 67.06%
CMYK:
(0,13,29,67)
C0M13Y29K67 
(0%,13%,29%,67%)
(0.00/0.13/0.29/0.67)	

CMYK percentages

%0
%13.1
%28.57
%67.06

Codes

Color #54493C in popluar color models

54493C
RGB847360
HSL33°16.67%28.24%
HSB/HSV33°28.57%32.94%
CMYK0.00%13.10%28.57%
67.06%

Color #54493C in popluar number systems.

HEX54493C
Decimal847360
Binary10101001001001111100
Octal12411174

Shades and tints

Shades of #54493C

#54493C
(84,73,60)
#4D4337
(77,67,55)
#463D32
(70,61,50)
#3F372D
(63,55,45)
#383128
(56,49,40)
#312B23
(49,43,35)
#2A251E
(42,37,30)
#231F19
(35,31,25)
#1C1914
(28,25,20)
#15130F
(21,19,15)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #54493C

#54493C
(84,73,60)
#63594D
(99,89,77)
#72695E
(114,105,94)
#81796F
(129,121,111)
#908980
(144,137,128)
#9F9991
(159,153,145)
#AEA9A2
(174,169,162)
#BDB9B3
(189,185,179)
#CCC9C4
(204,201,196)
#DBD9D5
(219,217,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54493C color. Also use rgb(84,73,60) instead hex code.

Text Font Color

.myTextColor { color: #54493C; }

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

This text font color is #54493C.


Background Color

.myBgColor { background-color: #54493C; }

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

This div background color is #54493C.


Border color

.myBorderColor { border: 1px solid #54493C; }

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

This div border color is #54493C.


Opacity

.myOpacity80 { color: #54493C; opacity: 0.8; }

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

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

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

This text has shadow with #54493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54493C on black background.


Color preview on white background

This text has color #54493C on white background.



Black color preview on #54493C background

This text has black color on #54493C background.


White color preview on #54493C background

This text has white color on #54493C background.