COLOR #715F65

HEX: #715F65 RGB: (113,95,101)

Color info

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

RGB color model

#715F65 color RGB value is (113,95,101).

RGB: (113,95,101) (44%, 37%, 40%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 101 of 255 = 40%

113
95
101

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

Portions of RGB colors in percentages

R + G + B = 113 + 95 + 101 = 309 (100%)
R 113 of 309 ~ 36.57%
G 95 of 309 ~ 30.74%
B 101 of 309 ~ 32.69'%

%36.57
%30.74
%32.69

CMYK color model

#715F65 color CMYK value is (0,16,11,56).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 10.62%
  • key color value is 55.69%

CMYK: (0,16,11,56)
C0M16Y11K56 (0%, 16%, 11%, 56%)
(0.00 / 0.16 / 0.11 / 0.56)

CMYK percentages

%0
%15.93
%10.62
%55.69

Codes

Color #715F65 in popluar color models

71 5F 65
RGB 113 95 101
HSL 340° 8.65% 40.78%
HSB/HSV 340° 15.93% 44.31%
CMYK 0.00% 15.93% 10.62%
55.69%

Color #715F65 in popluar number systems.

HEX 71 5F 65
Decimal 113 95 101
Binary 1110001 1011111 1100101
Octal 161 137 145

Shades and tints

Shades of #715F65

#715F65
(113,95,101)
#67575C
(103,87,92)
#5D4F53
(93,79,83)
#53474A
(83,71,74)
#493F41
(73,63,65)
#3F3738
(63,55,56)
#352F2F
(53,47,47)
#2B2726
(43,39,38)
#211F1D
(33,31,29)
#171714
(23,23,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #715F65

#715F65
(113,95,101)
#7D6D73
(125,109,115)
#897B81
(137,123,129)
#95898F
(149,137,143)
#A1979D
(161,151,157)
#ADA5AB
(173,165,171)
#B9B3B9
(185,179,185)
#C5C1C7
(197,193,199)
#D1CFD5
(209,207,213)
#DDDDE3
(221,221,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F65; }

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

This text font color is #715F65.

Background Color

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

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

This div background color is #715F65.

Border color

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

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

This div border color is #715F65.

Opacity

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

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

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

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

This text has shadow with #715F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715F65.

Preview

Color preview on black background

This text has color #715F65 on black background.


Color preview on white background

This text has color #715F65 on white background.


Black color preview on #715F65 background

This text has black color on #715F65 background.


White color preview on #715F65 background

This text has white color on #715F65 background.


Related colors

Complementary color

Complementary color for #hex is #8EA09A.


I love getcolorcode.com

Triadic colors

1 #65715F and #5F6571 with #715F65 are triadic colors.

2 #655F71 and #5F7165 with #715F65 are triadic colors.