COLOR #714E49

HEX: #714E49
RGB: (113,78,73)

Color info

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

RGB color model

#714E49 color RGB value is (113,78,73).

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

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 73 of 255 = 29%

113
78
73

R + G + B ~ 35%. #714E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 73 = 264 (100%)
R 113 of 264 ~ 42.8%
G 78 of 264 ~ 29.55%
B 73 of 264 ~ 27.65%

%42.8
%29.55
%27.65

CMYK color model

#714E49 color CMYK value is (0,31,35,56).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(0,31,35,56)
C0M31Y35K56 
(0%,31%,35%,56%)
(0.00/0.31/0.35/0.56)	

CMYK percentages

%0
%30.97
%35.4
%55.69

Codes

Color #714E49 in popluar color models

714E49
RGB1137873
HSL21.51%36.47%
HSB/HSV35.40%44.31%
CMYK0.00%30.97%35.40%
55.69%

Color #714E49 in popluar number systems.

HEX714E49
Decimal1137873
Binary111000110011101001001
Octal161116111

Shades and tints

Shades of #714E49

#714E49
(113,78,73)
#674743
(103,71,67)
#5D403D
(93,64,61)
#533937
(83,57,55)
#493231
(73,50,49)
#3F2B2B
(63,43,43)
#352425
(53,36,37)
#2B1D1F
(43,29,31)
#211619
(33,22,25)
#170F13
(23,15,19)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #714E49

#714E49
(113,78,73)
#7D5E59
(125,94,89)
#896E69
(137,110,105)
#957E79
(149,126,121)
#A18E89
(161,142,137)
#AD9E99
(173,158,153)
#B9AEA9
(185,174,169)
#C5BEB9
(197,190,185)
#D1CEC9
(209,206,201)
#DDDED9
(221,222,217)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714E49; }

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

This text font color is #714E49.


Background Color

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

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

This div background color is #714E49.


Border color

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

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

This div border color is #714E49.


Opacity

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

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

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

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

This text has shadow with #714E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E49 on black background.


Color preview on white background

This text has color #714E49 on white background.



Black color preview on #714E49 background

This text has black color on #714E49 background.


White color preview on #714E49 background

This text has white color on #714E49 background.