COLOR #716619

HEX: #716619
RGB: (113,102,25)

Color info

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

RGB color model

#716619 color RGB value is (113,102,25).

  • red value is 113;
  • green value is 102;
  • blue value is 25.
RGB:
(113,102,25)
(44%,40%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 25 of 255 = 10%

113
102
25

R + G + B ~ 31%. #716619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 25 = 240 (100%)
R 113 of 240 ~ 47.08%
G 102 of 240 ~ 42.5%
B 25 of 240 ~ 10.42%

%47.08
%42.5
%10.42

CMYK color model

#716619 color CMYK value is (0,10,78,56).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,10,78,56)
C0M10Y78K56 
(0%,10%,78%,56%)
(0.00/0.10/0.78/0.56)	

CMYK percentages

%0
%9.73
%77.88
%55.69

Codes

Color #716619 in popluar color models

716619
RGB11310225
HSL53°63.77%27.06%
HSB/HSV53°77.88%44.31%
CMYK0.00%9.73%77.88%
55.69%

Color #716619 in popluar number systems.

HEX716619
Decimal11310225
Binary1110001110011011001
Octal16114631

Shades and tints

Shades of #716619

#716619
(113,102,25)
#675D17
(103,93,23)
#5D5415
(93,84,21)
#534B13
(83,75,19)
#494211
(73,66,17)
#3F390F
(63,57,15)
#35300D
(53,48,13)
#2B270B
(43,39,11)
#211E09
(33,30,9)
#171507
(23,21,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #716619

#716619
(113,102,25)
#7D732D
(125,115,45)
#898041
(137,128,65)
#958D55
(149,141,85)
#A19A69
(161,154,105)
#ADA77D
(173,167,125)
#B9B491
(185,180,145)
#C5C1A5
(197,193,165)
#D1CEB9
(209,206,185)
#DDDBCD
(221,219,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716619 color. Also use rgb(113,102,25) instead hex code.

Text Font Color

.myTextColor { color: #716619; }

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

This text font color is #716619.


Background Color

.myBgColor { background-color: #716619; }

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

This div background color is #716619.


Border color

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

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

This div border color is #716619.


Opacity

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

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

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

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

This text has shadow with #716619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716619 on black background.


Color preview on white background

This text has color #716619 on white background.



Black color preview on #716619 background

This text has black color on #716619 background.


White color preview on #716619 background

This text has white color on #716619 background.