COLOR #714205

HEX: #714205
RGB: (113,66,5)

Color info

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

RGB color model

#714205 color RGB value is (113,66,5).

  • red value is 113;
  • green value is 66;
  • blue value is 5.
RGB:
(113,66,5)
(44%,26%,2%)

RGB channels and saturation

R 113 of 255 = 44%
G 66 of 255 = 26%
B 5 of 255 = 2%

113
66
5

R + G + B ~ 24%. #714205 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 66 + 5 = 184 (100%)
R 113 of 184 ~ 61.41%
G 66 of 184 ~ 35.87%
B 5 of 184 ~ 2.72%

%61.41
%35.87

CMYK color model

#714205 color CMYK value is (0,42,96,56).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 95.58%
  • key color value is 55.69%
CMYK:
(0,42,96,56)
C0M42Y96K56 
(0%,42%,96%,56%)
(0.00/0.42/0.96/0.56)	

CMYK percentages

%0
%41.59
%95.58
%55.69

Codes

Color #714205 in popluar color models

714205
RGB113665
HSL34°91.53%23.14%
HSB/HSV34°95.58%44.31%
CMYK0.00%41.59%95.58%
55.69%

Color #714205 in popluar number systems.

HEX714205
Decimal113665
Binary11100011000010101
Octal1611025

Shades and tints

Shades of #714205

#714205
(113,66,5)
#673C05
(103,60,5)
#5D3605
(93,54,5)
#533005
(83,48,5)
#492A05
(73,42,5)
#3F2405
(63,36,5)
#351E05
(53,30,5)
#2B1805
(43,24,5)
#211205
(33,18,5)
#170C05
(23,12,5)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #714205

#714205
(113,66,5)
#7D531B
(125,83,27)
#896431
(137,100,49)
#957547
(149,117,71)
#A1865D
(161,134,93)
#AD9773
(173,151,115)
#B9A889
(185,168,137)
#C5B99F
(197,185,159)
#D1CAB5
(209,202,181)
#DDDBCB
(221,219,203)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714205 color. Also use rgb(113,66,5) instead hex code.

Text Font Color

.myTextColor { color: #714205; }

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

This text font color is #714205.


Background Color

.myBgColor { background-color: #714205; }

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

This div background color is #714205.


Border color

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

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

This div border color is #714205.


Opacity

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

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

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

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

This text has shadow with #714205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714205 on black background.


Color preview on white background

This text has color #714205 on white background.



Black color preview on #714205 background

This text has black color on #714205 background.


White color preview on #714205 background

This text has white color on #714205 background.