COLOR #716294

HEX: #716294
RGB: (113,98,148)

Color info

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

RGB color model

#716294 color RGB value is (113,98,148).

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

RGB channels and saturation

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

113
98
148

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 148 = 359 (100%)
R 113 of 359 ~ 31.48%
G 98 of 359 ~ 27.3%
B 148 of 359 ~ 41.23%

%31.48
%27.3
%41.23

CMYK color model

#716294 color CMYK value is (24,34,0,42).

  • cyan value is 23.65%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,34,0,42)
C24M34Y0K42 
(24%,34%,0%,42%)
(0.24/0.34/0.00/0.42)	

CMYK percentages

%23.65
%33.78
%0
%41.96

Codes

Color #716294 in popluar color models

716294
RGB11398148
HSL258°20.33%48.24%
HSB/HSV258°33.78%58.04%
CMYK23.65%33.78%0.00%
41.96%

Color #716294 in popluar number systems.

HEX716294
Decimal11398148
Binary1110001110001010010100
Octal161142224

Shades and tints

Shades of #716294

#716294
(113,98,148)
#675A87
(103,90,135)
#5D527A
(93,82,122)
#534A6D
(83,74,109)
#494260
(73,66,96)
#3F3A53
(63,58,83)
#353246
(53,50,70)
#2B2A39
(43,42,57)
#21222C
(33,34,44)
#171A1F
(23,26,31)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #716294

#716294
(113,98,148)
#7D709D
(125,112,157)
#897EA6
(137,126,166)
#958CAF
(149,140,175)
#A19AB8
(161,154,184)
#ADA8C1
(173,168,193)
#B9B6CA
(185,182,202)
#C5C4D3
(197,196,211)
#D1D2DC
(209,210,220)
#DDE0E5
(221,224,229)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716294; }

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

This text font color is #716294.


Background Color

.myBgColor { background-color: #716294; }

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

This div background color is #716294.


Border color

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

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

This div border color is #716294.


Opacity

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

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

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

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

This text has shadow with #716294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716294 on black background.


Color preview on white background

This text has color #716294 on white background.



Black color preview on #716294 background

This text has black color on #716294 background.


White color preview on #716294 background

This text has white color on #716294 background.