COLOR #716B3F

HEX: #716B3F
RGB: (113,107,63)

Color info

#716B3F contains red, green and blue colors in about the same proportion. Web safe color of #716B3F is #666633 (or #663).

RGB color model

#716B3F color RGB value is (113,107,63).

  • red value is 113;
  • green value is 107;
  • blue value is 63.
RGB:
(113,107,63)
(44%,42%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 63 of 255 = 25%

113
107
63

R + G + B ~ 37%. #716B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 63 = 283 (100%)
R 113 of 283 ~ 39.93%
G 107 of 283 ~ 37.81%
B 63 of 283 ~ 22.26%

%39.93
%37.81
%22.26

CMYK color model

#716B3F color CMYK value is (0,5,44,56).

  • cyan value is 0.00%
  • magenta value is 5.31%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(0,5,44,56)
C0M5Y44K56 
(0%,5%,44%,56%)
(0.00/0.05/0.44/0.56)	

CMYK percentages

%0
%5.31
%44.25
%55.69

Codes

Color #716B3F in popluar color models

716B3F
RGB11310763
HSL53°28.41%34.51%
HSB/HSV53°44.25%44.31%
CMYK0.00%5.31%44.25%
55.69%

Color #716B3F in popluar number systems.

HEX716B3F
Decimal11310763
Binary11100011101011111111
Octal16115377

Shades and tints

Shades of #716B3F

#716B3F
(113,107,63)
#67623A
(103,98,58)
#5D5935
(93,89,53)
#535030
(83,80,48)
#49472B
(73,71,43)
#3F3E26
(63,62,38)
#353521
(53,53,33)
#2B2C1C
(43,44,28)
#212317
(33,35,23)
#171A12
(23,26,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #716B3F

#716B3F
(113,107,63)
#7D7850
(125,120,80)
#898561
(137,133,97)
#959272
(149,146,114)
#A19F83
(161,159,131)
#ADAC94
(173,172,148)
#B9B9A5
(185,185,165)
#C5C6B6
(197,198,182)
#D1D3C7
(209,211,199)
#DDE0D8
(221,224,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716B3F color. Also use rgb(113,107,63) instead hex code.

Text Font Color

.myTextColor { color: #716B3F; }

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

This text font color is #716B3F.


Background Color

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

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

This div background color is #716B3F.


Border color

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

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

This div border color is #716B3F.


Opacity

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

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

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

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

This text has shadow with #716B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B3F on black background.


Color preview on white background

This text has color #716B3F on white background.



Black color preview on #716B3F background

This text has black color on #716B3F background.


White color preview on #716B3F background

This text has white color on #716B3F background.