COLOR #706619

HEX: #706619
RGB: (112,102,25)

Color info

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

RGB color model

#706619 color RGB value is (112,102,25).

  • red value is 112;
  • green value is 102;
  • blue value is 25.
RGB:
(112,102,25)
(44%,40%,10%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 25 of 255 = 10%

112
102
25

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 25 = 239 (100%)
R 112 of 239 ~ 46.86%
G 102 of 239 ~ 42.68%
B 25 of 239 ~ 10.46%

%46.86
%42.68
%10.46

CMYK color model

#706619 color CMYK value is (0,9,78,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 77.68%
  • key color value is 56.08%
CMYK:
(0,9,78,56)
C0M9Y78K56 
(0%,9%,78%,56%)
(0.00/0.09/0.78/0.56)	

CMYK percentages

%0
%8.93
%77.68
%56.08

Codes

Color #706619 in popluar color models

706619
RGB11210225
HSL53°63.50%26.86%
HSB/HSV53°77.68%43.92%
CMYK0.00%8.93%77.68%
56.08%

Color #706619 in popluar number systems.

HEX706619
Decimal11210225
Binary1110000110011011001
Octal16014631

Shades and tints

Shades of #706619

#706619
(112,102,25)
#665D17
(102,93,23)
#5C5415
(92,84,21)
#524B13
(82,75,19)
#484211
(72,66,17)
#3E390F
(62,57,15)
#34300D
(52,48,13)
#2A270B
(42,39,11)
#201E09
(32,30,9)
#161507
(22,21,7)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #706619

#706619
(112,102,25)
#7D732D
(125,115,45)
#8A8041
(138,128,65)
#978D55
(151,141,85)
#A49A69
(164,154,105)
#B1A77D
(177,167,125)
#BEB491
(190,180,145)
#CBC1A5
(203,193,165)
#D8CEB9
(216,206,185)
#E5DBCD
(229,219,205)
#F2E8E1
(242,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706619; }

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

This text font color is #706619.


Background Color

.myBgColor { background-color: #706619; }

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

This div background color is #706619.


Border color

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

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

This div border color is #706619.


Opacity

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

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

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

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

This text has shadow with #706619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706619 on black background.


Color preview on white background

This text has color #706619 on white background.



Black color preview on #706619 background

This text has black color on #706619 background.


White color preview on #706619 background

This text has white color on #706619 background.