COLOR #715C68

HEX: #715C68 RGB: (113,92,104)

Color info

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

RGB color model

#715C68 color RGB value is (113,92,104).

RGB: (113,92,104) (44%, 36%, 41%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 104 of 255 = 41%

113
92
104

R + G + B ~ 40%. #715C68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 92 + 104 = 309 (100%)
R 113 of 309 ~ 36.57%
G 92 of 309 ~ 29.77%
B 104 of 309 ~ 33.66'%

%36.57
%29.77
%33.66

CMYK color model

#715C68 color CMYK value is (0,19,8,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 7.96%
  • key color value is 55.69%

CMYK: (0,19,8,56)
C0M19Y8K56 (0%, 19%, 8%, 56%)
(0.00 / 0.19 / 0.08 / 0.56)

CMYK percentages

%0
%18.58
%7.96
%55.69

Codes

Color #715C68 in popluar color models

71 5C 68
RGB 113 92 104
HSL 326° 10.24% 40.20%
HSB/HSV 326° 18.58% 44.31%
CMYK 0.00% 18.58% 7.96%
55.69%

Color #715C68 in popluar number systems.

HEX 71 5C 68
Decimal 113 92 104
Binary 1110001 1011100 1101000
Octal 161 134 150

Shades and tints

Shades of #715C68

#715C68
(113,92,104)
#67545F
(103,84,95)
#5D4C56
(93,76,86)
#53444D
(83,68,77)
#493C44
(73,60,68)
#3F343B
(63,52,59)
#352C32
(53,44,50)
#2B2429
(43,36,41)
#211C20
(33,28,32)
#171417
(23,20,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #715C68

#715C68
(113,92,104)
#7D6A75
(125,106,117)
#897882
(137,120,130)
#95868F
(149,134,143)
#A1949C
(161,148,156)
#ADA2A9
(173,162,169)
#B9B0B6
(185,176,182)
#C5BEC3
(197,190,195)
#D1CCD0
(209,204,208)
#DDDADD
(221,218,221)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715C68; }

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

This text font color is #715C68.

Background Color

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

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

This div background color is #715C68.

Border color

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

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

This div border color is #715C68.

Opacity

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

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

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

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

This text has shadow with #715C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715C68.

Preview

Color preview on black background

This text has color #715C68 on black background.


Color preview on white background

This text has color #715C68 on white background.


Black color preview on #715C68 background

This text has black color on #715C68 background.


White color preview on #715C68 background

This text has white color on #715C68 background.


Related colors

Complementary color

Complementary color for #hex is #8EA397.


I love getcolorcode.com

Triadic colors

1 #68715C and #5C6871 with #715C68 are triadic colors.

2 #685C71 and #5C7168 with #715C68 are triadic colors.