COLOR #714517

HEX: #714517
RGB: (113,69,23)

Color info

#714517 contains mainly red and green colors. Web safe color of #714517 is #663300 (or #630).

RGB color model

#714517 color RGB value is (113,69,23).

  • red value is 113;
  • green value is 69;
  • blue value is 23.
RGB:
(113,69,23)
(44%,27%,9%)

RGB channels and saturation

R 113 of 255 = 44%
G 69 of 255 = 27%
B 23 of 255 = 9%

113
69
23

R + G + B ~ 27%. #714517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 69 + 23 = 205 (100%)
R 113 of 205 ~ 55.12%
G 69 of 205 ~ 33.66%
B 23 of 205 ~ 11.22%

%55.12
%33.66
%11.22

CMYK color model

#714517 color CMYK value is (0,39,80,56).

  • cyan value is 0.00%
  • magenta value is 38.94%
  • yellow value is 79.65%
  • key color value is 55.69%
CMYK:
(0,39,80,56)
C0M39Y80K56 
(0%,39%,80%,56%)
(0.00/0.39/0.80/0.56)	

CMYK percentages

%0
%38.94
%79.65
%55.69

Codes

Color #714517 in popluar color models

714517
RGB1136923
HSL31°66.18%26.67%
HSB/HSV31°79.65%44.31%
CMYK0.00%38.94%79.65%
55.69%

Color #714517 in popluar number systems.

HEX714517
Decimal1136923
Binary1110001100010110111
Octal16110527

Shades and tints

Shades of #714517

#714517
(113,69,23)
#673F15
(103,63,21)
#5D3913
(93,57,19)
#533311
(83,51,17)
#492D0F
(73,45,15)
#3F270D
(63,39,13)
#35210B
(53,33,11)
#2B1B09
(43,27,9)
#211507
(33,21,7)
#170F05
(23,15,5)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #714517

#714517
(113,69,23)
#7D552C
(125,85,44)
#896541
(137,101,65)
#957556
(149,117,86)
#A1856B
(161,133,107)
#AD9580
(173,149,128)
#B9A595
(185,165,149)
#C5B5AA
(197,181,170)
#D1C5BF
(209,197,191)
#DDD5D4
(221,213,212)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714517 color. Also use rgb(113,69,23) instead hex code.

Text Font Color

.myTextColor { color: #714517; }

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

This text font color is #714517.


Background Color

.myBgColor { background-color: #714517; }

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

This div background color is #714517.


Border color

.myBorderColor { border: 1px solid #714517; }

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

This div border color is #714517.


Opacity

.myOpacity80 { color: #714517; opacity: 0.8; }

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

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

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

This text has shadow with #714517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714517 on black background.


Color preview on white background

This text has color #714517 on white background.



Black color preview on #714517 background

This text has black color on #714517 background.


White color preview on #714517 background

This text has white color on #714517 background.