COLOR #714F56

HEX: #714F56
RGB: (113,79,86)

Color info

#714F56 contains red, green and blue colors in about the same proportion. Web safe color of #714F56 is #666666 (or #666).

RGB color model

#714F56 color RGB value is (113,79,86).

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

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 86 of 255 = 34%

113
79
86

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

Portions of RGB colors in percentages

R + G + B =
113 + 79 + 86 = 278 (100%)
R 113 of 278 ~ 40.65%
G 79 of 278 ~ 28.42%
B 86 of 278 ~ 30.94%

%40.65
%28.42
%30.94

CMYK color model

#714F56 color CMYK value is (0,30,24,56).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 23.89%
  • key color value is 55.69%
CMYK:
(0,30,24,56)
C0M30Y24K56 
(0%,30%,24%,56%)
(0.00/0.30/0.24/0.56)	

CMYK percentages

%0
%30.09
%23.89
%55.69

Codes

Color #714F56 in popluar color models

714F56
RGB1137986
HSL348°17.71%37.65%
HSB/HSV348°30.09%44.31%
CMYK0.00%30.09%23.89%
55.69%

Color #714F56 in popluar number systems.

HEX714F56
Decimal1137986
Binary111000110011111010110
Octal161117126

Shades and tints

Shades of #714F56

#714F56
(113,79,86)
#67484F
(103,72,79)
#5D4148
(93,65,72)
#533A41
(83,58,65)
#49333A
(73,51,58)
#3F2C33
(63,44,51)
#35252C
(53,37,44)
#2B1E25
(43,30,37)
#21171E
(33,23,30)
#171017
(23,16,23)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #714F56

#714F56
(113,79,86)
#7D5F65
(125,95,101)
#896F74
(137,111,116)
#957F83
(149,127,131)
#A18F92
(161,143,146)
#AD9FA1
(173,159,161)
#B9AFB0
(185,175,176)
#C5BFBF
(197,191,191)
#D1CFCE
(209,207,206)
#DDDFDD
(221,223,221)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714F56; }

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

This text font color is #714F56.


Background Color

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

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

This div background color is #714F56.


Border color

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

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

This div border color is #714F56.


Opacity

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

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

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

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

This text has shadow with #714F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F56 on black background.


Color preview on white background

This text has color #714F56 on white background.



Black color preview on #714F56 background

This text has black color on #714F56 background.


White color preview on #714F56 background

This text has white color on #714F56 background.