COLOR #717B5F

HEX: #717B5F RGB: (113,123,95)

Color info

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

RGB color model

#717B5F color RGB value is (113,123,95).

RGB: (113,123,95) (44%, 48%, 37%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 95 of 255 = 37%

113
123
95

R + G + B ~ 43%. #717B5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 123 + 95 = 331 (100%)
R 113 of 331 ~ 34.14%
G 123 of 331 ~ 37.16%
B 95 of 331 ~ 28.7'%

%34.14
%37.16
%28.7

CMYK color model

#717B5F color CMYK value is (8,0,23,52).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%

CMYK: (8,0,23,52)
C8M0Y23K52 (8%, 0%, 23%, 52%)
(0.08 / 0.00 / 0.23 / 0.52)

CMYK percentages

%8.13
%0
%22.76
%51.76

Codes

Color #717B5F in popluar color models

71 7B 5F
RGB 113 123 95
HSL 81° 12.84% 42.75%
HSB/HSV 81° 22.76% 48.24%
CMYK 8.13% 0.00% 22.76%
51.76%

Color #717B5F in popluar number systems.

HEX 71 7B 5F
Decimal 113 123 95
Binary 1110001 1111011 1011111
Octal 161 173 137

Shades and tints

Shades of #717B5F

#717B5F
(113,123,95)
#677057
(103,112,87)
#5D654F
(93,101,79)
#535A47
(83,90,71)
#494F3F
(73,79,63)
#3F4437
(63,68,55)
#35392F
(53,57,47)
#2B2E27
(43,46,39)
#21231F
(33,35,31)
#171817
(23,24,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #717B5F

#717B5F
(113,123,95)
#7D876D
(125,135,109)
#89937B
(137,147,123)
#959F89
(149,159,137)
#A1AB97
(161,171,151)
#ADB7A5
(173,183,165)
#B9C3B3
(185,195,179)
#C5CFC1
(197,207,193)
#D1DBCF
(209,219,207)
#DDE7DD
(221,231,221)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717B5F color. Also use rgb(113,123,95) instead hex code.

Text Font Color

.myTextColor { color: #717B5F; }

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

This text font color is #717B5F.

Background Color

.myBgColor { background-color: #717B5F; }

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

This div background color is #717B5F.

Border color

.myBorderColor { border: 1px solid #717B5F; }

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

This div border color is #717B5F.

Opacity

.myOpacity80 { color: #717B5F; opacity: 0.8; }

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

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

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

This text has shadow with #717B5F color.


.textShadow {text-shadow: 3px 3px 1px #717B5F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #717B5F; -webkit-box-shadow: 1px 1px 3px 2px #717B5F; box-shadow:1px 1px 3px 2px #717B5F;">
Div content here
</div>

This div box has shadow with color #717B5F.

Preview

Color preview on black background

This text has color #717B5F on black background.


Color preview on white background

This text has color #717B5F on white background.


Black color preview on #717B5F background

This text has black color on #717B5F background.


White color preview on #717B5F background

This text has white color on #717B5F background.


Related colors

Complementary color

Complementary color for #hex is #8E84A0.


I love getcolorcode.com

Triadic colors

1 #5F717B and #7B5F71 with #717B5F are triadic colors.

2 #5F7B71 and #7B715F with #717B5F are triadic colors.