COLOR #716C21

HEX: #716C21
RGB: (113,108,33)

Color info

#716C21 contains mainly red and green colors. Web safe color of #716C21 is #666633 (or #663).

RGB color model

#716C21 color RGB value is (113,108,33).

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

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 33 of 255 = 13%

113
108
33

R + G + B ~ 33%. #716C21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 33 = 254 (100%)
R 113 of 254 ~ 44.49%
G 108 of 254 ~ 42.52%
B 33 of 254 ~ 12.99%

%44.49
%42.52
%12.99

CMYK color model

#716C21 color CMYK value is (0,4,71,56).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(0,4,71,56)
C0M4Y71K56 
(0%,4%,71%,56%)
(0.00/0.04/0.71/0.56)	

CMYK percentages

%0
%4.42
%70.8
%55.69

Codes

Color #716C21 in popluar color models

716C21
RGB11310833
HSL56°54.79%28.63%
HSB/HSV56°70.80%44.31%
CMYK0.00%4.42%70.80%
55.69%

Color #716C21 in popluar number systems.

HEX716C21
Decimal11310833
Binary11100011101100100001
Octal16115441

Shades and tints

Shades of #716C21

#716C21
(113,108,33)
#67631E
(103,99,30)
#5D5A1B
(93,90,27)
#535118
(83,81,24)
#494815
(73,72,21)
#3F3F12
(63,63,18)
#35360F
(53,54,15)
#2B2D0C
(43,45,12)
#212409
(33,36,9)
#171B06
(23,27,6)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #716C21

#716C21
(113,108,33)
#7D7935
(125,121,53)
#898649
(137,134,73)
#95935D
(149,147,93)
#A1A071
(161,160,113)
#ADAD85
(173,173,133)
#B9BA99
(185,186,153)
#C5C7AD
(197,199,173)
#D1D4C1
(209,212,193)
#DDE1D5
(221,225,213)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716C21; }

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

This text font color is #716C21.


Background Color

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

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

This div background color is #716C21.


Border color

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

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

This div border color is #716C21.


Opacity

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

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

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

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

This text has shadow with #716C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716C21 on black background.


Color preview on white background

This text has color #716C21 on white background.



Black color preview on #716C21 background

This text has black color on #716C21 background.


White color preview on #716C21 background

This text has white color on #716C21 background.