COLOR #715E5C

HEX: #715E5C
RGB: (113,94,92)

Color info

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

RGB color model

#715E5C color RGB value is (113,94,92).

  • red value is 113;
  • green value is 94;
  • blue value is 92.
RGB:
(113,94,92)
(44%,37%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 92 of 255 = 36%

113
94
92

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 92 = 299 (100%)
R 113 of 299 ~ 37.79%
G 94 of 299 ~ 31.44%
B 92 of 299 ~ 30.77%

%37.79
%31.44
%30.77

CMYK color model

#715E5C color CMYK value is (0,17,19,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(0,17,19,56)
C0M17Y19K56 
(0%,17%,19%,56%)
(0.00/0.17/0.19/0.56)	

CMYK percentages

%0
%16.81
%18.58
%55.69

Codes

Color #715E5C in popluar color models

715E5C
RGB1139492
HSL10.24%40.20%
HSB/HSV18.58%44.31%
CMYK0.00%16.81%18.58%
55.69%

Color #715E5C in popluar number systems.

HEX715E5C
Decimal1139492
Binary111000110111101011100
Octal161136134

Shades and tints

Shades of #715E5C

#715E5C
(113,94,92)
#675654
(103,86,84)
#5D4E4C
(93,78,76)
#534644
(83,70,68)
#493E3C
(73,62,60)
#3F3634
(63,54,52)
#352E2C
(53,46,44)
#2B2624
(43,38,36)
#211E1C
(33,30,28)
#171614
(23,22,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #715E5C

#715E5C
(113,94,92)
#7D6C6A
(125,108,106)
#897A78
(137,122,120)
#958886
(149,136,134)
#A19694
(161,150,148)
#ADA4A2
(173,164,162)
#B9B2B0
(185,178,176)
#C5C0BE
(197,192,190)
#D1CECC
(209,206,204)
#DDDCDA
(221,220,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E5C color. Also use rgb(113,94,92) instead hex code.

Text Font Color

.myTextColor { color: #715E5C; }

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

This text font color is #715E5C.


Background Color

.myBgColor { background-color: #715E5C; }

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

This div background color is #715E5C.


Border color

.myBorderColor { border: 1px solid #715E5C; }

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

This div border color is #715E5C.


Opacity

.myOpacity80 { color: #715E5C; opacity: 0.8; }

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

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

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

This text has shadow with #715E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E5C on black background.


Color preview on white background

This text has color #715E5C on white background.



Black color preview on #715E5C background

This text has black color on #715E5C background.


White color preview on #715E5C background

This text has white color on #715E5C background.