COLOR #715F2E

HEX: #715F2E RGB: (113,95,46)

Color info

#715F2E contains mainly red and green colors. Web safe color of #715F2E is #666633 (or #663).

RGB color model

#715F2E color RGB value is (113,95,46).

RGB: (113,95,46) (44%, 37%, 18%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 46 of 255 = 18%

113
95
46

R + G + B ~ 33%. #715F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 95 + 46 = 254 (100%)
R 113 of 254 ~ 44.49%
G 95 of 254 ~ 37.4%
B 46 of 254 ~ 18.11'%

%44.49
%37.4
%18.11

CMYK color model

#715F2E color CMYK value is (0,16,59,56).

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

CMYK: (0,16,59,56)
C0M16Y59K56 (0%, 16%, 59%, 56%)
(0.00 / 0.16 / 0.59 / 0.56)

CMYK percentages

%0
%15.93
%59.29
%55.69

Codes

Color #715F2E in popluar color models

71 5F 2E
RGB 113 95 46
HSL 44° 42.14% 31.18%
HSB/HSV 44° 59.29% 44.31%
CMYK 0.00% 15.93% 59.29%
55.69%

Color #715F2E in popluar number systems.

HEX 71 5F 2E
Decimal 113 95 46
Binary 1110001 1011111 101110
Octal 161 137 56

Shades and tints

Shades of #715F2E

#715F2E
(113,95,46)
#67572A
(103,87,42)
#5D4F26
(93,79,38)
#534722
(83,71,34)
#493F1E
(73,63,30)
#3F371A
(63,55,26)
#352F16
(53,47,22)
#2B2712
(43,39,18)
#211F0E
(33,31,14)
#17170A
(23,23,10)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #715F2E

#715F2E
(113,95,46)
#7D6D41
(125,109,65)
#897B54
(137,123,84)
#958967
(149,137,103)
#A1977A
(161,151,122)
#ADA58D
(173,165,141)
#B9B3A0
(185,179,160)
#C5C1B3
(197,193,179)
#D1CFC6
(209,207,198)
#DDDDD9
(221,221,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715F2E; }

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

This text font color is #715F2E.

Background Color

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

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

This div background color is #715F2E.

Border color

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

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

This div border color is #715F2E.

Opacity

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

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

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

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

This text has shadow with #715F2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715F2E.

Preview

Color preview on black background

This text has color #715F2E on black background.


Color preview on white background

This text has color #715F2E on white background.


Black color preview on #715F2E background

This text has black color on #715F2E background.


White color preview on #715F2E background

This text has white color on #715F2E background.


Related colors

Complementary color

Complementary color for #hex is #8EA0D1.


I love getcolorcode.com

Triadic colors

1 #2E715F and #5F2E71 with #715F2E are triadic colors.

2 #2E5F71 and #5F712E with #715F2E are triadic colors.