COLOR #714611

HEX: #714611
RGB: (113,70,17)

Color info

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

RGB color model

#714611 color RGB value is (113,70,17).

  • red value is 113;
  • green value is 70;
  • blue value is 17.
RGB:
(113,70,17)
(44%,27%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 17 of 255 = 7%

113
70
17

R + G + B ~ 26%. #714611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 17 = 200 (100%)
R 113 of 200 ~ 56.5%
G 70 of 200 ~ 35%
B 17 of 200 ~ 8.5%

%56.5
%35

CMYK color model

#714611 color CMYK value is (0,38,85,56).

  • cyan value is 0.00%
  • magenta value is 38.05%
  • yellow value is 84.96%
  • key color value is 55.69%
CMYK:
(0,38,85,56)
C0M38Y85K56 
(0%,38%,85%,56%)
(0.00/0.38/0.85/0.56)	

CMYK percentages

%0
%38.05
%84.96
%55.69

Codes

Color #714611 in popluar color models

714611
RGB1137017
HSL33°73.85%25.49%
HSB/HSV33°84.96%44.31%
CMYK0.00%38.05%84.96%
55.69%

Color #714611 in popluar number systems.

HEX714611
Decimal1137017
Binary1110001100011010001
Octal16110621

Shades and tints

Shades of #714611

#714611
(113,70,17)
#674010
(103,64,16)
#5D3A0F
(93,58,15)
#53340E
(83,52,14)
#492E0D
(73,46,13)
#3F280C
(63,40,12)
#35220B
(53,34,11)
#2B1C0A
(43,28,10)
#211609
(33,22,9)
#171008
(23,16,8)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #714611

#714611
(113,70,17)
#7D5626
(125,86,38)
#89663B
(137,102,59)
#957650
(149,118,80)
#A18665
(161,134,101)
#AD967A
(173,150,122)
#B9A68F
(185,166,143)
#C5B6A4
(197,182,164)
#D1C6B9
(209,198,185)
#DDD6CE
(221,214,206)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714611 color. Also use rgb(113,70,17) instead hex code.

Text Font Color

.myTextColor { color: #714611; }

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

This text font color is #714611.


Background Color

.myBgColor { background-color: #714611; }

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

This div background color is #714611.


Border color

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

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

This div border color is #714611.


Opacity

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

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

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

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

This text has shadow with #714611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714611 on black background.


Color preview on white background

This text has color #714611 on white background.



Black color preview on #714611 background

This text has black color on #714611 background.


White color preview on #714611 background

This text has white color on #714611 background.