COLOR #714070

HEX: #714070
RGB: (113,64,112)

Color info

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

RGB color model

#714070 color RGB value is (113,64,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 112 of 255 = 44%

113
64
112

R + G + B ~ 38%. #714070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 112 = 289 (100%)
R 113 of 289 ~ 39.1%
G 64 of 289 ~ 22.15%
B 112 of 289 ~ 38.75%

%39.1
%22.15
%38.75

CMYK color model

#714070 color CMYK value is (0,43,1,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,43,1,56)
C0M43Y1K56 
(0%,43%,1%,56%)
(0.00/0.43/0.01/0.56)	

CMYK percentages

%0
%43.36
%0.88
%55.69

Codes

Color #714070 in popluar color models

714070
RGB11364112
HSL301°27.68%34.71%
HSB/HSV301°43.36%44.31%
CMYK0.00%43.36%0.88%
55.69%

Color #714070 in popluar number systems.

HEX714070
Decimal11364112
Binary111000110000001110000
Octal161100160

Shades and tints

Shades of #714070

#714070
(113,64,112)
#673B66
(103,59,102)
#5D365C
(93,54,92)
#533152
(83,49,82)
#492C48
(73,44,72)
#3F273E
(63,39,62)
#352234
(53,34,52)
#2B1D2A
(43,29,42)
#211820
(33,24,32)
#171316
(23,19,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #714070

#714070
(113,64,112)
#7D517D
(125,81,125)
#89628A
(137,98,138)
#957397
(149,115,151)
#A184A4
(161,132,164)
#AD95B1
(173,149,177)
#B9A6BE
(185,166,190)
#C5B7CB
(197,183,203)
#D1C8D8
(209,200,216)
#DDD9E5
(221,217,229)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714070; }

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

This text font color is #714070.


Background Color

.myBgColor { background-color: #714070; }

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

This div background color is #714070.


Border color

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

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

This div border color is #714070.


Opacity

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

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

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

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

This text has shadow with #714070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714070 on black background.


Color preview on white background

This text has color #714070 on white background.



Black color preview on #714070 background

This text has black color on #714070 background.


White color preview on #714070 background

This text has white color on #714070 background.