COLOR #715C0D

HEX: #715C0D
RGB: (113,92,13)

Color info

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

RGB color model

#715C0D color RGB value is (113,92,13).

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

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 13 of 255 = 5%

113
92
13

R + G + B ~ 28%. #715C0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 13 = 218 (100%)
R 113 of 218 ~ 51.83%
G 92 of 218 ~ 42.2%
B 13 of 218 ~ 5.96%

%51.83
%42.2

CMYK color model

#715C0D color CMYK value is (0,19,88,56).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 88.50%
  • key color value is 55.69%
CMYK:
(0,19,88,56)
C0M19Y88K56 
(0%,19%,88%,56%)
(0.00/0.19/0.88/0.56)	

CMYK percentages

%0
%18.58
%88.5
%55.69

Codes

Color #715C0D in popluar color models

715C0D
RGB1139213
HSL47°79.37%24.71%
HSB/HSV47°88.50%44.31%
CMYK0.00%18.58%88.50%
55.69%

Color #715C0D in popluar number systems.

HEX715C0D
Decimal1139213
Binary111000110111001101
Octal16113415

Shades and tints

Shades of #715C0D

#715C0D
(113,92,13)
#67540C
(103,84,12)
#5D4C0B
(93,76,11)
#53440A
(83,68,10)
#493C09
(73,60,9)
#3F3408
(63,52,8)
#352C07
(53,44,7)
#2B2406
(43,36,6)
#211C05
(33,28,5)
#171404
(23,20,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #715C0D

#715C0D
(113,92,13)
#7D6A23
(125,106,35)
#897839
(137,120,57)
#95864F
(149,134,79)
#A19465
(161,148,101)
#ADA27B
(173,162,123)
#B9B091
(185,176,145)
#C5BEA7
(197,190,167)
#D1CCBD
(209,204,189)
#DDDAD3
(221,218,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715C0D; }

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

This text font color is #715C0D.


Background Color

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

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

This div background color is #715C0D.


Border color

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

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

This div border color is #715C0D.


Opacity

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

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

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

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

This text has shadow with #715C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C0D on black background.


Color preview on white background

This text has color #715C0D on white background.



Black color preview on #715C0D background

This text has black color on #715C0D background.


White color preview on #715C0D background

This text has white color on #715C0D background.