COLOR #717865

HEX: #717865
RGB: (113,120,101)

Color info

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

RGB color model

#717865 color RGB value is (113,120,101).

  • red value is 113;
  • green value is 120;
  • blue value is 101.
RGB:
(113,120,101)
(44%,47%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 101 of 255 = 40%

113
120
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 101 = 334 (100%)
R 113 of 334 ~ 33.83%
G 120 of 334 ~ 35.93%
B 101 of 334 ~ 30.24%

%33.83
%35.93
%30.24

CMYK color model

#717865 color CMYK value is (6,0,16,53).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(6,0,16,53)
C6M0Y16K53 
(6%,0%,16%,53%)
(0.06/0.00/0.16/0.53)	

CMYK percentages

%5.83
%0
%15.83
%52.94

Codes

Color #717865 in popluar color models

717865
RGB113120101
HSL82°8.60%43.33%
HSB/HSV82°15.83%47.06%
CMYK5.83%0.00%15.83%
52.94%

Color #717865 in popluar number systems.

HEX717865
Decimal113120101
Binary111000111110001100101
Octal161170145

Shades and tints

Shades of #717865

#717865
(113,120,101)
#676E5C
(103,110,92)
#5D6453
(93,100,83)
#535A4A
(83,90,74)
#495041
(73,80,65)
#3F4638
(63,70,56)
#353C2F
(53,60,47)
#2B3226
(43,50,38)
#21281D
(33,40,29)
#171E14
(23,30,20)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #717865

#717865
(113,120,101)
#7D8473
(125,132,115)
#899081
(137,144,129)
#959C8F
(149,156,143)
#A1A89D
(161,168,157)
#ADB4AB
(173,180,171)
#B9C0B9
(185,192,185)
#C5CCC7
(197,204,199)
#D1D8D5
(209,216,213)
#DDE4E3
(221,228,227)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717865 color. Also use rgb(113,120,101) instead hex code.

Text Font Color

.myTextColor { color: #717865; }

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

This text font color is #717865.


Background Color

.myBgColor { background-color: #717865; }

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

This div background color is #717865.


Border color

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

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

This div border color is #717865.


Opacity

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

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

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

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

This text has shadow with #717865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717865 on black background.


Color preview on white background

This text has color #717865 on white background.



Black color preview on #717865 background

This text has black color on #717865 background.


White color preview on #717865 background

This text has white color on #717865 background.