COLOR #57664A

HEX: #57664A
RGB: (87,102,74)

Color info

#57664A contains red, green and blue colors in about the same proportion. Web safe color of #57664A is #666633 (or #663).

RGB color model

#57664A color RGB value is (87,102,74).

  • red value is 87;
  • green value is 102;
  • blue value is 74.
RGB:
(87,102,74)
(34%,40%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 74 of 255 = 29%

87
102
74

R + G + B ~ 34%. #57664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 74 = 263 (100%)
R 87 of 263 ~ 33.08%
G 102 of 263 ~ 38.78%
B 74 of 263 ~ 28.14%

%33.08
%38.78
%28.14

CMYK color model

#57664A color CMYK value is (15,0,27,60).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(15,0,27,60)
C15M0Y27K60 
(15%,0%,27%,60%)
(0.15/0.00/0.27/0.60)	

CMYK percentages

%14.71
%0
%27.45
%60

Codes

Color #57664A in popluar color models

57664A
RGB8710274
HSL92°15.91%34.51%
HSB/HSV92°27.45%40.00%
CMYK14.71%0.00%27.45%
60.00%

Color #57664A in popluar number systems.

HEX57664A
Decimal8710274
Binary101011111001101001010
Octal127146112

Shades and tints

Shades of #57664A

#57664A
(87,102,74)
#505D44
(80,93,68)
#49543E
(73,84,62)
#424B38
(66,75,56)
#3B4232
(59,66,50)
#34392C
(52,57,44)
#2D3026
(45,48,38)
#262720
(38,39,32)
#1F1E1A
(31,30,26)
#181514
(24,21,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #57664A

#57664A
(87,102,74)
#66735A
(102,115,90)
#75806A
(117,128,106)
#848D7A
(132,141,122)
#939A8A
(147,154,138)
#A2A79A
(162,167,154)
#B1B4AA
(177,180,170)
#C0C1BA
(192,193,186)
#CFCECA
(207,206,202)
#DEDBDA
(222,219,218)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57664A color. Also use rgb(87,102,74) instead hex code.

Text Font Color

.myTextColor { color: #57664A; }

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

This text font color is #57664A.


Background Color

.myBgColor { background-color: #57664A; }

<div style="background-color:#57664A">Inner text</div>

This div background color is #57664A.


Border color

.myBorderColor { border: 1px solid #57664A; }

<div style="border:3px solid #57664A">Div</div>

This div border color is #57664A.


Opacity

.myOpacity80 { color: #57664A; opacity: 0.8; }

<p style="color:#57664A;opacity:0.8;">80%</p>

Text with #57664A 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 #57664A;}

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

This text has shadow with #57664A color.

.textShadow {text-shadow: 3px 3px 1px #57664A, 3px 3px 1px red;}

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

This text has shadow with #57664A primary color and red secondary color.


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

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

This text has shadow with #57664A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57664A on black background.


Color preview on white background

This text has color #57664A on white background.



Black color preview on #57664A background

This text has black color on #57664A background.


White color preview on #57664A background

This text has white color on #57664A background.