COLOR #705E0A

HEX: #705E0A
RGB: (112,94,10)

Color info

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

RGB color model

#705E0A color RGB value is (112,94,10).

  • red value is 112;
  • green value is 94;
  • blue value is 10.
RGB:
(112,94,10)
(44%,37%,4%)

RGB channels and saturation

R 112 of 255 = 44%
G 94 of 255 = 37%
B 10 of 255 = 4%

112
94
10

R + G + B ~ 28%. #705E0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 94 + 10 = 216 (100%)
R 112 of 216 ~ 51.85%
G 94 of 216 ~ 43.52%
B 10 of 216 ~ 4.63%

%51.85
%43.52

CMYK color model

#705E0A color CMYK value is (0,16,91,56).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 91.07%
  • key color value is 56.08%
CMYK:
(0,16,91,56)
C0M16Y91K56 
(0%,16%,91%,56%)
(0.00/0.16/0.91/0.56)	

CMYK percentages

%0
%16.07
%91.07
%56.08

Codes

Color #705E0A in popluar color models

705E0A
RGB1129410
HSL49°83.61%23.92%
HSB/HSV49°91.07%43.92%
CMYK0.00%16.07%91.07%
56.08%

Color #705E0A in popluar number systems.

HEX705E0A
Decimal1129410
Binary111000010111101010
Octal16013612

Shades and tints

Shades of #705E0A

#705E0A
(112,94,10)
#66560A
(102,86,10)
#5C4E0A
(92,78,10)
#52460A
(82,70,10)
#483E0A
(72,62,10)
#3E360A
(62,54,10)
#342E0A
(52,46,10)
#2A260A
(42,38,10)
#201E0A
(32,30,10)
#16160A
(22,22,10)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #705E0A

#705E0A
(112,94,10)
#7D6C20
(125,108,32)
#8A7A36
(138,122,54)
#97884C
(151,136,76)
#A49662
(164,150,98)
#B1A478
(177,164,120)
#BEB28E
(190,178,142)
#CBC0A4
(203,192,164)
#D8CEBA
(216,206,186)
#E5DCD0
(229,220,208)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705E0A color. Also use rgb(112,94,10) instead hex code.

Text Font Color

.myTextColor { color: #705E0A; }

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

This text font color is #705E0A.


Background Color

.myBgColor { background-color: #705E0A; }

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

This div background color is #705E0A.


Border color

.myBorderColor { border: 1px solid #705E0A; }

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

This div border color is #705E0A.


Opacity

.myOpacity80 { color: #705E0A; opacity: 0.8; }

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

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

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

This text has shadow with #705E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705E0A on black background.


Color preview on white background

This text has color #705E0A on white background.



Black color preview on #705E0A background

This text has black color on #705E0A background.


White color preview on #705E0A background

This text has white color on #705E0A background.