COLOR #716457

HEX: #716457
RGB: (113,100,87)

Color info

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

RGB color model

#716457 color RGB value is (113,100,87).

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

RGB channels and saturation

R 113 of 255 = 44%
G 100 of 255 = 39%
B 87 of 255 = 34%

113
100
87

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

Portions of RGB colors in percentages

R + G + B =
113 + 100 + 87 = 300 (100%)
R 113 of 300 ~ 37.67%
G 100 of 300 ~ 33.33%
B 87 of 300 ~ 29%

%37.67
%33.33
%29

CMYK color model

#716457 color CMYK value is (0,12,23,56).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,12,23,56)
C0M12Y23K56 
(0%,12%,23%,56%)
(0.00/0.12/0.23/0.56)	

CMYK percentages

%0
%11.5
%23.01
%55.69

Codes

Color #716457 in popluar color models

716457
RGB11310087
HSL30°13.00%39.22%
HSB/HSV30°23.01%44.31%
CMYK0.00%11.50%23.01%
55.69%

Color #716457 in popluar number systems.

HEX716457
Decimal11310087
Binary111000111001001010111
Octal161144127

Shades and tints

Shades of #716457

#716457
(113,100,87)
#675B50
(103,91,80)
#5D5249
(93,82,73)
#534942
(83,73,66)
#49403B
(73,64,59)
#3F3734
(63,55,52)
#352E2D
(53,46,45)
#2B2526
(43,37,38)
#211C1F
(33,28,31)
#171318
(23,19,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #716457

#716457
(113,100,87)
#7D7266
(125,114,102)
#898075
(137,128,117)
#958E84
(149,142,132)
#A19C93
(161,156,147)
#ADAAA2
(173,170,162)
#B9B8B1
(185,184,177)
#C5C6C0
(197,198,192)
#D1D4CF
(209,212,207)
#DDE2DE
(221,226,222)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716457; }

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

This text font color is #716457.


Background Color

.myBgColor { background-color: #716457; }

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

This div background color is #716457.


Border color

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

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

This div border color is #716457.


Opacity

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

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

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

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

This text has shadow with #716457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716457 on black background.


Color preview on white background

This text has color #716457 on white background.



Black color preview on #716457 background

This text has black color on #716457 background.


White color preview on #716457 background

This text has white color on #716457 background.