COLOR #714822

HEX: #714822
RGB: (113,72,34)

Color info

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

RGB color model

#714822 color RGB value is (113,72,34).

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

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 34 of 255 = 13%

113
72
34

R + G + B ~ 28%. #714822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 34 = 219 (100%)
R 113 of 219 ~ 51.6%
G 72 of 219 ~ 32.88%
B 34 of 219 ~ 15.53%

%51.6
%32.88
%15.53

CMYK color model

#714822 color CMYK value is (0,36,70,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(0,36,70,56)
C0M36Y70K56 
(0%,36%,70%,56%)
(0.00/0.36/0.70/0.56)	

CMYK percentages

%0
%36.28
%69.91
%55.69

Codes

Color #714822 in popluar color models

714822
RGB1137234
HSL29°53.74%28.82%
HSB/HSV29°69.91%44.31%
CMYK0.00%36.28%69.91%
55.69%

Color #714822 in popluar number systems.

HEX714822
Decimal1137234
Binary11100011001000100010
Octal16111042

Shades and tints

Shades of #714822

#714822
(113,72,34)
#67421F
(103,66,31)
#5D3C1C
(93,60,28)
#533619
(83,54,25)
#493016
(73,48,22)
#3F2A13
(63,42,19)
#352410
(53,36,16)
#2B1E0D
(43,30,13)
#21180A
(33,24,10)
#171207
(23,18,7)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #714822

#714822
(113,72,34)
#7D5836
(125,88,54)
#89684A
(137,104,74)
#95785E
(149,120,94)
#A18872
(161,136,114)
#AD9886
(173,152,134)
#B9A89A
(185,168,154)
#C5B8AE
(197,184,174)
#D1C8C2
(209,200,194)
#DDD8D6
(221,216,214)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714822; }

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

This text font color is #714822.


Background Color

.myBgColor { background-color: #714822; }

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

This div background color is #714822.


Border color

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

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

This div border color is #714822.


Opacity

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

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

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

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

This text has shadow with #714822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714822 on black background.


Color preview on white background

This text has color #714822 on white background.



Black color preview on #714822 background

This text has black color on #714822 background.


White color preview on #714822 background

This text has white color on #714822 background.