COLOR #714672

HEX: #714672
RGB: (113,70,114)

Color info

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

RGB color model

#714672 color RGB value is (113,70,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 114 of 255 = 45%

113
70
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 114 = 297 (100%)
R 113 of 297 ~ 38.05%
G 70 of 297 ~ 23.57%
B 114 of 297 ~ 38.38%

%38.05
%23.57
%38.38

CMYK color model

#714672 color CMYK value is (1,39,0,55).

  • cyan value is 0.88%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(1,39,0,55)
C1M39Y0K55 
(1%,39%,0%,55%)
(0.01/0.39/0.00/0.55)	

CMYK percentages

%0.88
%38.6
%0
%55.29

Codes

Color #714672 in popluar color models

714672
RGB11370114
HSL299°23.91%36.08%
HSB/HSV299°38.60%44.71%
CMYK0.88%38.60%0.00%
55.29%

Color #714672 in popluar number systems.

HEX714672
Decimal11370114
Binary111000110001101110010
Octal161106162

Shades and tints

Shades of #714672

#714672
(113,70,114)
#674068
(103,64,104)
#5D3A5E
(93,58,94)
#533454
(83,52,84)
#492E4A
(73,46,74)
#3F2840
(63,40,64)
#352236
(53,34,54)
#2B1C2C
(43,28,44)
#211622
(33,22,34)
#171018
(23,16,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #714672

#714672
(113,70,114)
#7D567E
(125,86,126)
#89668A
(137,102,138)
#957696
(149,118,150)
#A186A2
(161,134,162)
#AD96AE
(173,150,174)
#B9A6BA
(185,166,186)
#C5B6C6
(197,182,198)
#D1C6D2
(209,198,210)
#DDD6DE
(221,214,222)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714672; }

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

This text font color is #714672.


Background Color

.myBgColor { background-color: #714672; }

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

This div background color is #714672.


Border color

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

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

This div border color is #714672.


Opacity

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

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

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

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

This text has shadow with #714672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714672 on black background.


Color preview on white background

This text has color #714672 on white background.



Black color preview on #714672 background

This text has black color on #714672 background.


White color preview on #714672 background

This text has white color on #714672 background.