COLOR #716C0E

HEX: #716C0E
RGB: (113,108,14)

Color info

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

RGB color model

#716C0E color RGB value is (113,108,14).

  • red value is 113;
  • green value is 108;
  • blue value is 14.
RGB:
(113,108,14)
(44%,42%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 14 of 255 = 5%

113
108
14

R + G + B ~ 30%. #716C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 14 = 235 (100%)
R 113 of 235 ~ 48.09%
G 108 of 235 ~ 45.96%
B 14 of 235 ~ 5.96%

%48.09
%45.96

CMYK color model

#716C0E color CMYK value is (0,4,88,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 87.61%
  • key color value is 55.69%
CMYK:
(0,4,88,56)
C0M4Y88K56 
(0%,4%,88%,56%)
(0.00/0.04/0.88/0.56)	

CMYK percentages

%0
%4.42
%87.61
%55.69

Codes

Color #716C0E in popluar color models

716C0E
RGB11310814
HSL57°77.95%24.90%
HSB/HSV57°87.61%44.31%
CMYK0.00%4.42%87.61%
55.69%

Color #716C0E in popluar number systems.

HEX716C0E
Decimal11310814
Binary111000111011001110
Octal16115416

Shades and tints

Shades of #716C0E

#716C0E
(113,108,14)
#67630D
(103,99,13)
#5D5A0C
(93,90,12)
#53510B
(83,81,11)
#49480A
(73,72,10)
#3F3F09
(63,63,9)
#353608
(53,54,8)
#2B2D07
(43,45,7)
#212406
(33,36,6)
#171B05
(23,27,5)
#0D1204
(13,18,4)
#000000
(0,0,0)

Tints of #716C0E

#716C0E
(113,108,14)
#7D7923
(125,121,35)
#898638
(137,134,56)
#95934D
(149,147,77)
#A1A062
(161,160,98)
#ADAD77
(173,173,119)
#B9BA8C
(185,186,140)
#C5C7A1
(197,199,161)
#D1D4B6
(209,212,182)
#DDE1CB
(221,225,203)
#E9EEE0
(233,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716C0E color. Also use rgb(113,108,14) instead hex code.

Text Font Color

.myTextColor { color: #716C0E; }

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

This text font color is #716C0E.


Background Color

.myBgColor { background-color: #716C0E; }

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

This div background color is #716C0E.


Border color

.myBorderColor { border: 1px solid #716C0E; }

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

This div border color is #716C0E.


Opacity

.myOpacity80 { color: #716C0E; opacity: 0.8; }

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

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

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

This text has shadow with #716C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C0E on black background.


Color preview on white background

This text has color #716C0E on white background.



Black color preview on #716C0E background

This text has black color on #716C0E background.


White color preview on #716C0E background

This text has white color on #716C0E background.