COLOR #716583

HEX: #716583
RGB: (113,101,131)

Color info

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

RGB color model

#716583 color RGB value is (113,101,131).

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

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 131 of 255 = 51%

113
101
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 131 = 345 (100%)
R 113 of 345 ~ 32.75%
G 101 of 345 ~ 29.28%
B 131 of 345 ~ 37.97%

%32.75
%29.28
%37.97

CMYK color model

#716583 color CMYK value is (14,23,0,49).

  • cyan value is 13.74%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(14,23,0,49)
C14M23Y0K49 
(14%,23%,0%,49%)
(0.14/0.23/0.00/0.49)	

CMYK percentages

%13.74
%22.9
%0
%48.63

Codes

Color #716583 in popluar color models

716583
RGB113101131
HSL264°12.93%45.49%
HSB/HSV264°22.90%51.37%
CMYK13.74%22.90%0.00%
48.63%

Color #716583 in popluar number systems.

HEX716583
Decimal113101131
Binary1110001110010110000011
Octal161145203

Shades and tints

Shades of #716583

#716583
(113,101,131)
#675C78
(103,92,120)
#5D536D
(93,83,109)
#534A62
(83,74,98)
#494157
(73,65,87)
#3F384C
(63,56,76)
#352F41
(53,47,65)
#2B2636
(43,38,54)
#211D2B
(33,29,43)
#171420
(23,20,32)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #716583

#716583
(113,101,131)
#7D738E
(125,115,142)
#898199
(137,129,153)
#958FA4
(149,143,164)
#A19DAF
(161,157,175)
#ADABBA
(173,171,186)
#B9B9C5
(185,185,197)
#C5C7D0
(197,199,208)
#D1D5DB
(209,213,219)
#DDE3E6
(221,227,230)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716583; }

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

This text font color is #716583.


Background Color

.myBgColor { background-color: #716583; }

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

This div background color is #716583.


Border color

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

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

This div border color is #716583.


Opacity

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

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

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

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

This text has shadow with #716583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716583 on black background.


Color preview on white background

This text has color #716583 on white background.



Black color preview on #716583 background

This text has black color on #716583 background.


White color preview on #716583 background

This text has white color on #716583 background.