COLOR #716351

HEX: #716351
RGB: (113,99,81)

Color info

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

RGB color model

#716351 color RGB value is (113,99,81).

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

RGB channels and saturation

R 113 of 255 = 44%
G 99 of 255 = 39%
B 81 of 255 = 32%

113
99
81

R + G + B ~ 38%. #716351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 99 + 81 = 293 (100%)
R 113 of 293 ~ 38.57%
G 99 of 293 ~ 33.79%
B 81 of 293 ~ 27.65%

%38.57
%33.79
%27.65

CMYK color model

#716351 color CMYK value is (0,12,28,56).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 28.32%
  • key color value is 55.69%
CMYK:
(0,12,28,56)
C0M12Y28K56 
(0%,12%,28%,56%)
(0.00/0.12/0.28/0.56)	

CMYK percentages

%0
%12.39
%28.32
%55.69

Codes

Color #716351 in popluar color models

716351
RGB1139981
HSL34°16.49%38.04%
HSB/HSV34°28.32%44.31%
CMYK0.00%12.39%28.32%
55.69%

Color #716351 in popluar number systems.

HEX716351
Decimal1139981
Binary111000111000111010001
Octal161143121

Shades and tints

Shades of #716351

#716351
(113,99,81)
#675A4A
(103,90,74)
#5D5143
(93,81,67)
#53483C
(83,72,60)
#493F35
(73,63,53)
#3F362E
(63,54,46)
#352D27
(53,45,39)
#2B2420
(43,36,32)
#211B19
(33,27,25)
#171212
(23,18,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #716351

#716351
(113,99,81)
#7D7160
(125,113,96)
#897F6F
(137,127,111)
#958D7E
(149,141,126)
#A19B8D
(161,155,141)
#ADA99C
(173,169,156)
#B9B7AB
(185,183,171)
#C5C5BA
(197,197,186)
#D1D3C9
(209,211,201)
#DDE1D8
(221,225,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716351; }

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

This text font color is #716351.


Background Color

.myBgColor { background-color: #716351; }

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

This div background color is #716351.


Border color

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

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

This div border color is #716351.


Opacity

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

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

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

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

This text has shadow with #716351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716351 on black background.


Color preview on white background

This text has color #716351 on white background.



Black color preview on #716351 background

This text has black color on #716351 background.


White color preview on #716351 background

This text has white color on #716351 background.