COLOR #714162

HEX: #714162
RGB: (113,65,98)

Color info

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

RGB color model

#714162 color RGB value is (113,65,98).

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

RGB channels and saturation

R 113 of 255 = 44%
G 65 of 255 = 25%
B 98 of 255 = 38%

113
65
98

R + G + B ~ 36%. #714162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 65 + 98 = 276 (100%)
R 113 of 276 ~ 40.94%
G 65 of 276 ~ 23.55%
B 98 of 276 ~ 35.51%

%40.94
%23.55
%35.51

CMYK color model

#714162 color CMYK value is (0,42,13,56).

  • cyan value is 0.00%
  • magenta value is 42.48%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(0,42,13,56)
C0M42Y13K56 
(0%,42%,13%,56%)
(0.00/0.42/0.13/0.56)	

CMYK percentages

%0
%42.48
%13.27
%55.69

Codes

Color #714162 in popluar color models

714162
RGB1136598
HSL319°26.97%34.90%
HSB/HSV319°42.48%44.31%
CMYK0.00%42.48%13.27%
55.69%

Color #714162 in popluar number systems.

HEX714162
Decimal1136598
Binary111000110000011100010
Octal161101142

Shades and tints

Shades of #714162

#714162
(113,65,98)
#673C5A
(103,60,90)
#5D3752
(93,55,82)
#53324A
(83,50,74)
#492D42
(73,45,66)
#3F283A
(63,40,58)
#352332
(53,35,50)
#2B1E2A
(43,30,42)
#211922
(33,25,34)
#17141A
(23,20,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #714162

#714162
(113,65,98)
#7D5270
(125,82,112)
#89637E
(137,99,126)
#95748C
(149,116,140)
#A1859A
(161,133,154)
#AD96A8
(173,150,168)
#B9A7B6
(185,167,182)
#C5B8C4
(197,184,196)
#D1C9D2
(209,201,210)
#DDDAE0
(221,218,224)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714162; }

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

This text font color is #714162.


Background Color

.myBgColor { background-color: #714162; }

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

This div background color is #714162.


Border color

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

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

This div border color is #714162.


Opacity

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

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

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

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

This text has shadow with #714162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714162 on black background.


Color preview on white background

This text has color #714162 on white background.



Black color preview on #714162 background

This text has black color on #714162 background.


White color preview on #714162 background

This text has white color on #714162 background.