COLOR #54705D

HEX: #54705D
RGB: (84,112,93)

Color info

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

RGB color model

#54705D color RGB value is (84,112,93).

  • red value is 84;
  • green value is 112;
  • blue value is 93.
RGB:
(84,112,93)
(33%,44%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 112 of 255 = 44%
B 93 of 255 = 36%

84
112
93

R + G + B ~ 38%. #54705D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 112 + 93 = 289 (100%)
R 84 of 289 ~ 29.07%
G 112 of 289 ~ 38.75%
B 93 of 289 ~ 32.18%

%29.07
%38.75
%32.18

CMYK color model

#54705D color CMYK value is (25,0,17,56).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(25,0,17,56)
C25M0Y17K56 
(25%,0%,17%,56%)
(0.25/0.00/0.17/0.56)	

CMYK percentages

%25
%0
%16.96
%56.08

Codes

Color #54705D in popluar color models

54705D
RGB8411293
HSL139°14.29%38.43%
HSB/HSV139°25.00%43.92%
CMYK25.00%0.00%16.96%
56.08%

Color #54705D in popluar number systems.

HEX54705D
Decimal8411293
Binary101010011100001011101
Octal124160135

Shades and tints

Shades of #54705D

#54705D
(84,112,93)
#4D6655
(77,102,85)
#465C4D
(70,92,77)
#3F5245
(63,82,69)
#38483D
(56,72,61)
#313E35
(49,62,53)
#2A342D
(42,52,45)
#232A25
(35,42,37)
#1C201D
(28,32,29)
#151615
(21,22,21)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #54705D

#54705D
(84,112,93)
#637D6B
(99,125,107)
#728A79
(114,138,121)
#819787
(129,151,135)
#90A495
(144,164,149)
#9FB1A3
(159,177,163)
#AEBEB1
(174,190,177)
#BDCBBF
(189,203,191)
#CCD8CD
(204,216,205)
#DBE5DB
(219,229,219)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54705D color. Also use rgb(84,112,93) instead hex code.

Text Font Color

.myTextColor { color: #54705D; }

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

This text font color is #54705D.


Background Color

.myBgColor { background-color: #54705D; }

<div style="background-color:#54705D">Inner text</div>

This div background color is #54705D.


Border color

.myBorderColor { border: 1px solid #54705D; }

<div style="border:3px solid #54705D">Div</div>

This div border color is #54705D.


Opacity

.myOpacity80 { color: #54705D; opacity: 0.8; }

<p style="color:#54705D;opacity:0.8;">80%</p>

Text with #54705D 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 #54705D;}

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

This text has shadow with #54705D color.

.textShadow {text-shadow: 3px 3px 1px #54705D, 3px 3px 1px red;}

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

This text has shadow with #54705D primary color and red secondary color.


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

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

This text has shadow with #54705D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54705D on black background.


Color preview on white background

This text has color #54705D on white background.



Black color preview on #54705D background

This text has black color on #54705D background.


White color preview on #54705D background

This text has white color on #54705D background.