COLOR #714A69

HEX: #714A69
RGB: (113,74,105)

Color info

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

RGB color model

#714A69 color RGB value is (113,74,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 105 of 255 = 41%

113
74
105

R + G + B ~ 38%. #714A69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 105 = 292 (100%)
R 113 of 292 ~ 38.7%
G 74 of 292 ~ 25.34%
B 105 of 292 ~ 35.96%

%38.7
%25.34
%35.96

CMYK color model

#714A69 color CMYK value is (0,35,7,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 7.08%
  • key color value is 55.69%
CMYK:
(0,35,7,56)
C0M35Y7K56 
(0%,35%,7%,56%)
(0.00/0.35/0.07/0.56)	

CMYK percentages

%0
%34.51
%7.08
%55.69

Codes

Color #714A69 in popluar color models

714A69
RGB11374105
HSL312°20.86%36.67%
HSB/HSV312°34.51%44.31%
CMYK0.00%34.51%7.08%
55.69%

Color #714A69 in popluar number systems.

HEX714A69
Decimal11374105
Binary111000110010101101001
Octal161112151

Shades and tints

Shades of #714A69

#714A69
(113,74,105)
#674460
(103,68,96)
#5D3E57
(93,62,87)
#53384E
(83,56,78)
#493245
(73,50,69)
#3F2C3C
(63,44,60)
#352633
(53,38,51)
#2B202A
(43,32,42)
#211A21
(33,26,33)
#171418
(23,20,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #714A69

#714A69
(113,74,105)
#7D5A76
(125,90,118)
#896A83
(137,106,131)
#957A90
(149,122,144)
#A18A9D
(161,138,157)
#AD9AAA
(173,154,170)
#B9AAB7
(185,170,183)
#C5BAC4
(197,186,196)
#D1CAD1
(209,202,209)
#DDDADE
(221,218,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714A69; }

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

This text font color is #714A69.


Background Color

.myBgColor { background-color: #714A69; }

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

This div background color is #714A69.


Border color

.myBorderColor { border: 1px solid #714A69; }

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

This div border color is #714A69.


Opacity

.myOpacity80 { color: #714A69; opacity: 0.8; }

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

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

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

This text has shadow with #714A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A69 on black background.


Color preview on white background

This text has color #714A69 on white background.



Black color preview on #714A69 background

This text has black color on #714A69 background.


White color preview on #714A69 background

This text has white color on #714A69 background.