COLOR #714D6E

HEX: #714D6E
RGB: (113,77,110)

Color info

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

RGB color model

#714D6E color RGB value is (113,77,110).

  • red value is 113;
  • green value is 77;
  • blue value is 110.
RGB:
(113,77,110)
(44%,30%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 110 of 255 = 43%

113
77
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 110 = 300 (100%)
R 113 of 300 ~ 37.67%
G 77 of 300 ~ 25.67%
B 110 of 300 ~ 36.67%

%37.67
%25.67
%36.67

CMYK color model

#714D6E color CMYK value is (0,32,3,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(0,32,3,56)
C0M32Y3K56 
(0%,32%,3%,56%)
(0.00/0.32/0.03/0.56)	

CMYK percentages

%0
%31.86
%2.65
%55.69

Codes

Color #714D6E in popluar color models

714D6E
RGB11377110
HSL305°18.95%37.25%
HSB/HSV305°31.86%44.31%
CMYK0.00%31.86%2.65%
55.69%

Color #714D6E in popluar number systems.

HEX714D6E
Decimal11377110
Binary111000110011011101110
Octal161115156

Shades and tints

Shades of #714D6E

#714D6E
(113,77,110)
#674664
(103,70,100)
#5D3F5A
(93,63,90)
#533850
(83,56,80)
#493146
(73,49,70)
#3F2A3C
(63,42,60)
#352332
(53,35,50)
#2B1C28
(43,28,40)
#21151E
(33,21,30)
#170E14
(23,14,20)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #714D6E

#714D6E
(113,77,110)
#7D5D7B
(125,93,123)
#896D88
(137,109,136)
#957D95
(149,125,149)
#A18DA2
(161,141,162)
#AD9DAF
(173,157,175)
#B9ADBC
(185,173,188)
#C5BDC9
(197,189,201)
#D1CDD6
(209,205,214)
#DDDDE3
(221,221,227)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D6E color. Also use rgb(113,77,110) instead hex code.

Text Font Color

.myTextColor { color: #714D6E; }

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

This text font color is #714D6E.


Background Color

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

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

This div background color is #714D6E.


Border color

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

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

This div border color is #714D6E.


Opacity

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

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

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

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

This text has shadow with #714D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D6E on black background.


Color preview on white background

This text has color #714D6E on white background.



Black color preview on #714D6E background

This text has black color on #714D6E background.


White color preview on #714D6E background

This text has white color on #714D6E background.