COLOR #715057

HEX: #715057
RGB: (113,80,87)

Color info

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

RGB color model

#715057 color RGB value is (113,80,87).

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

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 87 of 255 = 34%

113
80
87

R + G + B ~ 36%. #715057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 87 = 280 (100%)
R 113 of 280 ~ 40.36%
G 80 of 280 ~ 28.57%
B 87 of 280 ~ 31.07%

%40.36
%28.57
%31.07

CMYK color model

#715057 color CMYK value is (0,29,23,56).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(0,29,23,56)
C0M29Y23K56 
(0%,29%,23%,56%)
(0.00/0.29/0.23/0.56)	

CMYK percentages

%0
%29.2
%23.01
%55.69

Codes

Color #715057 in popluar color models

715057
RGB1138087
HSL347°17.10%37.84%
HSB/HSV347°29.20%44.31%
CMYK0.00%29.20%23.01%
55.69%

Color #715057 in popluar number systems.

HEX715057
Decimal1138087
Binary111000110100001010111
Octal161120127

Shades and tints

Shades of #715057

#715057
(113,80,87)
#674950
(103,73,80)
#5D4249
(93,66,73)
#533B42
(83,59,66)
#49343B
(73,52,59)
#3F2D34
(63,45,52)
#35262D
(53,38,45)
#2B1F26
(43,31,38)
#21181F
(33,24,31)
#171118
(23,17,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #715057

#715057
(113,80,87)
#7D5F66
(125,95,102)
#896E75
(137,110,117)
#957D84
(149,125,132)
#A18C93
(161,140,147)
#AD9BA2
(173,155,162)
#B9AAB1
(185,170,177)
#C5B9C0
(197,185,192)
#D1C8CF
(209,200,207)
#DDD7DE
(221,215,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715057; }

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

This text font color is #715057.


Background Color

.myBgColor { background-color: #715057; }

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

This div background color is #715057.


Border color

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

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

This div border color is #715057.


Opacity

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

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

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

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

This text has shadow with #715057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715057 on black background.


Color preview on white background

This text has color #715057 on white background.



Black color preview on #715057 background

This text has black color on #715057 background.


White color preview on #715057 background

This text has white color on #715057 background.