COLOR #715B5B

HEX: #715B5B
RGB: (113,91,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
91
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 91 = 295 (100%)
R 113 of 295 ~ 38.31%
G 91 of 295 ~ 30.85%
B 91 of 295 ~ 30.85%

%38.31
%30.85
%30.85

CMYK color model

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

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

CMYK percentages

%0
%19.47
%19.47
%55.69

Codes

Color #715B5B in popluar color models

715B5B
RGB1139191
HSL10.78%40.00%
HSB/HSV19.47%44.31%
CMYK0.00%19.47%19.47%
55.69%

Color #715B5B in popluar number systems.

HEX715B5B
Decimal1139191
Binary111000110110111011011
Octal161133133

Shades and tints

Shades of #715B5B

#715B5B
(113,91,91)
#675353
(103,83,83)
#5D4B4B
(93,75,75)
#534343
(83,67,67)
#493B3B
(73,59,59)
#3F3333
(63,51,51)
#352B2B
(53,43,43)
#2B2323
(43,35,35)
#211B1B
(33,27,27)
#171313
(23,19,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #715B5B

#715B5B
(113,91,91)
#7D6969
(125,105,105)
#897777
(137,119,119)
#958585
(149,133,133)
#A19393
(161,147,147)
#ADA1A1
(173,161,161)
#B9AFAF
(185,175,175)
#C5BDBD
(197,189,189)
#D1CBCB
(209,203,203)
#DDD9D9
(221,217,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B5B; }

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

This text font color is #715B5B.


Background Color

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

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

This div background color is #715B5B.


Border color

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

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

This div border color is #715B5B.


Opacity

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

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

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

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

This text has shadow with #715B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B5B on black background.


Color preview on white background

This text has color #715B5B on white background.



Black color preview on #715B5B background

This text has black color on #715B5B background.


White color preview on #715B5B background

This text has white color on #715B5B background.