COLOR #715B6C

HEX: #715B6C RGB: (113,91,108)

Color info

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

RGB color model

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

RGB: (113,91,108) (44%, 36%, 42%)

RGB channels and saturation

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

113
91
108

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

Portions of RGB colors in percentages

R + G + B = 113 + 91 + 108 = 312 (100%)
R 113 of 312 ~ 36.22%
G 91 of 312 ~ 29.17%
B 108 of 312 ~ 34.62'%

%36.22
%29.17
%34.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 4.42%
  • 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
%19.47
%4.42
%55.69

Codes

Color #715B6C in popluar color models

71 5B 6C
RGB 113 91 108
HSL 314° 10.78% 40.00%
HSB/HSV 314° 19.47% 44.31%
CMYK 0.00% 19.47% 4.42%
55.69%

Color #715B6C in popluar number systems.

HEX 71 5B 6C
Decimal 113 91 108
Binary 1110001 1011011 1101100
Octal 161 133 154

Shades and tints

Shades of #715B6C

#715B6C
(113,91,108)
#675363
(103,83,99)
#5D4B5A
(93,75,90)
#534351
(83,67,81)
#493B48
(73,59,72)
#3F333F
(63,51,63)
#352B36
(53,43,54)
#2B232D
(43,35,45)
#211B24
(33,27,36)
#17131B
(23,19,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #715B6C

#715B6C
(113,91,108)
#7D6979
(125,105,121)
#897786
(137,119,134)
#958593
(149,133,147)
#A193A0
(161,147,160)
#ADA1AD
(173,161,173)
#B9AFBA
(185,175,186)
#C5BDC7
(197,189,199)
#D1CBD4
(209,203,212)
#DDD9E1
(221,217,225)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B6C; }

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

This text font color is #715B6C.

Background Color

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

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

This div background color is #715B6C.

Border color

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

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

This div border color is #715B6C.

Opacity

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

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

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

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

This text has shadow with #715B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715B6C.

Preview

Color preview on black background

This text has color #715B6C on black background.


Color preview on white background

This text has color #715B6C on white background.


Black color preview on #715B6C background

This text has black color on #715B6C background.


White color preview on #715B6C background

This text has white color on #715B6C background.


Related colors

Complementary color

Complementary color for #hex is #8EA493.


I love getcolorcode.com

Triadic colors

1 #6C715B and #5B6C71 with #715B6C are triadic colors.

2 #6C5B71 and #5B716C with #715B6C are triadic colors.