COLOR #702D12

HEX: #702D12
RGB: (112,45,18)

Color info

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

RGB color model

#702D12 color RGB value is (112,45,18).

  • red value is 112;
  • green value is 45;
  • blue value is 18.
RGB:
(112,45,18)
(44%,18%,7%)

RGB channels and saturation

R 112 of 255 = 44%
G 45 of 255 = 18%
B 18 of 255 = 7%

112
45
18

R + G + B ~ 23%. #702D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 45 + 18 = 175 (100%)
R 112 of 175 ~ 64%
G 45 of 175 ~ 25.71%
B 18 of 175 ~ 10.29%

%64
%25.71
%10.29

CMYK color model

#702D12 color CMYK value is (0,60,84,56).

  • cyan value is 0.00%
  • magenta value is 59.82%
  • yellow value is 83.93%
  • key color value is 56.08%
CMYK:
(0,60,84,56)
C0M60Y84K56 
(0%,60%,84%,56%)
(0.00/0.60/0.84/0.56)	

CMYK percentages

%0
%59.82
%83.93
%56.08

Codes

Color #702D12 in popluar color models

702D12
RGB1124518
HSL17°72.31%25.49%
HSB/HSV17°83.93%43.92%
CMYK0.00%59.82%83.93%
56.08%

Color #702D12 in popluar number systems.

HEX702D12
Decimal1124518
Binary111000010110110010
Octal1605522

Shades and tints

Shades of #702D12

#702D12
(112,45,18)
#662911
(102,41,17)
#5C2510
(92,37,16)
#52210F
(82,33,15)
#481D0E
(72,29,14)
#3E190D
(62,25,13)
#34150C
(52,21,12)
#2A110B
(42,17,11)
#200D0A
(32,13,10)
#160909
(22,9,9)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #702D12

#702D12
(112,45,18)
#7D4027
(125,64,39)
#8A533C
(138,83,60)
#976651
(151,102,81)
#A47966
(164,121,102)
#B18C7B
(177,140,123)
#BE9F90
(190,159,144)
#CBB2A5
(203,178,165)
#D8C5BA
(216,197,186)
#E5D8CF
(229,216,207)
#F2EBE4
(242,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702D12 color. Also use rgb(112,45,18) instead hex code.

Text Font Color

.myTextColor { color: #702D12; }

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

This text font color is #702D12.


Background Color

.myBgColor { background-color: #702D12; }

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

This div background color is #702D12.


Border color

.myBorderColor { border: 1px solid #702D12; }

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

This div border color is #702D12.


Opacity

.myOpacity80 { color: #702D12; opacity: 0.8; }

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

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

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

This text has shadow with #702D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702D12 on black background.


Color preview on white background

This text has color #702D12 on white background.



Black color preview on #702D12 background

This text has black color on #702D12 background.


White color preview on #702D12 background

This text has white color on #702D12 background.