COLOR #706615

HEX: #706615 RGB: (112,102,21)

Color info

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

RGB color model

#706615 color RGB value is (112,102,21).

RGB: (112,102,21) (44%, 40%, 8%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 21 of 255 = 8%

112
102
21

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

Portions of RGB colors in percentages

R + G + B = 112 + 102 + 21 = 235 (100%)
R 112 of 235 ~ 47.66%
G 102 of 235 ~ 43.4%
B 21 of 235 ~ 8.94'%

%47.66
%43.4

CMYK color model

#706615 color CMYK value is (0,9,81,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 81.25%
  • key color value is 56.08%
CMYK: (0,9,81,56) C0M9Y81K56 (0%,9%,81%,56%) (0.00/0.09/0.81/0.56) 

CMYK percentages

%0
%8.93
%81.25
%56.08

Codes

Color #706615 in popluar color models

70 66 15
RGB 112 102 21
HSL 53° 68.42% 26.08%
HSB/HSV 53° 81.25% 43.92%
CMYK 0.00% 8.93% 81.25%
56.08%

Color #706615 in popluar number systems.

HEX 70 66 15
Decimal 112 102 21
Binary 1110000 1100110 10101
Octal 160 146 25

Shades and tints

Shades of #706615

#706615
(112,102,21)
#665D14
(102,93,20)
#5C5413
(92,84,19)
#524B12
(82,75,18)
#484211
(72,66,17)
#3E3910
(62,57,16)
#34300F
(52,48,15)
#2A270E
(42,39,14)
#201E0D
(32,30,13)
#16150C
(22,21,12)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #706615

#706615
(112,102,21)
#7D732A
(125,115,42)
#8A803F
(138,128,63)
#978D54
(151,141,84)
#A49A69
(164,154,105)
#B1A77E
(177,167,126)
#BEB493
(190,180,147)
#CBC1A8
(203,193,168)
#D8CEBD
(216,206,189)
#E5DBD2
(229,219,210)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706615 color. Also use rgb(112,102,21) instead hex code.

Text Font Color

.myTextColor { color: #706615; }

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

This text font color is #706615.

Background Color

.myBgColor { background-color: #706615; }

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

This div background color is #706615.

Border color

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

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

This div border color is #706615.

Opacity

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

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

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

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

This text has shadow with #706615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706615.

Preview

Color preview on black background

This text has color #706615 on black background.


Color preview on white background

This text has color #706615 on white background.


Black color preview on #706615 background

This text has black color on #706615 background.


White color preview on #706615 background

This text has white color on #706615 background.


Related colors

Complementary color

Complementary color for #hex is #8F99EA.


I love getcolorcode.com

Triadic colors

1 #157066 and #661570 with #706615 are triadic colors.

2 #156670 and #667015 with #706615 are triadic colors.