COLOR #715757

HEX: #715757
RGB: (113,87,87)

Color info

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

RGB color model

#715757 color RGB value is (113,87,87).

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

RGB channels and saturation

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

113
87
87

R + G + B ~ 37%. #715757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 87 = 287 (100%)
R 113 of 287 ~ 39.37%
G 87 of 287 ~ 30.31%
B 87 of 287 ~ 30.31%

%39.37
%30.31
%30.31

CMYK color model

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

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

CMYK percentages

%0
%23.01
%23.01
%55.69

Codes

Color #715757 in popluar color models

715757
RGB1138787
HSL13.00%39.22%
HSB/HSV23.01%44.31%
CMYK0.00%23.01%23.01%
55.69%

Color #715757 in popluar number systems.

HEX715757
Decimal1138787
Binary111000110101111010111
Octal161127127

Shades and tints

Shades of #715757

#715757
(113,87,87)
#675050
(103,80,80)
#5D4949
(93,73,73)
#534242
(83,66,66)
#493B3B
(73,59,59)
#3F3434
(63,52,52)
#352D2D
(53,45,45)
#2B2626
(43,38,38)
#211F1F
(33,31,31)
#171818
(23,24,24)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #715757

#715757
(113,87,87)
#7D6666
(125,102,102)
#897575
(137,117,117)
#958484
(149,132,132)
#A19393
(161,147,147)
#ADA2A2
(173,162,162)
#B9B1B1
(185,177,177)
#C5C0C0
(197,192,192)
#D1CFCF
(209,207,207)
#DDDEDE
(221,222,222)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715757; }

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

This text font color is #715757.


Background Color

.myBgColor { background-color: #715757; }

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

This div background color is #715757.


Border color

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

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

This div border color is #715757.


Opacity

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

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

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

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

This text has shadow with #715757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715757 on black background.


Color preview on white background

This text has color #715757 on white background.



Black color preview on #715757 background

This text has black color on #715757 background.


White color preview on #715757 background

This text has white color on #715757 background.