COLOR #715286

HEX: #715286
RGB: (113,82,134)

Color info

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

RGB color model

#715286 color RGB value is (113,82,134).

  • red value is 113;
  • green value is 82;
  • blue value is 134.
RGB:
(113,82,134)
(44%,32%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 134 of 255 = 53%

113
82
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 134 = 329 (100%)
R 113 of 329 ~ 34.35%
G 82 of 329 ~ 24.92%
B 134 of 329 ~ 40.73%

%34.35
%24.92
%40.73

CMYK color model

#715286 color CMYK value is (16,39,0,47).

  • cyan value is 15.67%
  • magenta value is 38.81%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(16,39,0,47)
C16M39Y0K47 
(16%,39%,0%,47%)
(0.16/0.39/0.00/0.47)	

CMYK percentages

%15.67
%38.81
%0
%47.45

Codes

Color #715286 in popluar color models

715286
RGB11382134
HSL276°24.07%42.35%
HSB/HSV276°38.81%52.55%
CMYK15.67%38.81%0.00%
47.45%

Color #715286 in popluar number systems.

HEX715286
Decimal11382134
Binary1110001101001010000110
Octal161122206

Shades and tints

Shades of #715286

#715286
(113,82,134)
#674B7A
(103,75,122)
#5D446E
(93,68,110)
#533D62
(83,61,98)
#493656
(73,54,86)
#3F2F4A
(63,47,74)
#35283E
(53,40,62)
#2B2132
(43,33,50)
#211A26
(33,26,38)
#17131A
(23,19,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #715286

#715286
(113,82,134)
#7D6191
(125,97,145)
#89709C
(137,112,156)
#957FA7
(149,127,167)
#A18EB2
(161,142,178)
#AD9DBD
(173,157,189)
#B9ACC8
(185,172,200)
#C5BBD3
(197,187,211)
#D1CADE
(209,202,222)
#DDD9E9
(221,217,233)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715286 color. Also use rgb(113,82,134) instead hex code.

Text Font Color

.myTextColor { color: #715286; }

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

This text font color is #715286.


Background Color

.myBgColor { background-color: #715286; }

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

This div background color is #715286.


Border color

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

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

This div border color is #715286.


Opacity

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

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

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

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

This text has shadow with #715286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715286 on black background.


Color preview on white background

This text has color #715286 on white background.



Black color preview on #715286 background

This text has black color on #715286 background.


White color preview on #715286 background

This text has white color on #715286 background.