COLOR #717257

HEX: #717257
RGB: (113,114,87)

Color info

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

RGB color model

#717257 color RGB value is (113,114,87).

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

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 87 of 255 = 34%

113
114
87

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 87 = 314 (100%)
R 113 of 314 ~ 35.99%
G 114 of 314 ~ 36.31%
B 87 of 314 ~ 27.71%

%35.99
%36.31
%27.71

CMYK color model

#717257 color CMYK value is (1,0,24,55).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(1,0,24,55)
C1M0Y24K55 
(1%,0%,24%,55%)
(0.01/0.00/0.24/0.55)	

CMYK percentages

%0.88
%0
%23.68
%55.29

Codes

Color #717257 in popluar color models

717257
RGB11311487
HSL62°13.43%39.41%
HSB/HSV62°23.68%44.71%
CMYK0.88%0.00%23.68%
55.29%

Color #717257 in popluar number systems.

HEX717257
Decimal11311487
Binary111000111100101010111
Octal161162127

Shades and tints

Shades of #717257

#717257
(113,114,87)
#676850
(103,104,80)
#5D5E49
(93,94,73)
#535442
(83,84,66)
#494A3B
(73,74,59)
#3F4034
(63,64,52)
#35362D
(53,54,45)
#2B2C26
(43,44,38)
#21221F
(33,34,31)
#171818
(23,24,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #717257

#717257
(113,114,87)
#7D7E66
(125,126,102)
#898A75
(137,138,117)
#959684
(149,150,132)
#A1A293
(161,162,147)
#ADAEA2
(173,174,162)
#B9BAB1
(185,186,177)
#C5C6C0
(197,198,192)
#D1D2CF
(209,210,207)
#DDDEDE
(221,222,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717257; }

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

This text font color is #717257.


Background Color

.myBgColor { background-color: #717257; }

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

This div background color is #717257.


Border color

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

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

This div border color is #717257.


Opacity

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

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

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

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

This text has shadow with #717257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717257 on black background.


Color preview on white background

This text has color #717257 on white background.



Black color preview on #717257 background

This text has black color on #717257 background.


White color preview on #717257 background

This text has white color on #717257 background.