COLOR #57684E

HEX: #57684E
RGB: (87,104,78)

Color info

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

RGB color model

#57684E color RGB value is (87,104,78).

  • red value is 87;
  • green value is 104;
  • blue value is 78.
RGB:
(87,104,78)
(34%,41%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 78 of 255 = 31%

87
104
78

R + G + B ~ 35%. #57684E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 104 + 78 = 269 (100%)
R 87 of 269 ~ 32.34%
G 104 of 269 ~ 38.66%
B 78 of 269 ~ 29%

%32.34
%38.66
%29

CMYK color model

#57684E color CMYK value is (16,0,25,59).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(16,0,25,59)
C16M0Y25K59 
(16%,0%,25%,59%)
(0.16/0.00/0.25/0.59)	

CMYK percentages

%16.35
%0
%25
%59.22

Codes

Color #57684E in popluar color models

57684E
RGB8710478
HSL99°14.29%35.69%
HSB/HSV99°25.00%40.78%
CMYK16.35%0.00%25.00%
59.22%

Color #57684E in popluar number systems.

HEX57684E
Decimal8710478
Binary101011111010001001110
Octal127150116

Shades and tints

Shades of #57684E

#57684E
(87,104,78)
#505F47
(80,95,71)
#495640
(73,86,64)
#424D39
(66,77,57)
#3B4432
(59,68,50)
#343B2B
(52,59,43)
#2D3224
(45,50,36)
#26291D
(38,41,29)
#1F2016
(31,32,22)
#18170F
(24,23,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #57684E

#57684E
(87,104,78)
#66755E
(102,117,94)
#75826E
(117,130,110)
#848F7E
(132,143,126)
#939C8E
(147,156,142)
#A2A99E
(162,169,158)
#B1B6AE
(177,182,174)
#C0C3BE
(192,195,190)
#CFD0CE
(207,208,206)
#DEDDDE
(222,221,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57684E color. Also use rgb(87,104,78) instead hex code.

Text Font Color

.myTextColor { color: #57684E; }

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

This text font color is #57684E.


Background Color

.myBgColor { background-color: #57684E; }

<div style="background-color:#57684E">Inner text</div>

This div background color is #57684E.


Border color

.myBorderColor { border: 1px solid #57684E; }

<div style="border:3px solid #57684E">Div</div>

This div border color is #57684E.


Opacity

.myOpacity80 { color: #57684E; opacity: 0.8; }

<p style="color:#57684E;opacity:0.8;">80%</p>

Text with #57684E 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 #57684E;}

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

This text has shadow with #57684E color.

.textShadow {text-shadow: 3px 3px 1px #57684E, 3px 3px 1px red;}

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

This text has shadow with #57684E primary color and red secondary color.


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

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

This text has shadow with #57684E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57684E on black background.


Color preview on white background

This text has color #57684E on white background.



Black color preview on #57684E background

This text has black color on #57684E background.


White color preview on #57684E background

This text has white color on #57684E background.