COLOR #54745C

HEX: #54745C
RGB: (84,116,92)

Color info

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

RGB color model

#54745C color RGB value is (84,116,92).

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

RGB channels and saturation

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

84
116
92

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

Portions of RGB colors in percentages

R + G + B =
84 + 116 + 92 = 292 (100%)
R 84 of 292 ~ 28.77%
G 116 of 292 ~ 39.73%
B 92 of 292 ~ 31.51%

%28.77
%39.73
%31.51

CMYK color model

#54745C color CMYK value is (28,0,21,55).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(28,0,21,55)
C28M0Y21K55 
(28%,0%,21%,55%)
(0.28/0.00/0.21/0.55)	

CMYK percentages

%27.59
%0
%20.69
%54.51

Codes

Color #54745C in popluar color models

54745C
RGB8411692
HSL135°16.00%39.22%
HSB/HSV135°27.59%45.49%
CMYK27.59%0.00%20.69%
54.51%

Color #54745C in popluar number systems.

HEX54745C
Decimal8411692
Binary101010011101001011100
Octal124164134

Shades and tints

Shades of #54745C

#54745C
(84,116,92)
#4D6A54
(77,106,84)
#46604C
(70,96,76)
#3F5644
(63,86,68)
#384C3C
(56,76,60)
#314234
(49,66,52)
#2A382C
(42,56,44)
#232E24
(35,46,36)
#1C241C
(28,36,28)
#151A14
(21,26,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #54745C

#54745C
(84,116,92)
#63806A
(99,128,106)
#728C78
(114,140,120)
#819886
(129,152,134)
#90A494
(144,164,148)
#9FB0A2
(159,176,162)
#AEBCB0
(174,188,176)
#BDC8BE
(189,200,190)
#CCD4CC
(204,212,204)
#DBE0DA
(219,224,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54745C; }

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

This text font color is #54745C.


Background Color

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

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

This div background color is #54745C.


Border color

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

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

This div border color is #54745C.


Opacity

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

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

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

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

This text has shadow with #54745C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54745C on black background.


Color preview on white background

This text has color #54745C on white background.



Black color preview on #54745C background

This text has black color on #54745C background.


White color preview on #54745C background

This text has white color on #54745C background.