COLOR #714D2E

HEX: #714D2E
RGB: (113,77,46)

Color info

#714D2E contains mainly red and green colors. Web safe color of #714D2E is #663333 (or #633).

RGB color model

#714D2E color RGB value is (113,77,46).

  • red value is 113;
  • green value is 77;
  • blue value is 46.
RGB:
(113,77,46)
(44%,30%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 46 of 255 = 18%

113
77
46

R + G + B ~ 31%. #714D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 46 = 236 (100%)
R 113 of 236 ~ 47.88%
G 77 of 236 ~ 32.63%
B 46 of 236 ~ 19.49%

%47.88
%32.63
%19.49

CMYK color model

#714D2E color CMYK value is (0,32,59,56).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 59.29%
  • key color value is 55.69%
CMYK:
(0,32,59,56)
C0M32Y59K56 
(0%,32%,59%,56%)
(0.00/0.32/0.59/0.56)	

CMYK percentages

%0
%31.86
%59.29
%55.69

Codes

Color #714D2E in popluar color models

714D2E
RGB1137746
HSL28°42.14%31.18%
HSB/HSV28°59.29%44.31%
CMYK0.00%31.86%59.29%
55.69%

Color #714D2E in popluar number systems.

HEX714D2E
Decimal1137746
Binary11100011001101101110
Octal16111556

Shades and tints

Shades of #714D2E

#714D2E
(113,77,46)
#67462A
(103,70,42)
#5D3F26
(93,63,38)
#533822
(83,56,34)
#49311E
(73,49,30)
#3F2A1A
(63,42,26)
#352316
(53,35,22)
#2B1C12
(43,28,18)
#21150E
(33,21,14)
#170E0A
(23,14,10)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #714D2E

#714D2E
(113,77,46)
#7D5D41
(125,93,65)
#896D54
(137,109,84)
#957D67
(149,125,103)
#A18D7A
(161,141,122)
#AD9D8D
(173,157,141)
#B9ADA0
(185,173,160)
#C5BDB3
(197,189,179)
#D1CDC6
(209,205,198)
#DDDDD9
(221,221,217)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D2E color. Also use rgb(113,77,46) instead hex code.

Text Font Color

.myTextColor { color: #714D2E; }

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

This text font color is #714D2E.


Background Color

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

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

This div background color is #714D2E.


Border color

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

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

This div border color is #714D2E.


Opacity

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

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

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

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

This text has shadow with #714D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D2E on black background.


Color preview on white background

This text has color #714D2E on white background.



Black color preview on #714D2E background

This text has black color on #714D2E background.


White color preview on #714D2E background

This text has white color on #714D2E background.