COLOR #54513F

HEX: #54513F RGB: (84,81,63)

Color info

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

RGB color model

#54513F color RGB value is (84,81,63).

RGB: (84,81,63) (33%, 32%, 25%)

RGB channels and saturation

R 84 of 255 = 33%
G 81 of 255 = 32%
B 63 of 255 = 25%

84
81
63

R + G + B ~ 30%. #54513F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 81 + 63 = 228 (100%)
R 84 of 228 ~ 36.84%
G 81 of 228 ~ 35.53%
B 63 of 228 ~ 27.63'%

%36.84
%35.53
%27.63

CMYK color model

#54513F color CMYK value is (0,4,25,67).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 25.00%
  • key color value is 67.06%

CMYK: (0,4,25,67)
C0M4Y25K67 (0%, 4%, 25%, 67%)
(0.00 / 0.04 / 0.25 / 0.67)

CMYK percentages

%0
%3.57
%25
%67.06

Codes

Color #54513F in popluar color models

54 51 3F
RGB 84 81 63
HSL 51° 14.29% 28.82%
HSB/HSV 51° 25.00% 32.94%
CMYK 0.00% 3.57% 25.00%
67.06%

Color #54513F in popluar number systems.

HEX 54 51 3F
Decimal 84 81 63
Binary 1010100 1010001 111111
Octal 124 121 77

Shades and tints

Shades of #54513F

#54513F
(84,81,63)
#4D4A3A
(77,74,58)
#464335
(70,67,53)
#3F3C30
(63,60,48)
#38352B
(56,53,43)
#312E26
(49,46,38)
#2A2721
(42,39,33)
#23201C
(35,32,28)
#1C1917
(28,25,23)
#151212
(21,18,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #54513F

#54513F
(84,81,63)
#636050
(99,96,80)
#726F61
(114,111,97)
#817E72
(129,126,114)
#908D83
(144,141,131)
#9F9C94
(159,156,148)
#AEABA5
(174,171,165)
#BDBAB6
(189,186,182)
#CCC9C7
(204,201,199)
#DBD8D8
(219,216,216)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54513F; }

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

This text font color is #54513F.

Background Color

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

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

This div background color is #54513F.

Border color

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

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

This div border color is #54513F.

Opacity

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

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

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

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

This text has shadow with #54513F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54513F.

Preview

Color preview on black background

This text has color #54513F on black background.


Color preview on white background

This text has color #54513F on white background.


Black color preview on #54513F background

This text has black color on #54513F background.


White color preview on #54513F background

This text has white color on #54513F background.


Related colors

Complementary color

Complementary color for #hex is #ABAEC0.


I love getcolorcode.com

Triadic colors

1 #3F5451 and #513F54 with #54513F are triadic colors.

2 #3F5154 and #51543F with #54513F are triadic colors.