COLOR #715B6F

HEX: #715B6F
RGB: (113,91,111)

Color info

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

RGB color model

#715B6F color RGB value is (113,91,111).

  • red value is 113;
  • green value is 91;
  • blue value is 111.
RGB:
(113,91,111)
(44%,36%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 111 of 255 = 44%

113
91
111

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 111 = 315 (100%)
R 113 of 315 ~ 35.87%
G 91 of 315 ~ 28.89%
B 111 of 315 ~ 35.24%

%35.87
%28.89
%35.24

CMYK color model

#715B6F color CMYK value is (0,19,2,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 1.77%
  • key color value is 55.69%
CMYK:
(0,19,2,56)
C0M19Y2K56 
(0%,19%,2%,56%)
(0.00/0.19/0.02/0.56)	

CMYK percentages

%0
%19.47
%1.77
%55.69

Codes

Color #715B6F in popluar color models

715B6F
RGB11391111
HSL305°10.78%40.00%
HSB/HSV305°19.47%44.31%
CMYK0.00%19.47%1.77%
55.69%

Color #715B6F in popluar number systems.

HEX715B6F
Decimal11391111
Binary111000110110111101111
Octal161133157

Shades and tints

Shades of #715B6F

#715B6F
(113,91,111)
#675365
(103,83,101)
#5D4B5B
(93,75,91)
#534351
(83,67,81)
#493B47
(73,59,71)
#3F333D
(63,51,61)
#352B33
(53,43,51)
#2B2329
(43,35,41)
#211B1F
(33,27,31)
#171315
(23,19,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #715B6F

#715B6F
(113,91,111)
#7D697C
(125,105,124)
#897789
(137,119,137)
#958596
(149,133,150)
#A193A3
(161,147,163)
#ADA1B0
(173,161,176)
#B9AFBD
(185,175,189)
#C5BDCA
(197,189,202)
#D1CBD7
(209,203,215)
#DDD9E4
(221,217,228)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715B6F color. Also use rgb(113,91,111) instead hex code.

Text Font Color

.myTextColor { color: #715B6F; }

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

This text font color is #715B6F.


Background Color

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

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

This div background color is #715B6F.


Border color

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

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

This div border color is #715B6F.


Opacity

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

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

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

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

This text has shadow with #715B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B6F on black background.


Color preview on white background

This text has color #715B6F on white background.



Black color preview on #715B6F background

This text has black color on #715B6F background.


White color preview on #715B6F background

This text has white color on #715B6F background.