COLOR #57755F

HEX: #57755F
RGB: (87,117,95)

Color info

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

RGB color model

#57755F color RGB value is (87,117,95).

  • red value is 87;
  • green value is 117;
  • blue value is 95.
RGB:
(87,117,95)
(34%,46%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 117 of 255 = 46%
B 95 of 255 = 37%

87
117
95

R + G + B ~ 39%. #57755F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 117 + 95 = 299 (100%)
R 87 of 299 ~ 29.1%
G 117 of 299 ~ 39.13%
B 95 of 299 ~ 31.77%

%29.1
%39.13
%31.77

CMYK color model

#57755F color CMYK value is (26,0,19,54).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK:
(26,0,19,54)
C26M0Y19K54 
(26%,0%,19%,54%)
(0.26/0.00/0.19/0.54)	

CMYK percentages

%25.64
%0
%18.8
%54.12

Codes

Color #57755F in popluar color models

57755F
RGB8711795
HSL136°14.71%40.00%
HSB/HSV136°25.64%45.88%
CMYK25.64%0.00%18.80%
54.12%

Color #57755F in popluar number systems.

HEX57755F
Decimal8711795
Binary101011111101011011111
Octal127165137

Shades and tints

Shades of #57755F

#57755F
(87,117,95)
#506B57
(80,107,87)
#49614F
(73,97,79)
#425747
(66,87,71)
#3B4D3F
(59,77,63)
#344337
(52,67,55)
#2D392F
(45,57,47)
#262F27
(38,47,39)
#1F251F
(31,37,31)
#181B17
(24,27,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #57755F

#57755F
(87,117,95)
#66816D
(102,129,109)
#758D7B
(117,141,123)
#849989
(132,153,137)
#93A597
(147,165,151)
#A2B1A5
(162,177,165)
#B1BDB3
(177,189,179)
#C0C9C1
(192,201,193)
#CFD5CF
(207,213,207)
#DEE1DD
(222,225,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57755F color. Also use rgb(87,117,95) instead hex code.

Text Font Color

.myTextColor { color: #57755F; }

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

This text font color is #57755F.


Background Color

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

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

This div background color is #57755F.


Border color

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

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

This div border color is #57755F.


Opacity

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

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

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

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

This text has shadow with #57755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57755F on black background.


Color preview on white background

This text has color #57755F on white background.



Black color preview on #57755F background

This text has black color on #57755F background.


White color preview on #57755F background

This text has white color on #57755F background.