COLOR #714E3F

HEX: #714E3F
RGB: (113,78,63)

Color info

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

RGB color model

#714E3F color RGB value is (113,78,63).

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

RGB channels and saturation

R 113 of 255 = 44%
G 78 of 255 = 31%
B 63 of 255 = 25%

113
78
63

R + G + B ~ 33%. #714E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 78 + 63 = 254 (100%)
R 113 of 254 ~ 44.49%
G 78 of 254 ~ 30.71%
B 63 of 254 ~ 24.8%

%44.49
%30.71
%24.8

CMYK color model

#714E3F color CMYK value is (0,31,44,56).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,31,44,56)
C0M31Y44K56 
(0%,31%,44%,56%)
(0.00/0.31/0.44/0.56)	

CMYK percentages

%0
%30.97
%44.25
%55.69

Codes

Color #714E3F in popluar color models

714E3F
RGB1137863
HSL18°28.41%34.51%
HSB/HSV18°44.25%44.31%
CMYK0.00%30.97%44.25%
55.69%

Color #714E3F in popluar number systems.

HEX714E3F
Decimal1137863
Binary11100011001110111111
Octal16111677

Shades and tints

Shades of #714E3F

#714E3F
(113,78,63)
#67473A
(103,71,58)
#5D4035
(93,64,53)
#533930
(83,57,48)
#49322B
(73,50,43)
#3F2B26
(63,43,38)
#352421
(53,36,33)
#2B1D1C
(43,29,28)
#211617
(33,22,23)
#170F12
(23,15,18)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #714E3F

#714E3F
(113,78,63)
#7D5E50
(125,94,80)
#896E61
(137,110,97)
#957E72
(149,126,114)
#A18E83
(161,142,131)
#AD9E94
(173,158,148)
#B9AEA5
(185,174,165)
#C5BEB6
(197,190,182)
#D1CEC7
(209,206,199)
#DDDED8
(221,222,216)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714E3F; }

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

This text font color is #714E3F.


Background Color

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

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

This div background color is #714E3F.


Border color

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

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

This div border color is #714E3F.


Opacity

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

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

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

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

This text has shadow with #714E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714E3F on black background.


Color preview on white background

This text has color #714E3F on white background.



Black color preview on #714E3F background

This text has black color on #714E3F background.


White color preview on #714E3F background

This text has white color on #714E3F background.