COLOR #714569

HEX: #714569
RGB: (113,69,105)

Color info

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

RGB color model

#714569 color RGB value is (113,69,105).

  • red value is 113;
  • green value is 69;
  • blue value is 105.
RGB:
(113,69,105)
(44%,27%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 105 of 255 = 41%

113
69
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 105 = 287 (100%)
R 113 of 287 ~ 39.37%
G 69 of 287 ~ 24.04%
B 105 of 287 ~ 36.59%

%39.37
%24.04
%36.59

CMYK color model

#714569 color CMYK value is (0,39,7,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,39,7,56)
C0M39Y7K56 
(0%,39%,7%,56%)
(0.00/0.39/0.07/0.56)	

CMYK percentages

%0
%38.94
%7.08
%55.69

Codes

Color #714569 in popluar color models

714569
RGB11369105
HSL311°24.18%35.69%
HSB/HSV311°38.94%44.31%
CMYK0.00%38.94%7.08%
55.69%

Color #714569 in popluar number systems.

HEX714569
Decimal11369105
Binary111000110001011101001
Octal161105151

Shades and tints

Shades of #714569

#714569
(113,69,105)
#673F60
(103,63,96)
#5D3957
(93,57,87)
#53334E
(83,51,78)
#492D45
(73,45,69)
#3F273C
(63,39,60)
#352133
(53,33,51)
#2B1B2A
(43,27,42)
#211521
(33,21,33)
#170F18
(23,15,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #714569

#714569
(113,69,105)
#7D5576
(125,85,118)
#896583
(137,101,131)
#957590
(149,117,144)
#A1859D
(161,133,157)
#AD95AA
(173,149,170)
#B9A5B7
(185,165,183)
#C5B5C4
(197,181,196)
#D1C5D1
(209,197,209)
#DDD5DE
(221,213,222)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714569 color. Also use rgb(113,69,105) instead hex code.

Text Font Color

.myTextColor { color: #714569; }

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

This text font color is #714569.


Background Color

.myBgColor { background-color: #714569; }

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

This div background color is #714569.


Border color

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

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

This div border color is #714569.


Opacity

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

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

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

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

This text has shadow with #714569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714569 on black background.


Color preview on white background

This text has color #714569 on white background.



Black color preview on #714569 background

This text has black color on #714569 background.


White color preview on #714569 background

This text has white color on #714569 background.