COLOR #57694C

HEX: #57694C
RGB: (87,105,76)

Color info

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

RGB color model

#57694C color RGB value is (87,105,76).

  • red value is 87;
  • green value is 105;
  • blue value is 76.
RGB:
(87,105,76)
(34%,41%,30%)

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 76 of 255 = 30%

87
105
76

R + G + B ~ 35%. #57694C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 76 = 268 (100%)
R 87 of 268 ~ 32.46%
G 105 of 268 ~ 39.18%
B 76 of 268 ~ 28.36%

%32.46
%39.18
%28.36

CMYK color model

#57694C color CMYK value is (17,0,28,59).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(17,0,28,59)
C17M0Y28K59 
(17%,0%,28%,59%)
(0.17/0.00/0.28/0.59)	

CMYK percentages

%17.14
%0
%27.62
%58.82

Codes

Color #57694C in popluar color models

57694C
RGB8710576
HSL97°16.02%35.49%
HSB/HSV97°27.62%41.18%
CMYK17.14%0.00%27.62%
58.82%

Color #57694C in popluar number systems.

HEX57694C
Decimal8710576
Binary101011111010011001100
Octal127151114

Shades and tints

Shades of #57694C

#57694C
(87,105,76)
#506046
(80,96,70)
#495740
(73,87,64)
#424E3A
(66,78,58)
#3B4534
(59,69,52)
#343C2E
(52,60,46)
#2D3328
(45,51,40)
#262A22
(38,42,34)
#1F211C
(31,33,28)
#181816
(24,24,22)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #57694C

#57694C
(87,105,76)
#66765C
(102,118,92)
#75836C
(117,131,108)
#84907C
(132,144,124)
#939D8C
(147,157,140)
#A2AA9C
(162,170,156)
#B1B7AC
(177,183,172)
#C0C4BC
(192,196,188)
#CFD1CC
(207,209,204)
#DEDEDC
(222,222,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57694C color. Also use rgb(87,105,76) instead hex code.

Text Font Color

.myTextColor { color: #57694C; }

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

This text font color is #57694C.


Background Color

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

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

This div background color is #57694C.


Border color

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

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

This div border color is #57694C.


Opacity

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

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

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

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

This text has shadow with #57694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57694C on black background.


Color preview on white background

This text has color #57694C on white background.



Black color preview on #57694C background

This text has black color on #57694C background.


White color preview on #57694C background

This text has white color on #57694C background.