COLOR #714056

HEX: #714056
RGB: (113,64,86)

Color info

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

RGB color model

#714056 color RGB value is (113,64,86).

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

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 86 of 255 = 34%

113
64
86

R + G + B ~ 34%. #714056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 86 = 263 (100%)
R 113 of 263 ~ 42.97%
G 64 of 263 ~ 24.33%
B 86 of 263 ~ 32.7%

%42.97
%24.33
%32.7

CMYK color model

#714056 color CMYK value is (0,43,24,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(0,43,24,56)
C0M43Y24K56 
(0%,43%,24%,56%)
(0.00/0.43/0.24/0.56)	

CMYK percentages

%0
%43.36
%23.89
%55.69

Codes

Color #714056 in popluar color models

714056
RGB1136486
HSL333°27.68%34.71%
HSB/HSV333°43.36%44.31%
CMYK0.00%43.36%23.89%
55.69%

Color #714056 in popluar number systems.

HEX714056
Decimal1136486
Binary111000110000001010110
Octal161100126

Shades and tints

Shades of #714056

#714056
(113,64,86)
#673B4F
(103,59,79)
#5D3648
(93,54,72)
#533141
(83,49,65)
#492C3A
(73,44,58)
#3F2733
(63,39,51)
#35222C
(53,34,44)
#2B1D25
(43,29,37)
#21181E
(33,24,30)
#171317
(23,19,23)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #714056

#714056
(113,64,86)
#7D5165
(125,81,101)
#896274
(137,98,116)
#957383
(149,115,131)
#A18492
(161,132,146)
#AD95A1
(173,149,161)
#B9A6B0
(185,166,176)
#C5B7BF
(197,183,191)
#D1C8CE
(209,200,206)
#DDD9DD
(221,217,221)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714056; }

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

This text font color is #714056.


Background Color

.myBgColor { background-color: #714056; }

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

This div background color is #714056.


Border color

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

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

This div border color is #714056.


Opacity

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

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

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

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

This text has shadow with #714056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714056 on black background.


Color preview on white background

This text has color #714056 on white background.



Black color preview on #714056 background

This text has black color on #714056 background.


White color preview on #714056 background

This text has white color on #714056 background.