COLOR #714819

HEX: #714819
RGB: (113,72,25)

Color info

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

RGB color model

#714819 color RGB value is (113,72,25).

  • red value is 113;
  • green value is 72;
  • blue value is 25.
RGB:
(113,72,25)
(44%,28%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 25 of 255 = 10%

113
72
25

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

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 25 = 210 (100%)
R 113 of 210 ~ 53.81%
G 72 of 210 ~ 34.29%
B 25 of 210 ~ 11.9%

%53.81
%34.29
%11.9

CMYK color model

#714819 color CMYK value is (0,36,78,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,36,78,56)
C0M36Y78K56 
(0%,36%,78%,56%)
(0.00/0.36/0.78/0.56)	

CMYK percentages

%0
%36.28
%77.88
%55.69

Codes

Color #714819 in popluar color models

714819
RGB1137225
HSL32°63.77%27.06%
HSB/HSV32°77.88%44.31%
CMYK0.00%36.28%77.88%
55.69%

Color #714819 in popluar number systems.

HEX714819
Decimal1137225
Binary1110001100100011001
Octal16111031

Shades and tints

Shades of #714819

#714819
(113,72,25)
#674217
(103,66,23)
#5D3C15
(93,60,21)
#533613
(83,54,19)
#493011
(73,48,17)
#3F2A0F
(63,42,15)
#35240D
(53,36,13)
#2B1E0B
(43,30,11)
#211809
(33,24,9)
#171207
(23,18,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #714819

#714819
(113,72,25)
#7D582D
(125,88,45)
#896841
(137,104,65)
#957855
(149,120,85)
#A18869
(161,136,105)
#AD987D
(173,152,125)
#B9A891
(185,168,145)
#C5B8A5
(197,184,165)
#D1C8B9
(209,200,185)
#DDD8CD
(221,216,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714819 color. Also use rgb(113,72,25) instead hex code.

Text Font Color

.myTextColor { color: #714819; }

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

This text font color is #714819.


Background Color

.myBgColor { background-color: #714819; }

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

This div background color is #714819.


Border color

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

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

This div border color is #714819.


Opacity

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

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

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

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

This text has shadow with #714819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714819 on black background.


Color preview on white background

This text has color #714819 on white background.



Black color preview on #714819 background

This text has black color on #714819 background.


White color preview on #714819 background

This text has white color on #714819 background.