COLOR #716293

HEX: #716293
RGB: (113,98,147)

Color info

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

RGB color model

#716293 color RGB value is (113,98,147).

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

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 147 of 255 = 58%

113
98
147

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 147 = 358 (100%)
R 113 of 358 ~ 31.56%
G 98 of 358 ~ 27.37%
B 147 of 358 ~ 41.06%

%31.56
%27.37
%41.06

CMYK color model

#716293 color CMYK value is (23,33,0,42).

  • cyan value is 23.13%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(23,33,0,42)
C23M33Y0K42 
(23%,33%,0%,42%)
(0.23/0.33/0.00/0.42)	

CMYK percentages

%23.13
%33.33
%0
%42.35

Codes

Color #716293 in popluar color models

716293
RGB11398147
HSL258°20.00%48.04%
HSB/HSV258°33.33%57.65%
CMYK23.13%33.33%0.00%
42.35%

Color #716293 in popluar number systems.

HEX716293
Decimal11398147
Binary1110001110001010010011
Octal161142223

Shades and tints

Shades of #716293

#716293
(113,98,147)
#675A86
(103,90,134)
#5D5279
(93,82,121)
#534A6C
(83,74,108)
#49425F
(73,66,95)
#3F3A52
(63,58,82)
#353245
(53,50,69)
#2B2A38
(43,42,56)
#21222B
(33,34,43)
#171A1E
(23,26,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #716293

#716293
(113,98,147)
#7D709C
(125,112,156)
#897EA5
(137,126,165)
#958CAE
(149,140,174)
#A19AB7
(161,154,183)
#ADA8C0
(173,168,192)
#B9B6C9
(185,182,201)
#C5C4D2
(197,196,210)
#D1D2DB
(209,210,219)
#DDE0E4
(221,224,228)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716293; }

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

This text font color is #716293.


Background Color

.myBgColor { background-color: #716293; }

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

This div background color is #716293.


Border color

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

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

This div border color is #716293.


Opacity

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

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

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

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

This text has shadow with #716293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716293 on black background.


Color preview on white background

This text has color #716293 on white background.



Black color preview on #716293 background

This text has black color on #716293 background.


White color preview on #716293 background

This text has white color on #716293 background.