COLOR #716D8A

HEX: #716D8A
RGB: (113,109,138)

Color info

#716D8A contains red, green and blue colors in about the same proportion. Web safe color of #716D8A is #666699 (or #669).

RGB color model

#716D8A color RGB value is (113,109,138).

  • red value is 113;
  • green value is 109;
  • blue value is 138.
RGB:
(113,109,138)
(44%,43%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 138 of 255 = 54%

113
109
138

R + G + B ~ 47%. #716D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 138 = 360 (100%)
R 113 of 360 ~ 31.39%
G 109 of 360 ~ 30.28%
B 138 of 360 ~ 38.33%

%31.39
%30.28
%38.33

CMYK color model

#716D8A color CMYK value is (18,21,0,46).

  • cyan value is 18.12%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(18,21,0,46)
C18M21Y0K46 
(18%,21%,0%,46%)
(0.18/0.21/0.00/0.46)	

CMYK percentages

%18.12
%21.01
%0
%45.88

Codes

Color #716D8A in popluar color models

716D8A
RGB113109138
HSL248°11.74%48.43%
HSB/HSV248°21.01%54.12%
CMYK18.12%21.01%0.00%
45.88%

Color #716D8A in popluar number systems.

HEX716D8A
Decimal113109138
Binary1110001110110110001010
Octal161155212

Shades and tints

Shades of #716D8A

#716D8A
(113,109,138)
#67647E
(103,100,126)
#5D5B72
(93,91,114)
#535266
(83,82,102)
#49495A
(73,73,90)
#3F404E
(63,64,78)
#353742
(53,55,66)
#2B2E36
(43,46,54)
#21252A
(33,37,42)
#171C1E
(23,28,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #716D8A

#716D8A
(113,109,138)
#7D7A94
(125,122,148)
#89879E
(137,135,158)
#9594A8
(149,148,168)
#A1A1B2
(161,161,178)
#ADAEBC
(173,174,188)
#B9BBC6
(185,187,198)
#C5C8D0
(197,200,208)
#D1D5DA
(209,213,218)
#DDE2E4
(221,226,228)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D8A color. Also use rgb(113,109,138) instead hex code.

Text Font Color

.myTextColor { color: #716D8A; }

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

This text font color is #716D8A.


Background Color

.myBgColor { background-color: #716D8A; }

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

This div background color is #716D8A.


Border color

.myBorderColor { border: 1px solid #716D8A; }

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

This div border color is #716D8A.


Opacity

.myOpacity80 { color: #716D8A; opacity: 0.8; }

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

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

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

This text has shadow with #716D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D8A on black background.


Color preview on white background

This text has color #716D8A on white background.



Black color preview on #716D8A background

This text has black color on #716D8A background.


White color preview on #716D8A background

This text has white color on #716D8A background.