COLOR #715086

HEX: #715086
RGB: (113,80,134)

Color info

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

RGB color model

#715086 color RGB value is (113,80,134).

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

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 134 of 255 = 53%

113
80
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 134 = 327 (100%)
R 113 of 327 ~ 34.56%
G 80 of 327 ~ 24.46%
B 134 of 327 ~ 40.98%

%34.56
%24.46
%40.98

CMYK color model

#715086 color CMYK value is (16,40,0,47).

  • cyan value is 15.67%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(16,40,0,47)
C16M40Y0K47 
(16%,40%,0%,47%)
(0.16/0.40/0.00/0.47)	

CMYK percentages

%15.67
%40.3
%0
%47.45

Codes

Color #715086 in popluar color models

715086
RGB11380134
HSL277°25.23%41.96%
HSB/HSV277°40.30%52.55%
CMYK15.67%40.30%0.00%
47.45%

Color #715086 in popluar number systems.

HEX715086
Decimal11380134
Binary1110001101000010000110
Octal161120206

Shades and tints

Shades of #715086

#715086
(113,80,134)
#67497A
(103,73,122)
#5D426E
(93,66,110)
#533B62
(83,59,98)
#493456
(73,52,86)
#3F2D4A
(63,45,74)
#35263E
(53,38,62)
#2B1F32
(43,31,50)
#211826
(33,24,38)
#17111A
(23,17,26)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #715086

#715086
(113,80,134)
#7D5F91
(125,95,145)
#896E9C
(137,110,156)
#957DA7
(149,125,167)
#A18CB2
(161,140,178)
#AD9BBD
(173,155,189)
#B9AAC8
(185,170,200)
#C5B9D3
(197,185,211)
#D1C8DE
(209,200,222)
#DDD7E9
(221,215,233)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715086; }

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

This text font color is #715086.


Background Color

.myBgColor { background-color: #715086; }

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

This div background color is #715086.


Border color

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

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

This div border color is #715086.


Opacity

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

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

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

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

This text has shadow with #715086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715086 on black background.


Color preview on white background

This text has color #715086 on white background.



Black color preview on #715086 background

This text has black color on #715086 background.


White color preview on #715086 background

This text has white color on #715086 background.