COLOR #716217

HEX: #716217
RGB: (113,98,23)

Color info

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

RGB color model

#716217 color RGB value is (113,98,23).

  • red value is 113;
  • green value is 98;
  • blue value is 23.
RGB:
(113,98,23)
(44%,38%,9%)

RGB channels and saturation

R 113 of 255 = 44%
G 98 of 255 = 38%
B 23 of 255 = 9%

113
98
23

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

Portions of RGB colors in percentages

R + G + B =
113 + 98 + 23 = 234 (100%)
R 113 of 234 ~ 48.29%
G 98 of 234 ~ 41.88%
B 23 of 234 ~ 9.83%

%48.29
%41.88
%9.83

CMYK color model

#716217 color CMYK value is (0,13,80,56).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 79.65%
  • key color value is 55.69%
CMYK:
(0,13,80,56)
C0M13Y80K56 
(0%,13%,80%,56%)
(0.00/0.13/0.80/0.56)	

CMYK percentages

%0
%13.27
%79.65
%55.69

Codes

Color #716217 in popluar color models

716217
RGB1139823
HSL50°66.18%26.67%
HSB/HSV50°79.65%44.31%
CMYK0.00%13.27%79.65%
55.69%

Color #716217 in popluar number systems.

HEX716217
Decimal1139823
Binary1110001110001010111
Octal16114227

Shades and tints

Shades of #716217

#716217
(113,98,23)
#675A15
(103,90,21)
#5D5213
(93,82,19)
#534A11
(83,74,17)
#49420F
(73,66,15)
#3F3A0D
(63,58,13)
#35320B
(53,50,11)
#2B2A09
(43,42,9)
#212207
(33,34,7)
#171A05
(23,26,5)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #716217

#716217
(113,98,23)
#7D702C
(125,112,44)
#897E41
(137,126,65)
#958C56
(149,140,86)
#A19A6B
(161,154,107)
#ADA880
(173,168,128)
#B9B695
(185,182,149)
#C5C4AA
(197,196,170)
#D1D2BF
(209,210,191)
#DDE0D4
(221,224,212)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716217 color. Also use rgb(113,98,23) instead hex code.

Text Font Color

.myTextColor { color: #716217; }

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

This text font color is #716217.


Background Color

.myBgColor { background-color: #716217; }

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

This div background color is #716217.


Border color

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

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

This div border color is #716217.


Opacity

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

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

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

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

This text has shadow with #716217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716217 on black background.


Color preview on white background

This text has color #716217 on white background.



Black color preview on #716217 background

This text has black color on #716217 background.


White color preview on #716217 background

This text has white color on #716217 background.