COLOR #714E44

HEX: #714E44
RGB: (113,78,68)

Color info

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

RGB color model

#714E44 color RGB value is (113,78,68).

  • red value is 113;
  • green value is 78;
  • blue value is 68.
RGB:
(113,78,68)
(44%,31%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 68 of 255 = 27%

113
78
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 68 = 259 (100%)
R 113 of 259 ~ 43.63%
G 78 of 259 ~ 30.12%
B 68 of 259 ~ 26.25%

%43.63
%30.12
%26.25

CMYK color model

#714E44 color CMYK value is (0,31,40,56).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(0,31,40,56)
C0M31Y40K56 
(0%,31%,40%,56%)
(0.00/0.31/0.40/0.56)	

CMYK percentages

%0
%30.97
%39.82
%55.69

Codes

Color #714E44 in popluar color models

714E44
RGB1137868
HSL13°24.86%35.49%
HSB/HSV13°39.82%44.31%
CMYK0.00%30.97%39.82%
55.69%

Color #714E44 in popluar number systems.

HEX714E44
Decimal1137868
Binary111000110011101000100
Octal161116104

Shades and tints

Shades of #714E44

#714E44
(113,78,68)
#67473E
(103,71,62)
#5D4038
(93,64,56)
#533932
(83,57,50)
#49322C
(73,50,44)
#3F2B26
(63,43,38)
#352420
(53,36,32)
#2B1D1A
(43,29,26)
#211614
(33,22,20)
#170F0E
(23,15,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #714E44

#714E44
(113,78,68)
#7D5E55
(125,94,85)
#896E66
(137,110,102)
#957E77
(149,126,119)
#A18E88
(161,142,136)
#AD9E99
(173,158,153)
#B9AEAA
(185,174,170)
#C5BEBB
(197,190,187)
#D1CECC
(209,206,204)
#DDDEDD
(221,222,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714E44 color. Also use rgb(113,78,68) instead hex code.

Text Font Color

.myTextColor { color: #714E44; }

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

This text font color is #714E44.


Background Color

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

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

This div background color is #714E44.


Border color

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

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

This div border color is #714E44.


Opacity

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

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

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

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

This text has shadow with #714E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E44 on black background.


Color preview on white background

This text has color #714E44 on white background.



Black color preview on #714E44 background

This text has black color on #714E44 background.


White color preview on #714E44 background

This text has white color on #714E44 background.