COLOR #703016

HEX: #703016
RGB: (112,48,22)

Color info

#703016 contains mainly red color. Web safe color of #703016 is #663300 (or #630).

RGB color model

#703016 color RGB value is (112,48,22).

  • red value is 112;
  • green value is 48;
  • blue value is 22.
RGB:
(112,48,22)
(44%,19%,9%)

RGB channels and saturation

R 112 of 255 = 44%
G 48 of 255 = 19%
B 22 of 255 = 9%

112
48
22

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

Portions of RGB colors in percentages

R + G + B =
112 + 48 + 22 = 182 (100%)
R 112 of 182 ~ 61.54%
G 48 of 182 ~ 26.37%
B 22 of 182 ~ 12.09%

%61.54
%26.37
%12.09

CMYK color model

#703016 color CMYK value is (0,57,80,56).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 80.36%
  • key color value is 56.08%
CMYK:
(0,57,80,56)
C0M57Y80K56 
(0%,57%,80%,56%)
(0.00/0.57/0.80/0.56)	

CMYK percentages

%0
%57.14
%80.36
%56.08

Codes

Color #703016 in popluar color models

703016
RGB1124822
HSL17°67.16%26.27%
HSB/HSV17°80.36%43.92%
CMYK0.00%57.14%80.36%
56.08%

Color #703016 in popluar number systems.

HEX703016
Decimal1124822
Binary111000011000010110
Octal1606026

Shades and tints

Shades of #703016

#703016
(112,48,22)
#662C14
(102,44,20)
#5C2812
(92,40,18)
#522410
(82,36,16)
#48200E
(72,32,14)
#3E1C0C
(62,28,12)
#34180A
(52,24,10)
#2A1408
(42,20,8)
#201006
(32,16,6)
#160C04
(22,12,4)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #703016

#703016
(112,48,22)
#7D422B
(125,66,43)
#8A5440
(138,84,64)
#976655
(151,102,85)
#A4786A
(164,120,106)
#B18A7F
(177,138,127)
#BE9C94
(190,156,148)
#CBAEA9
(203,174,169)
#D8C0BE
(216,192,190)
#E5D2D3
(229,210,211)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703016 color. Also use rgb(112,48,22) instead hex code.

Text Font Color

.myTextColor { color: #703016; }

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

This text font color is #703016.


Background Color

.myBgColor { background-color: #703016; }

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

This div background color is #703016.


Border color

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

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

This div border color is #703016.


Opacity

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

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

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

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

This text has shadow with #703016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #703016 on black background.


Color preview on white background

This text has color #703016 on white background.



Black color preview on #703016 background

This text has black color on #703016 background.


White color preview on #703016 background

This text has white color on #703016 background.