COLOR #715E69

HEX: #715E69 RGB: (113,94,105)

Color info

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

RGB color model

#715E69 color RGB value is (113,94,105).

RGB: (113,94,105) (44%, 37%, 41%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 105 of 255 = 41%

113
94
105

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

Portions of RGB colors in percentages

R + G + B = 113 + 94 + 105 = 312 (100%)
R 113 of 312 ~ 36.22%
G 94 of 312 ~ 30.13%
B 105 of 312 ~ 33.65'%

%36.22
%30.13
%33.65

CMYK color model

#715E69 color CMYK value is (0,17,7,56).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 7.08%
  • key color value is 55.69%

CMYK: (0,17,7,56)
C0M17Y7K56 (0%, 17%, 7%, 56%)
(0.00 / 0.17 / 0.07 / 0.56)

CMYK percentages

%0
%16.81
%7.08
%55.69

Codes

Color #715E69 in popluar color models

71 5E 69
RGB 113 94 105
HSL 325° 9.18% 40.59%
HSB/HSV 325° 16.81% 44.31%
CMYK 0.00% 16.81% 7.08%
55.69%

Color #715E69 in popluar number systems.

HEX 71 5E 69
Decimal 113 94 105
Binary 1110001 1011110 1101001
Octal 161 136 151

Shades and tints

Shades of #715E69

#715E69
(113,94,105)
#675660
(103,86,96)
#5D4E57
(93,78,87)
#53464E
(83,70,78)
#493E45
(73,62,69)
#3F363C
(63,54,60)
#352E33
(53,46,51)
#2B262A
(43,38,42)
#211E21
(33,30,33)
#171618
(23,22,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #715E69

#715E69
(113,94,105)
#7D6C76
(125,108,118)
#897A83
(137,122,131)
#958890
(149,136,144)
#A1969D
(161,150,157)
#ADA4AA
(173,164,170)
#B9B2B7
(185,178,183)
#C5C0C4
(197,192,196)
#D1CED1
(209,206,209)
#DDDCDE
(221,220,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715E69; }

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

This text font color is #715E69.

Background Color

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

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

This div background color is #715E69.

Border color

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

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

This div border color is #715E69.

Opacity

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

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

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

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

This text has shadow with #715E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715E69.

Preview

Color preview on black background

This text has color #715E69 on black background.


Color preview on white background

This text has color #715E69 on white background.


Black color preview on #715E69 background

This text has black color on #715E69 background.


White color preview on #715E69 background

This text has white color on #715E69 background.


Related colors

Complementary color

Complementary color for #hex is #8EA196.


I love getcolorcode.com

Triadic colors

1 #69715E and #5E6971 with #715E69 are triadic colors.

2 #695E71 and #5E7169 with #715E69 are triadic colors.