COLOR #715D3D

HEX: #715D3D RGB: (113,93,61)

Color info

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

RGB color model

#715D3D color RGB value is (113,93,61).

RGB: (113,93,61) (44%, 36%, 24%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 61 of 255 = 24%

113
93
61

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

Portions of RGB colors in percentages

R + G + B = 113 + 93 + 61 = 267 (100%)
R 113 of 267 ~ 42.32%
G 93 of 267 ~ 34.83%
B 61 of 267 ~ 22.85'%

%42.32
%34.83
%22.85

CMYK color model

#715D3D color CMYK value is (0,18,46,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK: (0,18,46,56) C0M18Y46K56 (0%,18%,46%,56%) (0.00/0.18/0.46/0.56) 

CMYK percentages

%0
%17.7
%46.02
%55.69

Codes

Color #715D3D in popluar color models

71 5D 3D
RGB 113 93 61
HSL 37° 29.89% 34.12%
HSB/HSV 37° 46.02% 44.31%
CMYK 0.00% 17.70% 46.02%
55.69%

Color #715D3D in popluar number systems.

HEX 71 5D 3D
Decimal 113 93 61
Binary 1110001 1011101 111101
Octal 161 135 75

Shades and tints

Shades of #715D3D

#715D3D
(113,93,61)
#675538
(103,85,56)
#5D4D33
(93,77,51)
#53452E
(83,69,46)
#493D29
(73,61,41)
#3F3524
(63,53,36)
#352D1F
(53,45,31)
#2B251A
(43,37,26)
#211D15
(33,29,21)
#171510
(23,21,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #715D3D

#715D3D
(113,93,61)
#7D6B4E
(125,107,78)
#89795F
(137,121,95)
#958770
(149,135,112)
#A19581
(161,149,129)
#ADA392
(173,163,146)
#B9B1A3
(185,177,163)
#C5BFB4
(197,191,180)
#D1CDC5
(209,205,197)
#DDDBD6
(221,219,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715D3D color. Also use rgb(113,93,61) instead hex code.

Text Font Color

.myTextColor { color: #715D3D; }

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

This text font color is #715D3D.

Background Color

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

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

This div background color is #715D3D.

Border color

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

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

This div border color is #715D3D.

Opacity

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

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

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

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

This text has shadow with #715D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715D3D.

Preview

Color preview on black background

This text has color #715D3D on black background.


Color preview on white background

This text has color #715D3D on white background.


Black color preview on #715D3D background

This text has black color on #715D3D background.


White color preview on #715D3D background

This text has white color on #715D3D background.


Related colors

Complementary color

Complementary color for #hex is #8EA2C2.


I love getcolorcode.com

Triadic colors

1 #3D715D and #5D3D71 with #715D3D are triadic colors.

2 #3D5D71 and #5D713D with #715D3D are triadic colors.