COLOR #715106

HEX: #715106
RGB: (113,81,6)

Color info

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

RGB color model

#715106 color RGB value is (113,81,6).

  • red value is 113;
  • green value is 81;
  • blue value is 6.
RGB:
(113,81,6)
(44%,32%,2%)

RGB channels and saturation

R 113 of 255 = 44%
G 81 of 255 = 32%
B 6 of 255 = 2%

113
81
6

R + G + B ~ 26%. #715106 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 81 + 6 = 200 (100%)
R 113 of 200 ~ 56.5%
G 81 of 200 ~ 40.5%
B 6 of 200 ~ 3%

%56.5
%40.5

CMYK color model

#715106 color CMYK value is (0,28,95,56).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 94.69%
  • key color value is 55.69%
CMYK:
(0,28,95,56)
C0M28Y95K56 
(0%,28%,95%,56%)
(0.00/0.28/0.95/0.56)	

CMYK percentages

%0
%28.32
%94.69
%55.69

Codes

Color #715106 in popluar color models

715106
RGB113816
HSL42°89.92%23.33%
HSB/HSV42°94.69%44.31%
CMYK0.00%28.32%94.69%
55.69%

Color #715106 in popluar number systems.

HEX715106
Decimal113816
Binary11100011010001110
Octal1611216

Shades and tints

Shades of #715106

#715106
(113,81,6)
#674A06
(103,74,6)
#5D4306
(93,67,6)
#533C06
(83,60,6)
#493506
(73,53,6)
#3F2E06
(63,46,6)
#352706
(53,39,6)
#2B2006
(43,32,6)
#211906
(33,25,6)
#171206
(23,18,6)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #715106

#715106
(113,81,6)
#7D601C
(125,96,28)
#896F32
(137,111,50)
#957E48
(149,126,72)
#A18D5E
(161,141,94)
#AD9C74
(173,156,116)
#B9AB8A
(185,171,138)
#C5BAA0
(197,186,160)
#D1C9B6
(209,201,182)
#DDD8CC
(221,216,204)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715106 color. Also use rgb(113,81,6) instead hex code.

Text Font Color

.myTextColor { color: #715106; }

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

This text font color is #715106.


Background Color

.myBgColor { background-color: #715106; }

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

This div background color is #715106.


Border color

.myBorderColor { border: 1px solid #715106; }

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

This div border color is #715106.


Opacity

.myOpacity80 { color: #715106; opacity: 0.8; }

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

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

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

This text has shadow with #715106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715106 on black background.


Color preview on white background

This text has color #715106 on white background.



Black color preview on #715106 background

This text has black color on #715106 background.


White color preview on #715106 background

This text has white color on #715106 background.