COLOR #716421

HEX: #716421
RGB: (113,100,33)

Color info

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

RGB color model

#716421 color RGB value is (113,100,33).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 33 of 255 = 13%

113
100
33

R + G + B ~ 32%. #716421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 33 = 246 (100%)
R 113 of 246 ~ 45.93%
G 100 of 246 ~ 40.65%
B 33 of 246 ~ 13.41%

%45.93
%40.65
%13.41

CMYK color model

#716421 color CMYK value is (0,12,71,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 70.80%
  • key color value is 55.69%
CMYK:
(0,12,71,56)
C0M12Y71K56 
(0%,12%,71%,56%)
(0.00/0.12/0.71/0.56)	

CMYK percentages

%0
%11.5
%70.8
%55.69

Codes

Color #716421 in popluar color models

716421
RGB11310033
HSL50°54.79%28.63%
HSB/HSV50°70.80%44.31%
CMYK0.00%11.50%70.80%
55.69%

Color #716421 in popluar number systems.

HEX716421
Decimal11310033
Binary11100011100100100001
Octal16114441

Shades and tints

Shades of #716421

#716421
(113,100,33)
#675B1E
(103,91,30)
#5D521B
(93,82,27)
#534918
(83,73,24)
#494015
(73,64,21)
#3F3712
(63,55,18)
#352E0F
(53,46,15)
#2B250C
(43,37,12)
#211C09
(33,28,9)
#171306
(23,19,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #716421

#716421
(113,100,33)
#7D7235
(125,114,53)
#898049
(137,128,73)
#958E5D
(149,142,93)
#A19C71
(161,156,113)
#ADAA85
(173,170,133)
#B9B899
(185,184,153)
#C5C6AD
(197,198,173)
#D1D4C1
(209,212,193)
#DDE2D5
(221,226,213)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716421; }

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

This text font color is #716421.


Background Color

.myBgColor { background-color: #716421; }

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

This div background color is #716421.


Border color

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

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

This div border color is #716421.


Opacity

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

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

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

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

This text has shadow with #716421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716421 on black background.


Color preview on white background

This text has color #716421 on white background.



Black color preview on #716421 background

This text has black color on #716421 background.


White color preview on #716421 background

This text has white color on #716421 background.