COLOR #716F92

HEX: #716F92
RGB: (113,111,146)

Color info

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

RGB color model

#716F92 color RGB value is (113,111,146).

  • red value is 113;
  • green value is 111;
  • blue value is 146.
RGB:
(113,111,146)
(44%,44%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 146 of 255 = 57%

113
111
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 146 = 370 (100%)
R 113 of 370 ~ 30.54%
G 111 of 370 ~ 30%
B 146 of 370 ~ 39.46%

%30.54
%30
%39.46

CMYK color model

#716F92 color CMYK value is (23,24,0,43).

  • cyan value is 22.60%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(23,24,0,43)
C23M24Y0K43 
(23%,24%,0%,43%)
(0.23/0.24/0.00/0.43)	

CMYK percentages

%22.6
%23.97
%0
%42.75

Codes

Color #716F92 in popluar color models

716F92
RGB113111146
HSL243°13.83%50.39%
HSB/HSV243°23.97%57.25%
CMYK22.60%23.97%0.00%
42.75%

Color #716F92 in popluar number systems.

HEX716F92
Decimal113111146
Binary1110001110111110010010
Octal161157222

Shades and tints

Shades of #716F92

#716F92
(113,111,146)
#676585
(103,101,133)
#5D5B78
(93,91,120)
#53516B
(83,81,107)
#49475E
(73,71,94)
#3F3D51
(63,61,81)
#353344
(53,51,68)
#2B2937
(43,41,55)
#211F2A
(33,31,42)
#17151D
(23,21,29)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #716F92

#716F92
(113,111,146)
#7D7C9B
(125,124,155)
#8989A4
(137,137,164)
#9596AD
(149,150,173)
#A1A3B6
(161,163,182)
#ADB0BF
(173,176,191)
#B9BDC8
(185,189,200)
#C5CAD1
(197,202,209)
#D1D7DA
(209,215,218)
#DDE4E3
(221,228,227)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F92 color. Also use rgb(113,111,146) instead hex code.

Text Font Color

.myTextColor { color: #716F92; }

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

This text font color is #716F92.


Background Color

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

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

This div background color is #716F92.


Border color

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

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

This div border color is #716F92.


Opacity

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

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

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

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

This text has shadow with #716F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F92 on black background.


Color preview on white background

This text has color #716F92 on white background.



Black color preview on #716F92 background

This text has black color on #716F92 background.


White color preview on #716F92 background

This text has white color on #716F92 background.