COLOR #54745F

HEX: #54745F
RGB: (84,116,95)

Color info

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

RGB color model

#54745F color RGB value is (84,116,95).

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

RGB channels and saturation

R 84 of 255 = 33%
G 116 of 255 = 45%
B 95 of 255 = 37%

84
116
95

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

Portions of RGB colors in percentages

R + G + B =
84 + 116 + 95 = 295 (100%)
R 84 of 295 ~ 28.47%
G 116 of 295 ~ 39.32%
B 95 of 295 ~ 32.2%

%28.47
%39.32
%32.2

CMYK color model

#54745F color CMYK value is (28,0,18,55).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(28,0,18,55)
C28M0Y18K55 
(28%,0%,18%,55%)
(0.28/0.00/0.18/0.55)	

CMYK percentages

%27.59
%0
%18.1
%54.51

Codes

Color #54745F in popluar color models

54745F
RGB8411695
HSL141°16.00%39.22%
HSB/HSV141°27.59%45.49%
CMYK27.59%0.00%18.10%
54.51%

Color #54745F in popluar number systems.

HEX54745F
Decimal8411695
Binary101010011101001011111
Octal124164137

Shades and tints

Shades of #54745F

#54745F
(84,116,95)
#4D6A57
(77,106,87)
#46604F
(70,96,79)
#3F5647
(63,86,71)
#384C3F
(56,76,63)
#314237
(49,66,55)
#2A382F
(42,56,47)
#232E27
(35,46,39)
#1C241F
(28,36,31)
#151A17
(21,26,23)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #54745F

#54745F
(84,116,95)
#63806D
(99,128,109)
#728C7B
(114,140,123)
#819889
(129,152,137)
#90A497
(144,164,151)
#9FB0A5
(159,176,165)
#AEBCB3
(174,188,179)
#BDC8C1
(189,200,193)
#CCD4CF
(204,212,207)
#DBE0DD
(219,224,221)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54745F; }

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

This text font color is #54745F.


Background Color

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

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

This div background color is #54745F.


Border color

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

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

This div border color is #54745F.


Opacity

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

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

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

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

This text has shadow with #54745F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54745F on black background.


Color preview on white background

This text has color #54745F on white background.



Black color preview on #54745F background

This text has black color on #54745F background.


White color preview on #54745F background

This text has white color on #54745F background.