COLOR #714F47

HEX: #714F47
RGB: (113,79,71)

Color info

#714F47 contains red, green and blue colors in about the same proportion. Web safe color of #714F47 is #666633 (or #663).

RGB color model

#714F47 color RGB value is (113,79,71).

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

RGB channels and saturation

R 113 of 255 = 44%
G 79 of 255 = 31%
B 71 of 255 = 28%

113
79
71

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

Portions of RGB colors in percentages

R + G + B =
113 + 79 + 71 = 263 (100%)
R 113 of 263 ~ 42.97%
G 79 of 263 ~ 30.04%
B 71 of 263 ~ 27%

%42.97
%30.04
%27

CMYK color model

#714F47 color CMYK value is (0,30,37,56).

  • cyan value is 0.00%
  • magenta value is 30.09%
  • yellow value is 37.17%
  • key color value is 55.69%
CMYK:
(0,30,37,56)
C0M30Y37K56 
(0%,30%,37%,56%)
(0.00/0.30/0.37/0.56)	

CMYK percentages

%0
%30.09
%37.17
%55.69

Codes

Color #714F47 in popluar color models

714F47
RGB1137971
HSL11°22.83%36.08%
HSB/HSV11°37.17%44.31%
CMYK0.00%30.09%37.17%
55.69%

Color #714F47 in popluar number systems.

HEX714F47
Decimal1137971
Binary111000110011111000111
Octal161117107

Shades and tints

Shades of #714F47

#714F47
(113,79,71)
#674841
(103,72,65)
#5D413B
(93,65,59)
#533A35
(83,58,53)
#49332F
(73,51,47)
#3F2C29
(63,44,41)
#352523
(53,37,35)
#2B1E1D
(43,30,29)
#211717
(33,23,23)
#171011
(23,16,17)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #714F47

#714F47
(113,79,71)
#7D5F57
(125,95,87)
#896F67
(137,111,103)
#957F77
(149,127,119)
#A18F87
(161,143,135)
#AD9F97
(173,159,151)
#B9AFA7
(185,175,167)
#C5BFB7
(197,191,183)
#D1CFC7
(209,207,199)
#DDDFD7
(221,223,215)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714F47; }

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

This text font color is #714F47.


Background Color

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

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

This div background color is #714F47.


Border color

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

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

This div border color is #714F47.


Opacity

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

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

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

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

This text has shadow with #714F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714F47 on black background.


Color preview on white background

This text has color #714F47 on white background.



Black color preview on #714F47 background

This text has black color on #714F47 background.


White color preview on #714F47 background

This text has white color on #714F47 background.