COLOR #717057

HEX: #717057
RGB: (113,112,87)

Color info

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

RGB color model

#717057 color RGB value is (113,112,87).

  • red value is 113;
  • green value is 112;
  • blue value is 87.
RGB:
(113,112,87)
(44%,44%,34%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 87 of 255 = 34%

113
112
87

R + G + B ~ 41%. #717057 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 87 = 312 (100%)
R 113 of 312 ~ 36.22%
G 112 of 312 ~ 35.9%
B 87 of 312 ~ 27.88%

%36.22
%35.9
%27.88

CMYK color model

#717057 color CMYK value is (0,1,23,56).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,1,23,56)
C0M1Y23K56 
(0%,1%,23%,56%)
(0.00/0.01/0.23/0.56)	

CMYK percentages

%0
%0.88
%23.01
%55.69

Codes

Color #717057 in popluar color models

717057
RGB11311287
HSL58°13.00%39.22%
HSB/HSV58°23.01%44.31%
CMYK0.00%0.88%23.01%
55.69%

Color #717057 in popluar number systems.

HEX717057
Decimal11311287
Binary111000111100001010111
Octal161160127

Shades and tints

Shades of #717057

#717057
(113,112,87)
#676650
(103,102,80)
#5D5C49
(93,92,73)
#535242
(83,82,66)
#49483B
(73,72,59)
#3F3E34
(63,62,52)
#35342D
(53,52,45)
#2B2A26
(43,42,38)
#21201F
(33,32,31)
#171618
(23,22,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #717057

#717057
(113,112,87)
#7D7D66
(125,125,102)
#898A75
(137,138,117)
#959784
(149,151,132)
#A1A493
(161,164,147)
#ADB1A2
(173,177,162)
#B9BEB1
(185,190,177)
#C5CBC0
(197,203,192)
#D1D8CF
(209,216,207)
#DDE5DE
(221,229,222)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717057 color. Also use rgb(113,112,87) instead hex code.

Text Font Color

.myTextColor { color: #717057; }

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

This text font color is #717057.


Background Color

.myBgColor { background-color: #717057; }

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

This div background color is #717057.


Border color

.myBorderColor { border: 1px solid #717057; }

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

This div border color is #717057.


Opacity

.myOpacity80 { color: #717057; opacity: 0.8; }

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

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

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

This text has shadow with #717057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717057 on black background.


Color preview on white background

This text has color #717057 on white background.



Black color preview on #717057 background

This text has black color on #717057 background.


White color preview on #717057 background

This text has white color on #717057 background.