COLOR #703A0E

HEX: #703A0E
RGB: (112,58,14)

Color info

#703A0E contains mainly red and green colors. Web safe color of #703A0E is #663300 (or #630).

RGB color model

#703A0E color RGB value is (112,58,14).

  • red value is 112;
  • green value is 58;
  • blue value is 14.
RGB:
(112,58,14)
(44%,23%,5%)

RGB channels and saturation

R 112 of 255 = 44%
G 58 of 255 = 23%
B 14 of 255 = 5%

112
58
14

R + G + B ~ 24%. #703A0E is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 58 + 14 = 184 (100%)
R 112 of 184 ~ 60.87%
G 58 of 184 ~ 31.52%
B 14 of 184 ~ 7.61%

%60.87
%31.52

CMYK color model

#703A0E color CMYK value is (0,48,88,56).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 87.50%
  • key color value is 56.08%
CMYK:
(0,48,88,56)
C0M48Y88K56 
(0%,48%,88%,56%)
(0.00/0.48/0.88/0.56)	

CMYK percentages

%0
%48.21
%87.5
%56.08

Codes

Color #703A0E in popluar color models

703A0E
RGB1125814
HSL27°77.78%24.71%
HSB/HSV27°87.50%43.92%
CMYK0.00%48.21%87.50%
56.08%

Color #703A0E in popluar number systems.

HEX703A0E
Decimal1125814
Binary11100001110101110
Octal1607216

Shades and tints

Shades of #703A0E

#703A0E
(112,58,14)
#66350D
(102,53,13)
#5C300C
(92,48,12)
#522B0B
(82,43,11)
#48260A
(72,38,10)
#3E2109
(62,33,9)
#341C08
(52,28,8)
#2A1707
(42,23,7)
#201206
(32,18,6)
#160D05
(22,13,5)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #703A0E

#703A0E
(112,58,14)
#7D4B23
(125,75,35)
#8A5C38
(138,92,56)
#976D4D
(151,109,77)
#A47E62
(164,126,98)
#B18F77
(177,143,119)
#BEA08C
(190,160,140)
#CBB1A1
(203,177,161)
#D8C2B6
(216,194,182)
#E5D3CB
(229,211,203)
#F2E4E0
(242,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703A0E color. Also use rgb(112,58,14) instead hex code.

Text Font Color

.myTextColor { color: #703A0E; }

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

This text font color is #703A0E.


Background Color

.myBgColor { background-color: #703A0E; }

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

This div background color is #703A0E.


Border color

.myBorderColor { border: 1px solid #703A0E; }

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

This div border color is #703A0E.


Opacity

.myOpacity80 { color: #703A0E; opacity: 0.8; }

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

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

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

This text has shadow with #703A0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703A0E on black background.


Color preview on white background

This text has color #703A0E on white background.



Black color preview on #703A0E background

This text has black color on #703A0E background.


White color preview on #703A0E background

This text has white color on #703A0E background.