COLOR #716010

HEX: #716010
RGB: (113,96,16)

Color info

#716010 contains mainly red and green colors. Web safe color of #716010 is #666600 (or #660).

RGB color model

#716010 color RGB value is (113,96,16).

  • red value is 113;
  • green value is 96;
  • blue value is 16.
RGB:
(113,96,16)
(44%,38%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 16 of 255 = 6%

113
96
16

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

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 16 = 225 (100%)
R 113 of 225 ~ 50.22%
G 96 of 225 ~ 42.67%
B 16 of 225 ~ 7.11%

%50.22
%42.67

CMYK color model

#716010 color CMYK value is (0,15,86,56).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 85.84%
  • key color value is 55.69%
CMYK:
(0,15,86,56)
C0M15Y86K56 
(0%,15%,86%,56%)
(0.00/0.15/0.86/0.56)	

CMYK percentages

%0
%15.04
%85.84
%55.69

Codes

Color #716010 in popluar color models

716010
RGB1139616
HSL49°75.19%25.29%
HSB/HSV49°85.84%44.31%
CMYK0.00%15.04%85.84%
55.69%

Color #716010 in popluar number systems.

HEX716010
Decimal1139616
Binary1110001110000010000
Octal16114020

Shades and tints

Shades of #716010

#716010
(113,96,16)
#67580F
(103,88,15)
#5D500E
(93,80,14)
#53480D
(83,72,13)
#49400C
(73,64,12)
#3F380B
(63,56,11)
#35300A
(53,48,10)
#2B2809
(43,40,9)
#212008
(33,32,8)
#171807
(23,24,7)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #716010

#716010
(113,96,16)
#7D6E25
(125,110,37)
#897C3A
(137,124,58)
#958A4F
(149,138,79)
#A19864
(161,152,100)
#ADA679
(173,166,121)
#B9B48E
(185,180,142)
#C5C2A3
(197,194,163)
#D1D0B8
(209,208,184)
#DDDECD
(221,222,205)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716010 color. Also use rgb(113,96,16) instead hex code.

Text Font Color

.myTextColor { color: #716010; }

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

This text font color is #716010.


Background Color

.myBgColor { background-color: #716010; }

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

This div background color is #716010.


Border color

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

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

This div border color is #716010.


Opacity

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

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

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

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

This text has shadow with #716010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716010 on black background.


Color preview on white background

This text has color #716010 on white background.



Black color preview on #716010 background

This text has black color on #716010 background.


White color preview on #716010 background

This text has white color on #716010 background.