COLOR #714860

HEX: #714860
RGB: (113,72,96)

Color info

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

RGB color model

#714860 color RGB value is (113,72,96).

  • red value is 113;
  • green value is 72;
  • blue value is 96.
RGB:
(113,72,96)
(44%,28%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 96 of 255 = 38%

113
72
96

R + G + B ~ 37%. #714860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 96 = 281 (100%)
R 113 of 281 ~ 40.21%
G 72 of 281 ~ 25.62%
B 96 of 281 ~ 34.16%

%40.21
%25.62
%34.16

CMYK color model

#714860 color CMYK value is (0,36,15,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 15.04%
  • key color value is 55.69%
CMYK:
(0,36,15,56)
C0M36Y15K56 
(0%,36%,15%,56%)
(0.00/0.36/0.15/0.56)	

CMYK percentages

%0
%36.28
%15.04
%55.69

Codes

Color #714860 in popluar color models

714860
RGB1137296
HSL325°22.16%36.27%
HSB/HSV325°36.28%44.31%
CMYK0.00%36.28%15.04%
55.69%

Color #714860 in popluar number systems.

HEX714860
Decimal1137296
Binary111000110010001100000
Octal161110140

Shades and tints

Shades of #714860

#714860
(113,72,96)
#674258
(103,66,88)
#5D3C50
(93,60,80)
#533648
(83,54,72)
#493040
(73,48,64)
#3F2A38
(63,42,56)
#352430
(53,36,48)
#2B1E28
(43,30,40)
#211820
(33,24,32)
#171218
(23,18,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #714860

#714860
(113,72,96)
#7D586E
(125,88,110)
#89687C
(137,104,124)
#95788A
(149,120,138)
#A18898
(161,136,152)
#AD98A6
(173,152,166)
#B9A8B4
(185,168,180)
#C5B8C2
(197,184,194)
#D1C8D0
(209,200,208)
#DDD8DE
(221,216,222)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714860 color. Also use rgb(113,72,96) instead hex code.

Text Font Color

.myTextColor { color: #714860; }

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

This text font color is #714860.


Background Color

.myBgColor { background-color: #714860; }

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

This div background color is #714860.


Border color

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

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

This div border color is #714860.


Opacity

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

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

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

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

This text has shadow with #714860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714860 on black background.


Color preview on white background

This text has color #714860 on white background.



Black color preview on #714860 background

This text has black color on #714860 background.


White color preview on #714860 background

This text has white color on #714860 background.