COLOR #714168

HEX: #714168
RGB: (113,65,104)

Color info

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

RGB color model

#714168 color RGB value is (113,65,104).

  • red value is 113;
  • green value is 65;
  • blue value is 104.
RGB:
(113,65,104)
(44%,25%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 65 of 255 = 25%
B 104 of 255 = 41%

113
65
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 65 + 104 = 282 (100%)
R 113 of 282 ~ 40.07%
G 65 of 282 ~ 23.05%
B 104 of 282 ~ 36.88%

%40.07
%23.05
%36.88

CMYK color model

#714168 color CMYK value is (0,42,8,56).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(0,42,8,56)
C0M42Y8K56 
(0%,42%,8%,56%)
(0.00/0.42/0.08/0.56)	

CMYK percentages

%0
%42.48
%7.96
%55.69

Codes

Color #714168 in popluar color models

714168
RGB11365104
HSL311°26.97%34.90%
HSB/HSV311°42.48%44.31%
CMYK0.00%42.48%7.96%
55.69%

Color #714168 in popluar number systems.

HEX714168
Decimal11365104
Binary111000110000011101000
Octal161101150

Shades and tints

Shades of #714168

#714168
(113,65,104)
#673C5F
(103,60,95)
#5D3756
(93,55,86)
#53324D
(83,50,77)
#492D44
(73,45,68)
#3F283B
(63,40,59)
#352332
(53,35,50)
#2B1E29
(43,30,41)
#211920
(33,25,32)
#171417
(23,20,23)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #714168

#714168
(113,65,104)
#7D5275
(125,82,117)
#896382
(137,99,130)
#95748F
(149,116,143)
#A1859C
(161,133,156)
#AD96A9
(173,150,169)
#B9A7B6
(185,167,182)
#C5B8C3
(197,184,195)
#D1C9D0
(209,201,208)
#DDDADD
(221,218,221)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714168 color. Also use rgb(113,65,104) instead hex code.

Text Font Color

.myTextColor { color: #714168; }

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

This text font color is #714168.


Background Color

.myBgColor { background-color: #714168; }

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

This div background color is #714168.


Border color

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

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

This div border color is #714168.


Opacity

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

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

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

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

This text has shadow with #714168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714168 on black background.


Color preview on white background

This text has color #714168 on white background.



Black color preview on #714168 background

This text has black color on #714168 background.


White color preview on #714168 background

This text has white color on #714168 background.