COLOR #716475

HEX: #716475
RGB: (113,100,117)

Color info

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

RGB color model

#716475 color RGB value is (113,100,117).

  • red value is 113;
  • green value is 100;
  • blue value is 117.
RGB:
(113,100,117)
(44%,39%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 117 of 255 = 46%

113
100
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 117 = 330 (100%)
R 113 of 330 ~ 34.24%
G 100 of 330 ~ 30.3%
B 117 of 330 ~ 35.45%

%34.24
%30.3
%35.45

CMYK color model

#716475 color CMYK value is (3,15,0,54).

  • cyan value is 3.42%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,15,0,54)
C3M15Y0K54 
(3%,15%,0%,54%)
(0.03/0.15/0.00/0.54)	

CMYK percentages

%3.42
%14.53
%0
%54.12

Codes

Color #716475 in popluar color models

716475
RGB113100117
HSL286°7.83%42.55%
HSB/HSV286°14.53%45.88%
CMYK3.42%14.53%0.00%
54.12%

Color #716475 in popluar number systems.

HEX716475
Decimal113100117
Binary111000111001001110101
Octal161144165

Shades and tints

Shades of #716475

#716475
(113,100,117)
#675B6B
(103,91,107)
#5D5261
(93,82,97)
#534957
(83,73,87)
#49404D
(73,64,77)
#3F3743
(63,55,67)
#352E39
(53,46,57)
#2B252F
(43,37,47)
#211C25
(33,28,37)
#17131B
(23,19,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #716475

#716475
(113,100,117)
#7D7281
(125,114,129)
#89808D
(137,128,141)
#958E99
(149,142,153)
#A19CA5
(161,156,165)
#ADAAB1
(173,170,177)
#B9B8BD
(185,184,189)
#C5C6C9
(197,198,201)
#D1D4D5
(209,212,213)
#DDE2E1
(221,226,225)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716475 color. Also use rgb(113,100,117) instead hex code.

Text Font Color

.myTextColor { color: #716475; }

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

This text font color is #716475.


Background Color

.myBgColor { background-color: #716475; }

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

This div background color is #716475.


Border color

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

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

This div border color is #716475.


Opacity

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

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

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

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

This text has shadow with #716475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716475 on black background.


Color preview on white background

This text has color #716475 on white background.



Black color preview on #716475 background

This text has black color on #716475 background.


White color preview on #716475 background

This text has white color on #716475 background.