COLOR #714A20

HEX: #714A20
RGB: (113,74,32)

Color info

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

RGB color model

#714A20 color RGB value is (113,74,32).

  • red value is 113;
  • green value is 74;
  • blue value is 32.
RGB:
(113,74,32)
(44%,29%,13%)

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 32 of 255 = 13%

113
74
32

R + G + B ~ 29%. #714A20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 32 = 219 (100%)
R 113 of 219 ~ 51.6%
G 74 of 219 ~ 33.79%
B 32 of 219 ~ 14.61%

%51.6
%33.79
%14.61

CMYK color model

#714A20 color CMYK value is (0,35,72,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 71.68%
  • key color value is 55.69%
CMYK:
(0,35,72,56)
C0M35Y72K56 
(0%,35%,72%,56%)
(0.00/0.35/0.72/0.56)	

CMYK percentages

%0
%34.51
%71.68
%55.69

Codes

Color #714A20 in popluar color models

714A20
RGB1137432
HSL31°55.86%28.43%
HSB/HSV31°71.68%44.31%
CMYK0.00%34.51%71.68%
55.69%

Color #714A20 in popluar number systems.

HEX714A20
Decimal1137432
Binary11100011001010100000
Octal16111240

Shades and tints

Shades of #714A20

#714A20
(113,74,32)
#67441E
(103,68,30)
#5D3E1C
(93,62,28)
#53381A
(83,56,26)
#493218
(73,50,24)
#3F2C16
(63,44,22)
#352614
(53,38,20)
#2B2012
(43,32,18)
#211A10
(33,26,16)
#17140E
(23,20,14)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #714A20

#714A20
(113,74,32)
#7D5A34
(125,90,52)
#896A48
(137,106,72)
#957A5C
(149,122,92)
#A18A70
(161,138,112)
#AD9A84
(173,154,132)
#B9AA98
(185,170,152)
#C5BAAC
(197,186,172)
#D1CAC0
(209,202,192)
#DDDAD4
(221,218,212)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A20 color. Also use rgb(113,74,32) instead hex code.

Text Font Color

.myTextColor { color: #714A20; }

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

This text font color is #714A20.


Background Color

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

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

This div background color is #714A20.


Border color

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

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

This div border color is #714A20.


Opacity

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

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

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

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

This text has shadow with #714A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A20 on black background.


Color preview on white background

This text has color #714A20 on white background.



Black color preview on #714A20 background

This text has black color on #714A20 background.


White color preview on #714A20 background

This text has white color on #714A20 background.