COLOR #54725C

HEX: #54725C
RGB: (84,114,92)

Color info

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

RGB color model

#54725C color RGB value is (84,114,92).

  • red value is 84;
  • green value is 114;
  • blue value is 92.
RGB:
(84,114,92)
(33%,45%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 114 of 255 = 45%
B 92 of 255 = 36%

84
114
92

R + G + B ~ 38%. #54725C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 114 + 92 = 290 (100%)
R 84 of 290 ~ 28.97%
G 114 of 290 ~ 39.31%
B 92 of 290 ~ 31.72%

%28.97
%39.31
%31.72

CMYK color model

#54725C color CMYK value is (26,0,19,55).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK:
(26,0,19,55)
C26M0Y19K55 
(26%,0%,19%,55%)
(0.26/0.00/0.19/0.55)	

CMYK percentages

%26.32
%0
%19.3
%55.29

Codes

Color #54725C in popluar color models

54725C
RGB8411492
HSL136°15.15%38.82%
HSB/HSV136°26.32%44.71%
CMYK26.32%0.00%19.30%
55.29%

Color #54725C in popluar number systems.

HEX54725C
Decimal8411492
Binary101010011100101011100
Octal124162134

Shades and tints

Shades of #54725C

#54725C
(84,114,92)
#4D6854
(77,104,84)
#465E4C
(70,94,76)
#3F5444
(63,84,68)
#384A3C
(56,74,60)
#314034
(49,64,52)
#2A362C
(42,54,44)
#232C24
(35,44,36)
#1C221C
(28,34,28)
#151814
(21,24,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #54725C

#54725C
(84,114,92)
#637E6A
(99,126,106)
#728A78
(114,138,120)
#819686
(129,150,134)
#90A294
(144,162,148)
#9FAEA2
(159,174,162)
#AEBAB0
(174,186,176)
#BDC6BE
(189,198,190)
#CCD2CC
(204,210,204)
#DBDEDA
(219,222,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54725C; }

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

This text font color is #54725C.


Background Color

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

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

This div background color is #54725C.


Border color

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

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

This div border color is #54725C.


Opacity

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

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

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

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

This text has shadow with #54725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54725C on black background.


Color preview on white background

This text has color #54725C on white background.



Black color preview on #54725C background

This text has black color on #54725C background.


White color preview on #54725C background

This text has white color on #54725C background.