COLOR #715B24

HEX: #715B24
RGB: (113,91,36)

Color info

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

RGB color model

#715B24 color RGB value is (113,91,36).

  • red value is 113;
  • green value is 91;
  • blue value is 36.
RGB:
(113,91,36)
(44%,36%,14%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 36 of 255 = 14%

113
91
36

R + G + B ~ 31%. #715B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 36 = 240 (100%)
R 113 of 240 ~ 47.08%
G 91 of 240 ~ 37.92%
B 36 of 240 ~ 15%

%47.08
%37.92
%15

CMYK color model

#715B24 color CMYK value is (0,19,68,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 68.14%
  • key color value is 55.69%
CMYK:
(0,19,68,56)
C0M19Y68K56 
(0%,19%,68%,56%)
(0.00/0.19/0.68/0.56)	

CMYK percentages

%0
%19.47
%68.14
%55.69

Codes

Color #715B24 in popluar color models

715B24
RGB1139136
HSL43°51.68%29.22%
HSB/HSV43°68.14%44.31%
CMYK0.00%19.47%68.14%
55.69%

Color #715B24 in popluar number systems.

HEX715B24
Decimal1139136
Binary11100011011011100100
Octal16113344

Shades and tints

Shades of #715B24

#715B24
(113,91,36)
#675321
(103,83,33)
#5D4B1E
(93,75,30)
#53431B
(83,67,27)
#493B18
(73,59,24)
#3F3315
(63,51,21)
#352B12
(53,43,18)
#2B230F
(43,35,15)
#211B0C
(33,27,12)
#171309
(23,19,9)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #715B24

#715B24
(113,91,36)
#7D6937
(125,105,55)
#89774A
(137,119,74)
#95855D
(149,133,93)
#A19370
(161,147,112)
#ADA183
(173,161,131)
#B9AF96
(185,175,150)
#C5BDA9
(197,189,169)
#D1CBBC
(209,203,188)
#DDD9CF
(221,217,207)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B24; }

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

This text font color is #715B24.


Background Color

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

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

This div background color is #715B24.


Border color

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

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

This div border color is #715B24.


Opacity

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

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

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

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

This text has shadow with #715B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B24 on black background.


Color preview on white background

This text has color #715B24 on white background.



Black color preview on #715B24 background

This text has black color on #715B24 background.


White color preview on #715B24 background

This text has white color on #715B24 background.