COLOR #715279

HEX: #715279
RGB: (113,82,121)

Color info

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

RGB color model

#715279 color RGB value is (113,82,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 82 of 255 = 32%
B 121 of 255 = 47%

113
82
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 82 + 121 = 316 (100%)
R 113 of 316 ~ 35.76%
G 82 of 316 ~ 25.95%
B 121 of 316 ~ 38.29%

%35.76
%25.95
%38.29

CMYK color model

#715279 color CMYK value is (7,32,0,53).

  • cyan value is 6.61%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,32,0,53)
C7M32Y0K53 
(7%,32%,0%,53%)
(0.07/0.32/0.00/0.53)	

CMYK percentages

%6.61
%32.23
%0
%52.55

Codes

Color #715279 in popluar color models

715279
RGB11382121
HSL288°19.21%39.80%
HSB/HSV288°32.23%47.45%
CMYK6.61%32.23%0.00%
52.55%

Color #715279 in popluar number systems.

HEX715279
Decimal11382121
Binary111000110100101111001
Octal161122171

Shades and tints

Shades of #715279

#715279
(113,82,121)
#674B6E
(103,75,110)
#5D4463
(93,68,99)
#533D58
(83,61,88)
#49364D
(73,54,77)
#3F2F42
(63,47,66)
#352837
(53,40,55)
#2B212C
(43,33,44)
#211A21
(33,26,33)
#171316
(23,19,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #715279

#715279
(113,82,121)
#7D6185
(125,97,133)
#897091
(137,112,145)
#957F9D
(149,127,157)
#A18EA9
(161,142,169)
#AD9DB5
(173,157,181)
#B9ACC1
(185,172,193)
#C5BBCD
(197,187,205)
#D1CAD9
(209,202,217)
#DDD9E5
(221,217,229)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715279; }

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

This text font color is #715279.


Background Color

.myBgColor { background-color: #715279; }

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

This div background color is #715279.


Border color

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

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

This div border color is #715279.


Opacity

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

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

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

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

This text has shadow with #715279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715279 on black background.


Color preview on white background

This text has color #715279 on white background.



Black color preview on #715279 background

This text has black color on #715279 background.


White color preview on #715279 background

This text has white color on #715279 background.