COLOR #54503B

HEX: #54503B
RGB: (84,80,59)

Color info

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

RGB color model

#54503B color RGB value is (84,80,59).

  • red value is 84;
  • green value is 80;
  • blue value is 59.
RGB:
(84,80,59)
(33%,31%,23%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 59 of 255 = 23%

84
80
59

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

Portions of RGB colors in percentages

R + G + B =
84 + 80 + 59 = 223 (100%)
R 84 of 223 ~ 37.67%
G 80 of 223 ~ 35.87%
B 59 of 223 ~ 26.46%

%37.67
%35.87
%26.46

CMYK color model

#54503B color CMYK value is (0,5,30,67).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 29.76%
  • key color value is 67.06%
CMYK:
(0,5,30,67)
C0M5Y30K67 
(0%,5%,30%,67%)
(0.00/0.05/0.30/0.67)	

CMYK percentages

%0
%4.76
%29.76
%67.06

Codes

Color #54503B in popluar color models

54503B
RGB848059
HSL50°17.48%28.04%
HSB/HSV50°29.76%32.94%
CMYK0.00%4.76%29.76%
67.06%

Color #54503B in popluar number systems.

HEX54503B
Decimal848059
Binary10101001010000111011
Octal12412073

Shades and tints

Shades of #54503B

#54503B
(84,80,59)
#4D4936
(77,73,54)
#464231
(70,66,49)
#3F3B2C
(63,59,44)
#383427
(56,52,39)
#312D22
(49,45,34)
#2A261D
(42,38,29)
#231F18
(35,31,24)
#1C1813
(28,24,19)
#15110E
(21,17,14)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #54503B

#54503B
(84,80,59)
#635F4C
(99,95,76)
#726E5D
(114,110,93)
#817D6E
(129,125,110)
#908C7F
(144,140,127)
#9F9B90
(159,155,144)
#AEAAA1
(174,170,161)
#BDB9B2
(189,185,178)
#CCC8C3
(204,200,195)
#DBD7D4
(219,215,212)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54503B color. Also use rgb(84,80,59) instead hex code.

Text Font Color

.myTextColor { color: #54503B; }

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

This text font color is #54503B.


Background Color

.myBgColor { background-color: #54503B; }

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

This div background color is #54503B.


Border color

.myBorderColor { border: 1px solid #54503B; }

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

This div border color is #54503B.


Opacity

.myOpacity80 { color: #54503B; opacity: 0.8; }

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

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

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

This text has shadow with #54503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54503B on black background.


Color preview on white background

This text has color #54503B on white background.



Black color preview on #54503B background

This text has black color on #54503B background.


White color preview on #54503B background

This text has white color on #54503B background.