COLOR #715476

HEX: #715476
RGB: (113,84,118)

Color info

#715476 contains red, green and blue colors in about the same proportion. Web safe color of #715476 is #666666 (or #666).

RGB color model

#715476 color RGB value is (113,84,118).

  • red value is 113;
  • green value is 84;
  • blue value is 118.
RGB:
(113,84,118)
(44%,33%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 84 of 255 = 33%
B 118 of 255 = 46%

113
84
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 84 + 118 = 315 (100%)
R 113 of 315 ~ 35.87%
G 84 of 315 ~ 26.67%
B 118 of 315 ~ 37.46%

%35.87
%26.67
%37.46

CMYK color model

#715476 color CMYK value is (4,29,0,54).

  • cyan value is 4.24%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,29,0,54)
C4M29Y0K54 
(4%,29%,0%,54%)
(0.04/0.29/0.00/0.54)	

CMYK percentages

%4.24
%28.81
%0
%53.73

Codes

Color #715476 in popluar color models

715476
RGB11384118
HSL291°16.83%39.61%
HSB/HSV291°28.81%46.27%
CMYK4.24%28.81%0.00%
53.73%

Color #715476 in popluar number systems.

HEX715476
Decimal11384118
Binary111000110101001110110
Octal161124166

Shades and tints

Shades of #715476

#715476
(113,84,118)
#674D6C
(103,77,108)
#5D4662
(93,70,98)
#533F58
(83,63,88)
#49384E
(73,56,78)
#3F3144
(63,49,68)
#352A3A
(53,42,58)
#2B2330
(43,35,48)
#211C26
(33,28,38)
#17151C
(23,21,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #715476

#715476
(113,84,118)
#7D6382
(125,99,130)
#89728E
(137,114,142)
#95819A
(149,129,154)
#A190A6
(161,144,166)
#AD9FB2
(173,159,178)
#B9AEBE
(185,174,190)
#C5BDCA
(197,189,202)
#D1CCD6
(209,204,214)
#DDDBE2
(221,219,226)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715476 color. Also use rgb(113,84,118) instead hex code.

Text Font Color

.myTextColor { color: #715476; }

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

This text font color is #715476.


Background Color

.myBgColor { background-color: #715476; }

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

This div background color is #715476.


Border color

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

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

This div border color is #715476.


Opacity

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

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

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

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

This text has shadow with #715476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715476 on black background.


Color preview on white background

This text has color #715476 on white background.



Black color preview on #715476 background

This text has black color on #715476 background.


White color preview on #715476 background

This text has white color on #715476 background.