COLOR #714659

HEX: #714659
RGB: (113,70,89)

Color info

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

RGB color model

#714659 color RGB value is (113,70,89).

  • red value is 113;
  • green value is 70;
  • blue value is 89.
RGB:
(113,70,89)
(44%,27%,35%)

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 89 of 255 = 35%

113
70
89

R + G + B ~ 35%. #714659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 89 = 272 (100%)
R 113 of 272 ~ 41.54%
G 70 of 272 ~ 25.74%
B 89 of 272 ~ 32.72%

%41.54
%25.74
%32.72

CMYK color model

#714659 color CMYK value is (0,38,21,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK:
(0,38,21,56)
C0M38Y21K56 
(0%,38%,21%,56%)
(0.00/0.38/0.21/0.56)	

CMYK percentages

%0
%38.05
%21.24
%55.69

Codes

Color #714659 in popluar color models

714659
RGB1137089
HSL333°23.50%35.88%
HSB/HSV333°38.05%44.31%
CMYK0.00%38.05%21.24%
55.69%

Color #714659 in popluar number systems.

HEX714659
Decimal1137089
Binary111000110001101011001
Octal161106131

Shades and tints

Shades of #714659

#714659
(113,70,89)
#674051
(103,64,81)
#5D3A49
(93,58,73)
#533441
(83,52,65)
#492E39
(73,46,57)
#3F2831
(63,40,49)
#352229
(53,34,41)
#2B1C21
(43,28,33)
#211619
(33,22,25)
#171011
(23,16,17)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #714659

#714659
(113,70,89)
#7D5668
(125,86,104)
#896677
(137,102,119)
#957686
(149,118,134)
#A18695
(161,134,149)
#AD96A4
(173,150,164)
#B9A6B3
(185,166,179)
#C5B6C2
(197,182,194)
#D1C6D1
(209,198,209)
#DDD6E0
(221,214,224)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714659 color. Also use rgb(113,70,89) instead hex code.

Text Font Color

.myTextColor { color: #714659; }

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

This text font color is #714659.


Background Color

.myBgColor { background-color: #714659; }

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

This div background color is #714659.


Border color

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

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

This div border color is #714659.


Opacity

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

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

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

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

This text has shadow with #714659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714659 on black background.


Color preview on white background

This text has color #714659 on white background.



Black color preview on #714659 background

This text has black color on #714659 background.


White color preview on #714659 background

This text has white color on #714659 background.