COLOR #716282

HEX: #716282
RGB: (113,98,130)

Color info

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

RGB color model

#716282 color RGB value is (113,98,130).

  • red value is 113;
  • green value is 98;
  • blue value is 130.
RGB:
(113,98,130)
(44%,38%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 130 of 255 = 51%

113
98
130

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 130 = 341 (100%)
R 113 of 341 ~ 33.14%
G 98 of 341 ~ 28.74%
B 130 of 341 ~ 38.12%

%33.14
%28.74
%38.12

CMYK color model

#716282 color CMYK value is (13,25,0,49).

  • cyan value is 13.08%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(13,25,0,49)
C13M25Y0K49 
(13%,25%,0%,49%)
(0.13/0.25/0.00/0.49)	

CMYK percentages

%13.08
%24.62
%0
%49.02

Codes

Color #716282 in popluar color models

716282
RGB11398130
HSL268°14.04%44.71%
HSB/HSV268°24.62%50.98%
CMYK13.08%24.62%0.00%
49.02%

Color #716282 in popluar number systems.

HEX716282
Decimal11398130
Binary1110001110001010000010
Octal161142202

Shades and tints

Shades of #716282

#716282
(113,98,130)
#675A77
(103,90,119)
#5D526C
(93,82,108)
#534A61
(83,74,97)
#494256
(73,66,86)
#3F3A4B
(63,58,75)
#353240
(53,50,64)
#2B2A35
(43,42,53)
#21222A
(33,34,42)
#171A1F
(23,26,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #716282

#716282
(113,98,130)
#7D708D
(125,112,141)
#897E98
(137,126,152)
#958CA3
(149,140,163)
#A19AAE
(161,154,174)
#ADA8B9
(173,168,185)
#B9B6C4
(185,182,196)
#C5C4CF
(197,196,207)
#D1D2DA
(209,210,218)
#DDE0E5
(221,224,229)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716282 color. Also use rgb(113,98,130) instead hex code.

Text Font Color

.myTextColor { color: #716282; }

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

This text font color is #716282.


Background Color

.myBgColor { background-color: #716282; }

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

This div background color is #716282.


Border color

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

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

This div border color is #716282.


Opacity

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

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

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

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

This text has shadow with #716282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716282 on black background.


Color preview on white background

This text has color #716282 on white background.



Black color preview on #716282 background

This text has black color on #716282 background.


White color preview on #716282 background

This text has white color on #716282 background.