COLOR #716353

HEX: #716353
RGB: (113,99,83)

Color info

#716353 contains red, green and blue colors in about the same proportion. Web safe color of #716353 is #666666 (or #666).

RGB color model

#716353 color RGB value is (113,99,83).

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

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 83 of 255 = 33%

113
99
83

R + G + B ~ 39%. #716353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 83 = 295 (100%)
R 113 of 295 ~ 38.31%
G 99 of 295 ~ 33.56%
B 83 of 295 ~ 28.14%

%38.31
%33.56
%28.14

CMYK color model

#716353 color CMYK value is (0,12,27,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(0,12,27,56)
C0M12Y27K56 
(0%,12%,27%,56%)
(0.00/0.12/0.27/0.56)	

CMYK percentages

%0
%12.39
%26.55
%55.69

Codes

Color #716353 in popluar color models

716353
RGB1139983
HSL32°15.31%38.43%
HSB/HSV32°26.55%44.31%
CMYK0.00%12.39%26.55%
55.69%

Color #716353 in popluar number systems.

HEX716353
Decimal1139983
Binary111000111000111010011
Octal161143123

Shades and tints

Shades of #716353

#716353
(113,99,83)
#675A4C
(103,90,76)
#5D5145
(93,81,69)
#53483E
(83,72,62)
#493F37
(73,63,55)
#3F3630
(63,54,48)
#352D29
(53,45,41)
#2B2422
(43,36,34)
#211B1B
(33,27,27)
#171214
(23,18,20)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #716353

#716353
(113,99,83)
#7D7162
(125,113,98)
#897F71
(137,127,113)
#958D80
(149,141,128)
#A19B8F
(161,155,143)
#ADA99E
(173,169,158)
#B9B7AD
(185,183,173)
#C5C5BC
(197,197,188)
#D1D3CB
(209,211,203)
#DDE1DA
(221,225,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716353 color. Also use rgb(113,99,83) instead hex code.

Text Font Color

.myTextColor { color: #716353; }

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

This text font color is #716353.


Background Color

.myBgColor { background-color: #716353; }

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

This div background color is #716353.


Border color

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

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

This div border color is #716353.


Opacity

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

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

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

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

This text has shadow with #716353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716353 on black background.


Color preview on white background

This text has color #716353 on white background.



Black color preview on #716353 background

This text has black color on #716353 background.


White color preview on #716353 background

This text has white color on #716353 background.