COLOR #715C11

HEX: #715C11
RGB: (113,92,17)

Color info

#715C11 contains mainly red and green colors. Web safe color of #715C11 is #666600 (or #660).

RGB color model

#715C11 color RGB value is (113,92,17).

  • red value is 113;
  • green value is 92;
  • blue value is 17.
RGB:
(113,92,17)
(44%,36%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 17 of 255 = 7%

113
92
17

R + G + B ~ 29%. #715C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 17 = 222 (100%)
R 113 of 222 ~ 50.9%
G 92 of 222 ~ 41.44%
B 17 of 222 ~ 7.66%

%50.9
%41.44

CMYK color model

#715C11 color CMYK value is (0,19,85,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 84.96%
  • key color value is 55.69%
CMYK:
(0,19,85,56)
C0M19Y85K56 
(0%,19%,85%,56%)
(0.00/0.19/0.85/0.56)	

CMYK percentages

%0
%18.58
%84.96
%55.69

Codes

Color #715C11 in popluar color models

715C11
RGB1139217
HSL47°73.85%25.49%
HSB/HSV47°84.96%44.31%
CMYK0.00%18.58%84.96%
55.69%

Color #715C11 in popluar number systems.

HEX715C11
Decimal1139217
Binary1110001101110010001
Octal16113421

Shades and tints

Shades of #715C11

#715C11
(113,92,17)
#675410
(103,84,16)
#5D4C0F
(93,76,15)
#53440E
(83,68,14)
#493C0D
(73,60,13)
#3F340C
(63,52,12)
#352C0B
(53,44,11)
#2B240A
(43,36,10)
#211C09
(33,28,9)
#171408
(23,20,8)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #715C11

#715C11
(113,92,17)
#7D6A26
(125,106,38)
#89783B
(137,120,59)
#958650
(149,134,80)
#A19465
(161,148,101)
#ADA27A
(173,162,122)
#B9B08F
(185,176,143)
#C5BEA4
(197,190,164)
#D1CCB9
(209,204,185)
#DDDACE
(221,218,206)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C11 color. Also use rgb(113,92,17) instead hex code.

Text Font Color

.myTextColor { color: #715C11; }

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

This text font color is #715C11.


Background Color

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

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

This div background color is #715C11.


Border color

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

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

This div border color is #715C11.


Opacity

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

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

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

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

This text has shadow with #715C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C11 on black background.


Color preview on white background

This text has color #715C11 on white background.



Black color preview on #715C11 background

This text has black color on #715C11 background.


White color preview on #715C11 background

This text has white color on #715C11 background.