COLOR #714970

HEX: #714970
RGB: (113,73,112)

Color info

#714970 contains red, green and blue colors in about the same proportion. Web safe color of #714970 is #663366 (or #636).

RGB color model

#714970 color RGB value is (113,73,112).

  • red value is 113;
  • green value is 73;
  • blue value is 112.
RGB:
(113,73,112)
(44%,29%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 73 of 255 = 29%
B 112 of 255 = 44%

113
73
112

R + G + B ~ 39%. #714970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 73 + 112 = 298 (100%)
R 113 of 298 ~ 37.92%
G 73 of 298 ~ 24.5%
B 112 of 298 ~ 37.58%

%37.92
%24.5
%37.58

CMYK color model

#714970 color CMYK value is (0,35,1,56).

  • cyan value is 0.00%
  • magenta value is 35.40%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,35,1,56)
C0M35Y1K56 
(0%,35%,1%,56%)
(0.00/0.35/0.01/0.56)	

CMYK percentages

%0
%35.4
%0.88
%55.69

Codes

Color #714970 in popluar color models

714970
RGB11373112
HSL302°21.51%36.47%
HSB/HSV302°35.40%44.31%
CMYK0.00%35.40%0.88%
55.69%

Color #714970 in popluar number systems.

HEX714970
Decimal11373112
Binary111000110010011110000
Octal161111160

Shades and tints

Shades of #714970

#714970
(113,73,112)
#674366
(103,67,102)
#5D3D5C
(93,61,92)
#533752
(83,55,82)
#493148
(73,49,72)
#3F2B3E
(63,43,62)
#352534
(53,37,52)
#2B1F2A
(43,31,42)
#211920
(33,25,32)
#171316
(23,19,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #714970

#714970
(113,73,112)
#7D597D
(125,89,125)
#89698A
(137,105,138)
#957997
(149,121,151)
#A189A4
(161,137,164)
#AD99B1
(173,153,177)
#B9A9BE
(185,169,190)
#C5B9CB
(197,185,203)
#D1C9D8
(209,201,216)
#DDD9E5
(221,217,229)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714970 color. Also use rgb(113,73,112) instead hex code.

Text Font Color

.myTextColor { color: #714970; }

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

This text font color is #714970.


Background Color

.myBgColor { background-color: #714970; }

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

This div background color is #714970.


Border color

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

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

This div border color is #714970.


Opacity

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

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

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

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

This text has shadow with #714970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714970 on black background.


Color preview on white background

This text has color #714970 on white background.



Black color preview on #714970 background

This text has black color on #714970 background.


White color preview on #714970 background

This text has white color on #714970 background.