COLOR #715D36

HEX: #715D36
RGB: (113,93,54)

Color info

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

RGB color model

#715D36 color RGB value is (113,93,54).

  • red value is 113;
  • green value is 93;
  • blue value is 54.
RGB:
(113,93,54)
(44%,36%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 93 of 255 = 36%
B 54 of 255 = 21%

113
93
54

R + G + B ~ 34%. #715D36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 93 + 54 = 260 (100%)
R 113 of 260 ~ 43.46%
G 93 of 260 ~ 35.77%
B 54 of 260 ~ 20.77%

%43.46
%35.77
%20.77

CMYK color model

#715D36 color CMYK value is (0,18,52,56).

  • cyan value is 0.00%
  • magenta value is 17.70%
  • yellow value is 52.21%
  • key color value is 55.69%
CMYK:
(0,18,52,56)
C0M18Y52K56 
(0%,18%,52%,56%)
(0.00/0.18/0.52/0.56)	

CMYK percentages

%0
%17.7
%52.21
%55.69

Codes

Color #715D36 in popluar color models

715D36
RGB1139354
HSL40°35.33%32.75%
HSB/HSV40°52.21%44.31%
CMYK0.00%17.70%52.21%
55.69%

Color #715D36 in popluar number systems.

HEX715D36
Decimal1139354
Binary11100011011101110110
Octal16113566

Shades and tints

Shades of #715D36

#715D36
(113,93,54)
#675532
(103,85,50)
#5D4D2E
(93,77,46)
#53452A
(83,69,42)
#493D26
(73,61,38)
#3F3522
(63,53,34)
#352D1E
(53,45,30)
#2B251A
(43,37,26)
#211D16
(33,29,22)
#171512
(23,21,18)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #715D36

#715D36
(113,93,54)
#7D6B48
(125,107,72)
#89795A
(137,121,90)
#95876C
(149,135,108)
#A1957E
(161,149,126)
#ADA390
(173,163,144)
#B9B1A2
(185,177,162)
#C5BFB4
(197,191,180)
#D1CDC6
(209,205,198)
#DDDBD8
(221,219,216)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715D36; }

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

This text font color is #715D36.


Background Color

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

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

This div background color is #715D36.


Border color

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

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

This div border color is #715D36.


Opacity

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

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

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

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

This text has shadow with #715D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715D36 on black background.


Color preview on white background

This text has color #715D36 on white background.



Black color preview on #715D36 background

This text has black color on #715D36 background.


White color preview on #715D36 background

This text has white color on #715D36 background.