COLOR #714D56

HEX: #714D56
RGB: (113,77,86)

Color info

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

RGB color model

#714D56 color RGB value is (113,77,86).

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

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 86 of 255 = 34%

113
77
86

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 86 = 276 (100%)
R 113 of 276 ~ 40.94%
G 77 of 276 ~ 27.9%
B 86 of 276 ~ 31.16%

%40.94
%27.9
%31.16

CMYK color model

#714D56 color CMYK value is (0,32,24,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(0,32,24,56)
C0M32Y24K56 
(0%,32%,24%,56%)
(0.00/0.32/0.24/0.56)	

CMYK percentages

%0
%31.86
%23.89
%55.69

Codes

Color #714D56 in popluar color models

714D56
RGB1137786
HSL345°18.95%37.25%
HSB/HSV345°31.86%44.31%
CMYK0.00%31.86%23.89%
55.69%

Color #714D56 in popluar number systems.

HEX714D56
Decimal1137786
Binary111000110011011010110
Octal161115126

Shades and tints

Shades of #714D56

#714D56
(113,77,86)
#67464F
(103,70,79)
#5D3F48
(93,63,72)
#533841
(83,56,65)
#49313A
(73,49,58)
#3F2A33
(63,42,51)
#35232C
(53,35,44)
#2B1C25
(43,28,37)
#21151E
(33,21,30)
#170E17
(23,14,23)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #714D56

#714D56
(113,77,86)
#7D5D65
(125,93,101)
#896D74
(137,109,116)
#957D83
(149,125,131)
#A18D92
(161,141,146)
#AD9DA1
(173,157,161)
#B9ADB0
(185,173,176)
#C5BDBF
(197,189,191)
#D1CDCE
(209,205,206)
#DDDDDD
(221,221,221)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714D56; }

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

This text font color is #714D56.


Background Color

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

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

This div background color is #714D56.


Border color

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

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

This div border color is #714D56.


Opacity

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

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

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

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

This text has shadow with #714D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D56 on black background.


Color preview on white background

This text has color #714D56 on white background.



Black color preview on #714D56 background

This text has black color on #714D56 background.


White color preview on #714D56 background

This text has white color on #714D56 background.