COLOR #715B19

HEX: #715B19
RGB: (113,91,25)

Color info

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

RGB color model

#715B19 color RGB value is (113,91,25).

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

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 25 of 255 = 10%

113
91
25

R + G + B ~ 30%. #715B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 25 = 229 (100%)
R 113 of 229 ~ 49.34%
G 91 of 229 ~ 39.74%
B 25 of 229 ~ 10.92%

%49.34
%39.74
%10.92

CMYK color model

#715B19 color CMYK value is (0,19,78,56).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,19,78,56)
C0M19Y78K56 
(0%,19%,78%,56%)
(0.00/0.19/0.78/0.56)	

CMYK percentages

%0
%19.47
%77.88
%55.69

Codes

Color #715B19 in popluar color models

715B19
RGB1139125
HSL45°63.77%27.06%
HSB/HSV45°77.88%44.31%
CMYK0.00%19.47%77.88%
55.69%

Color #715B19 in popluar number systems.

HEX715B19
Decimal1139125
Binary1110001101101111001
Octal16113331

Shades and tints

Shades of #715B19

#715B19
(113,91,25)
#675317
(103,83,23)
#5D4B15
(93,75,21)
#534313
(83,67,19)
#493B11
(73,59,17)
#3F330F
(63,51,15)
#352B0D
(53,43,13)
#2B230B
(43,35,11)
#211B09
(33,27,9)
#171307
(23,19,7)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #715B19

#715B19
(113,91,25)
#7D692D
(125,105,45)
#897741
(137,119,65)
#958555
(149,133,85)
#A19369
(161,147,105)
#ADA17D
(173,161,125)
#B9AF91
(185,175,145)
#C5BDA5
(197,189,165)
#D1CBB9
(209,203,185)
#DDD9CD
(221,217,205)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B19; }

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

This text font color is #715B19.


Background Color

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

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

This div background color is #715B19.


Border color

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

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

This div border color is #715B19.


Opacity

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

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

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

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

This text has shadow with #715B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B19 on black background.


Color preview on white background

This text has color #715B19 on white background.



Black color preview on #715B19 background

This text has black color on #715B19 background.


White color preview on #715B19 background

This text has white color on #715B19 background.