COLOR #716526

HEX: #716526
RGB: (113,101,38)

Color info

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

RGB color model

#716526 color RGB value is (113,101,38).

  • red value is 113;
  • green value is 101;
  • blue value is 38.
RGB:
(113,101,38)
(44%,40%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 101 of 255 = 40%
B 38 of 255 = 15%

113
101
38

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

Portions of RGB colors in percentages

R + G + B =
113 + 101 + 38 = 252 (100%)
R 113 of 252 ~ 44.84%
G 101 of 252 ~ 40.08%
B 38 of 252 ~ 15.08%

%44.84
%40.08
%15.08

CMYK color model

#716526 color CMYK value is (0,11,66,56).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 66.37%
  • key color value is 55.69%
CMYK:
(0,11,66,56)
C0M11Y66K56 
(0%,11%,66%,56%)
(0.00/0.11/0.66/0.56)	

CMYK percentages

%0
%10.62
%66.37
%55.69

Codes

Color #716526 in popluar color models

716526
RGB11310138
HSL50°49.67%29.61%
HSB/HSV50°66.37%44.31%
CMYK0.00%10.62%66.37%
55.69%

Color #716526 in popluar number systems.

HEX716526
Decimal11310138
Binary11100011100101100110
Octal16114546

Shades and tints

Shades of #716526

#716526
(113,101,38)
#675C23
(103,92,35)
#5D5320
(93,83,32)
#534A1D
(83,74,29)
#49411A
(73,65,26)
#3F3817
(63,56,23)
#352F14
(53,47,20)
#2B2611
(43,38,17)
#211D0E
(33,29,14)
#17140B
(23,20,11)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #716526

#716526
(113,101,38)
#7D7339
(125,115,57)
#89814C
(137,129,76)
#958F5F
(149,143,95)
#A19D72
(161,157,114)
#ADAB85
(173,171,133)
#B9B998
(185,185,152)
#C5C7AB
(197,199,171)
#D1D5BE
(209,213,190)
#DDE3D1
(221,227,209)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716526 color. Also use rgb(113,101,38) instead hex code.

Text Font Color

.myTextColor { color: #716526; }

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

This text font color is #716526.


Background Color

.myBgColor { background-color: #716526; }

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

This div background color is #716526.


Border color

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

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

This div border color is #716526.


Opacity

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

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

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

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

This text has shadow with #716526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716526 on black background.


Color preview on white background

This text has color #716526 on white background.



Black color preview on #716526 background

This text has black color on #716526 background.


White color preview on #716526 background

This text has white color on #716526 background.