COLOR #57736A

HEX: #57736A
RGB: (87,115,106)

Color info

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

RGB color model

#57736A color RGB value is (87,115,106).

  • red value is 87;
  • green value is 115;
  • blue value is 106.
RGB:
(87,115,106)
(34%,45%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 115 of 255 = 45%
B 106 of 255 = 42%

87
115
106

R + G + B ~ 40%. #57736A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 115 + 106 = 308 (100%)
R 87 of 308 ~ 28.25%
G 115 of 308 ~ 37.34%
B 106 of 308 ~ 34.42%

%28.25
%37.34
%34.42

CMYK color model

#57736A color CMYK value is (24,0,8,55).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(24,0,8,55)
C24M0Y8K55 
(24%,0%,8%,55%)
(0.24/0.00/0.08/0.55)	

CMYK percentages

%24.35
%0
%7.83
%54.9

Codes

Color #57736A in popluar color models

57736A
RGB87115106
HSL161°13.86%39.61%
HSB/HSV161°24.35%45.10%
CMYK24.35%0.00%7.83%
54.90%

Color #57736A in popluar number systems.

HEX57736A
Decimal87115106
Binary101011111100111101010
Octal127163152

Shades and tints

Shades of #57736A

#57736A
(87,115,106)
#506961
(80,105,97)
#495F58
(73,95,88)
#42554F
(66,85,79)
#3B4B46
(59,75,70)
#34413D
(52,65,61)
#2D3734
(45,55,52)
#262D2B
(38,45,43)
#1F2322
(31,35,34)
#181919
(24,25,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #57736A

#57736A
(87,115,106)
#667F77
(102,127,119)
#758B84
(117,139,132)
#849791
(132,151,145)
#93A39E
(147,163,158)
#A2AFAB
(162,175,171)
#B1BBB8
(177,187,184)
#C0C7C5
(192,199,197)
#CFD3D2
(207,211,210)
#DEDFDF
(222,223,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57736A color. Also use rgb(87,115,106) instead hex code.

Text Font Color

.myTextColor { color: #57736A; }

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

This text font color is #57736A.


Background Color

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

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

This div background color is #57736A.


Border color

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

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

This div border color is #57736A.


Opacity

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

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

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

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

This text has shadow with #57736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57736A on black background.


Color preview on white background

This text has color #57736A on white background.



Black color preview on #57736A background

This text has black color on #57736A background.


White color preview on #57736A background

This text has white color on #57736A background.