COLOR #715B3F

HEX: #715B3F RGB: (113,91,63)

Color info

#715B3F contains red, green and blue colors in about the same proportion. Web safe color of #715B3F is #666633 (or #663).

RGB color model

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

RGB: (113,91,63) (44%, 36%, 25%)

RGB channels and saturation

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

113
91
63

R + G + B ~ 35%. #715B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 91 + 63 = 267 (100%)
R 113 of 267 ~ 42.32%
G 91 of 267 ~ 34.08%
B 63 of 267 ~ 23.6'%

%42.32
%34.08
%23.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 44.25%
  • key color value is 55.69%

CMYK: (0,19,44,56)
C0M19Y44K56 (0%, 19%, 44%, 56%)
(0.00 / 0.19 / 0.44 / 0.56)

CMYK percentages

%0
%19.47
%44.25
%55.69

Codes

Color #715B3F in popluar color models

71 5B 3F
RGB 113 91 63
HSL 34° 28.41% 34.51%
HSB/HSV 34° 44.25% 44.31%
CMYK 0.00% 19.47% 44.25%
55.69%

Color #715B3F in popluar number systems.

HEX 71 5B 3F
Decimal 113 91 63
Binary 1110001 1011011 111111
Octal 161 133 77

Shades and tints

Shades of #715B3F

#715B3F
(113,91,63)
#67533A
(103,83,58)
#5D4B35
(93,75,53)
#534330
(83,67,48)
#493B2B
(73,59,43)
#3F3326
(63,51,38)
#352B21
(53,43,33)
#2B231C
(43,35,28)
#211B17
(33,27,23)
#171312
(23,19,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #715B3F

#715B3F
(113,91,63)
#7D6950
(125,105,80)
#897761
(137,119,97)
#958572
(149,133,114)
#A19383
(161,147,131)
#ADA194
(173,161,148)
#B9AFA5
(185,175,165)
#C5BDB6
(197,189,182)
#D1CBC7
(209,203,199)
#DDD9D8
(221,217,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B3F; }

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

This text font color is #715B3F.

Background Color

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

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

This div background color is #715B3F.

Border color

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

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

This div border color is #715B3F.

Opacity

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

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

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

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

This text has shadow with #715B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715B3F.

Preview

Color preview on black background

This text has color #715B3F on black background.


Color preview on white background

This text has color #715B3F on white background.


Black color preview on #715B3F background

This text has black color on #715B3F background.


White color preview on #715B3F background

This text has white color on #715B3F background.


Related colors

Complementary color

Complementary color for #hex is #8EA4C0.


I love getcolorcode.com

Triadic colors

1 #3F715B and #5B3F71 with #715B3F are triadic colors.

2 #3F5B71 and #5B713F with #715B3F are triadic colors.