COLOR #717973

HEX: #717973
RGB: (113,121,115)

Color info

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

RGB color model

#717973 color RGB value is (113,121,115).

  • red value is 113;
  • green value is 121;
  • blue value is 115.
RGB:
(113,121,115)
(44%,47%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 115 of 255 = 45%

113
121
115

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 115 = 349 (100%)
R 113 of 349 ~ 32.38%
G 121 of 349 ~ 34.67%
B 115 of 349 ~ 32.95%

%32.38
%34.67
%32.95

CMYK color model

#717973 color CMYK value is (7,0,5,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(7,0,5,53)
C7M0Y5K53 
(7%,0%,5%,53%)
(0.07/0.00/0.05/0.53)	

CMYK percentages

%6.61
%0
%4.96
%52.55

Codes

Color #717973 in popluar color models

717973
RGB113121115
HSL135°3.42%45.88%
HSB/HSV135°6.61%47.45%
CMYK6.61%0.00%4.96%
52.55%

Color #717973 in popluar number systems.

HEX717973
Decimal113121115
Binary111000111110011110011
Octal161171163

Shades and tints

Shades of #717973

#717973
(113,121,115)
#676E69
(103,110,105)
#5D635F
(93,99,95)
#535855
(83,88,85)
#494D4B
(73,77,75)
#3F4241
(63,66,65)
#353737
(53,55,55)
#2B2C2D
(43,44,45)
#212123
(33,33,35)
#171619
(23,22,25)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #717973

#717973
(113,121,115)
#7D857F
(125,133,127)
#89918B
(137,145,139)
#959D97
(149,157,151)
#A1A9A3
(161,169,163)
#ADB5AF
(173,181,175)
#B9C1BB
(185,193,187)
#C5CDC7
(197,205,199)
#D1D9D3
(209,217,211)
#DDE5DF
(221,229,223)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717973 color. Also use rgb(113,121,115) instead hex code.

Text Font Color

.myTextColor { color: #717973; }

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

This text font color is #717973.


Background Color

.myBgColor { background-color: #717973; }

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

This div background color is #717973.


Border color

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

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

This div border color is #717973.


Opacity

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

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

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

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

This text has shadow with #717973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717973 on black background.


Color preview on white background

This text has color #717973 on white background.



Black color preview on #717973 background

This text has black color on #717973 background.


White color preview on #717973 background

This text has white color on #717973 background.