COLOR #54523A

HEX: #54523A RGB: (84,82,58)

Color info

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

RGB color model

#54523A color RGB value is (84,82,58).

RGB: (84,82,58) (33%, 32%, 23%)

RGB channels and saturation

R 84 of 255 = 33%
G 82 of 255 = 32%
B 58 of 255 = 23%

84
82
58

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

Portions of RGB colors in percentages

R + G + B = 84 + 82 + 58 = 224 (100%)
R 84 of 224 ~ 37.5%
G 82 of 224 ~ 36.61%
B 58 of 224 ~ 25.89'%

%37.5
%36.61
%25.89

CMYK color model

#54523A color CMYK value is (0,2,31,67).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 30.95%
  • key color value is 67.06%

CMYK: (0,2,31,67)
C0M2Y31K67 (0%, 2%, 31%, 67%)
(0.00 / 0.02 / 0.31 / 0.67)

CMYK percentages

%0
%2.38
%30.95
%67.06

Codes

Color #54523A in popluar color models

54 52 3A
RGB 84 82 58
HSL 55° 18.31% 27.84%
HSB/HSV 55° 30.95% 32.94%
CMYK 0.00% 2.38% 30.95%
67.06%

Color #54523A in popluar number systems.

HEX 54 52 3A
Decimal 84 82 58
Binary 1010100 1010010 111010
Octal 124 122 72

Shades and tints

Shades of #54523A

#54523A
(84,82,58)
#4D4B35
(77,75,53)
#464430
(70,68,48)
#3F3D2B
(63,61,43)
#383626
(56,54,38)
#312F21
(49,47,33)
#2A281C
(42,40,28)
#232117
(35,33,23)
#1C1A12
(28,26,18)
#15130D
(21,19,13)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #54523A

#54523A
(84,82,58)
#63614B
(99,97,75)
#72705C
(114,112,92)
#817F6D
(129,127,109)
#908E7E
(144,142,126)
#9F9D8F
(159,157,143)
#AEACA0
(174,172,160)
#BDBBB1
(189,187,177)
#CCCAC2
(204,202,194)
#DBD9D3
(219,217,211)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54523A color. Also use rgb(84,82,58) instead hex code.

Text Font Color

.myTextColor { color: #54523A; }

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

This text font color is #54523A.

Background Color

.myBgColor { background-color: #54523A; }

<div style="background-color:#54523A">Inner text</div>

This div background color is #54523A.

Border color

.myBorderColor { border: 1px solid #54523A; }

<div style="border:3px solid #54523A">Div</div>

This div border color is #54523A.

Opacity

.myOpacity80 { color: #54523A; opacity: 0.8; }

<p style="color:#54523A;opacity:0.8;">80%</p>

Text with #54523A 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 #54523A;}

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

This text has shadow with #54523A color.


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

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

This text has shadow with #54523A primary color and red secondary color.


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

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

This text has shadow with #54523A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54523A.

Preview

Color preview on black background

This text has color #54523A on black background.


Color preview on white background

This text has color #54523A on white background.


Black color preview on #54523A background

This text has black color on #54523A background.


White color preview on #54523A background

This text has white color on #54523A background.


Related colors

Complementary color

Complementary color for #hex is #ABADC5.


I love getcolorcode.com

Triadic colors

1 #3A5452 and #523A54 with #54523A are triadic colors.

2 #3A5254 and #52543A with #54523A are triadic colors.