COLOR #715186

HEX: #715186
RGB: (113,81,134)

Color info

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

RGB color model

#715186 color RGB value is (113,81,134).

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

RGB channels and saturation

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

113
81
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 134 = 328 (100%)
R 113 of 328 ~ 34.45%
G 81 of 328 ~ 24.7%
B 134 of 328 ~ 40.85%

%34.45
%24.7
%40.85

CMYK color model

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

  • cyan value is 15.67%
  • magenta value is 39.55%
  • 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
%39.55
%0
%47.45

Codes

Color #715186 in popluar color models

715186
RGB11381134
HSL276°24.65%42.16%
HSB/HSV276°39.55%52.55%
CMYK15.67%39.55%0.00%
47.45%

Color #715186 in popluar number systems.

HEX715186
Decimal11381134
Binary1110001101000110000110
Octal161121206

Shades and tints

Shades of #715186

#715186
(113,81,134)
#674A7A
(103,74,122)
#5D436E
(93,67,110)
#533C62
(83,60,98)
#493556
(73,53,86)
#3F2E4A
(63,46,74)
#35273E
(53,39,62)
#2B2032
(43,32,50)
#211926
(33,25,38)
#17121A
(23,18,26)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #715186

#715186
(113,81,134)
#7D6091
(125,96,145)
#896F9C
(137,111,156)
#957EA7
(149,126,167)
#A18DB2
(161,141,178)
#AD9CBD
(173,156,189)
#B9ABC8
(185,171,200)
#C5BAD3
(197,186,211)
#D1C9DE
(209,201,222)
#DDD8E9
(221,216,233)
#E9E7F4
(233,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715186; }

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

This text font color is #715186.


Background Color

.myBgColor { background-color: #715186; }

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

This div background color is #715186.


Border color

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

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

This div border color is #715186.


Opacity

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

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

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

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

This text has shadow with #715186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715186 on black background.


Color preview on white background

This text has color #715186 on white background.



Black color preview on #715186 background

This text has black color on #715186 background.


White color preview on #715186 background

This text has white color on #715186 background.