COLOR #54805C

HEX: #54805C RGB: (84,128,92)

Color info

#54805C contains red, green and blue colors in about the same proportion. Web safe color of #54805C is #666666 (or #666).

RGB color model

#54805C color RGB value is (84,128,92).

RGB: (84,128,92) (33%, 50%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 128 of 255 = 50%
B 92 of 255 = 36%

84
128
92

R + G + B ~ 40%. #54805C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 128 + 92 = 304 (100%)
R 84 of 304 ~ 27.63%
G 128 of 304 ~ 42.11%
B 92 of 304 ~ 30.26'%

%27.63
%42.11
%30.26

CMYK color model

#54805C color CMYK value is (34,0,28,50).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 49.80%

CMYK: (34,0,28,50)
C34M0Y28K50 (34%, 0%, 28%, 50%)
(0.34 / 0.00 / 0.28 / 0.50)

CMYK percentages

%34.38
%0
%28.13
%49.8

Codes

Color #54805C in popluar color models

54 80 5C
RGB 84 128 92
HSL 131° 20.75% 41.57%
HSB/HSV 131° 34.38% 50.20%
CMYK 34.38% 0.00% 28.13%
49.80%

Color #54805C in popluar number systems.

HEX 54 80 5C
Decimal 84 128 92
Binary 1010100 10000000 1011100
Octal 124 200 134

Shades and tints

Shades of #54805C

#54805C
(84,128,92)
#4D7554
(77,117,84)
#466A4C
(70,106,76)
#3F5F44
(63,95,68)
#38543C
(56,84,60)
#314934
(49,73,52)
#2A3E2C
(42,62,44)
#233324
(35,51,36)
#1C281C
(28,40,28)
#151D14
(21,29,20)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #54805C

#54805C
(84,128,92)
#638B6A
(99,139,106)
#729678
(114,150,120)
#81A186
(129,161,134)
#90AC94
(144,172,148)
#9FB7A2
(159,183,162)
#AEC2B0
(174,194,176)
#BDCDBE
(189,205,190)
#CCD8CC
(204,216,204)
#DBE3DA
(219,227,218)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54805C color. Also use rgb(84,128,92) instead hex code.

Text Font Color

.myTextColor { color: #54805C; }

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

This text font color is #54805C.

Background Color

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

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

This div background color is #54805C.

Border color

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

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

This div border color is #54805C.

Opacity

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

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

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

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

This text has shadow with #54805C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54805C.

Preview

Color preview on black background

This text has color #54805C on black background.


Color preview on white background

This text has color #54805C on white background.


Black color preview on #54805C background

This text has black color on #54805C background.


White color preview on #54805C background

This text has white color on #54805C background.


Related colors

Complementary color

Complementary color for #hex is #AB7FA3.


I love getcolorcode.com

Triadic colors

1 #5C5480 and #805C54 with #54805C are triadic colors.

2 #5C8054 and #80545C with #54805C are triadic colors.