COLOR #715C6D

HEX: #715C6D
RGB: (113,92,109)

Color info

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

RGB color model

#715C6D color RGB value is (113,92,109).

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

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 109 of 255 = 43%

113
92
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 109 = 314 (100%)
R 113 of 314 ~ 35.99%
G 92 of 314 ~ 29.3%
B 109 of 314 ~ 34.71%

%35.99
%29.3
%34.71

CMYK color model

#715C6D color CMYK value is (0,19,4,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(0,19,4,56)
C0M19Y4K56 
(0%,19%,4%,56%)
(0.00/0.19/0.04/0.56)	

CMYK percentages

%0
%18.58
%3.54
%55.69

Codes

Color #715C6D in popluar color models

715C6D
RGB11392109
HSL311°10.24%40.20%
HSB/HSV311°18.58%44.31%
CMYK0.00%18.58%3.54%
55.69%

Color #715C6D in popluar number systems.

HEX715C6D
Decimal11392109
Binary111000110111001101101
Octal161134155

Shades and tints

Shades of #715C6D

#715C6D
(113,92,109)
#675464
(103,84,100)
#5D4C5B
(93,76,91)
#534452
(83,68,82)
#493C49
(73,60,73)
#3F3440
(63,52,64)
#352C37
(53,44,55)
#2B242E
(43,36,46)
#211C25
(33,28,37)
#17141C
(23,20,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #715C6D

#715C6D
(113,92,109)
#7D6A7A
(125,106,122)
#897887
(137,120,135)
#958694
(149,134,148)
#A194A1
(161,148,161)
#ADA2AE
(173,162,174)
#B9B0BB
(185,176,187)
#C5BEC8
(197,190,200)
#D1CCD5
(209,204,213)
#DDDAE2
(221,218,226)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715C6D; }

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

This text font color is #715C6D.


Background Color

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

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

This div background color is #715C6D.


Border color

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

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

This div border color is #715C6D.


Opacity

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

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

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

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

This text has shadow with #715C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C6D on black background.


Color preview on white background

This text has color #715C6D on white background.



Black color preview on #715C6D background

This text has black color on #715C6D background.


White color preview on #715C6D background

This text has white color on #715C6D background.