COLOR #715B4F

HEX: #715B4F RGB: (113,91,79)

Color info

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

RGB color model

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

RGB: (113,91,79) (44%, 36%, 31%)

RGB channels and saturation

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

113
91
79

R + G + B ~ 37%. #715B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 91 + 79 = 283 (100%)
R 113 of 283 ~ 39.93%
G 91 of 283 ~ 32.16%
B 79 of 283 ~ 27.92'%

%39.93
%32.16
%27.92

CMYK color model

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

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

CMYK percentages

%0
%19.47
%30.09
%55.69

Codes

Color #715B4F in popluar color models

71 5B 4F
RGB 113 91 79
HSL 21° 17.71% 37.65%
HSB/HSV 21° 30.09% 44.31%
CMYK 0.00% 19.47% 30.09%
55.69%

Color #715B4F in popluar number systems.

HEX 71 5B 4F
Decimal 113 91 79
Binary 1110001 1011011 1001111
Octal 161 133 117

Shades and tints

Shades of #715B4F

#715B4F
(113,91,79)
#675348
(103,83,72)
#5D4B41
(93,75,65)
#53433A
(83,67,58)
#493B33
(73,59,51)
#3F332C
(63,51,44)
#352B25
(53,43,37)
#2B231E
(43,35,30)
#211B17
(33,27,23)
#171310
(23,19,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #715B4F

#715B4F
(113,91,79)
#7D695F
(125,105,95)
#89776F
(137,119,111)
#95857F
(149,133,127)
#A1938F
(161,147,143)
#ADA19F
(173,161,159)
#B9AFAF
(185,175,175)
#C5BDBF
(197,189,191)
#D1CBCF
(209,203,207)
#DDD9DF
(221,217,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B4F; }

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

This text font color is #715B4F.

Background Color

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

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

This div background color is #715B4F.

Border color

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

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

This div border color is #715B4F.

Opacity

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

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

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

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

This text has shadow with #715B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715B4F.

Preview

Color preview on black background

This text has color #715B4F on black background.


Color preview on white background

This text has color #715B4F on white background.


Black color preview on #715B4F background

This text has black color on #715B4F background.


White color preview on #715B4F background

This text has white color on #715B4F background.


Related colors

Complementary color

Complementary color for #hex is #8EA4B0.


I love getcolorcode.com

Triadic colors

1 #4F715B and #5B4F71 with #715B4F are triadic colors.

2 #4F5B71 and #5B714F with #715B4F are triadic colors.