COLOR #702612

HEX: #702612
RGB: (112,38,18)

Color info

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

RGB color model

#702612 color RGB value is (112,38,18).

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

RGB channels and saturation

R 112 of 255 = 44%
G 38 of 255 = 15%
B 18 of 255 = 7%

112
38
18

R + G + B ~ 22%. #702612 is dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 38 + 18 = 168 (100%)
R 112 of 168 ~ 66.67%
G 38 of 168 ~ 22.62%
B 18 of 168 ~ 10.71%

%66.67
%22.62
%10.71

CMYK color model

#702612 color CMYK value is (0,66,84,56).

  • cyan value is 0.00%
  • magenta value is 66.07%
  • yellow value is 83.93%
  • key color value is 56.08%
CMYK:
(0,66,84,56)
C0M66Y84K56 
(0%,66%,84%,56%)
(0.00/0.66/0.84/0.56)	

CMYK percentages

%0
%66.07
%83.93
%56.08

Codes

Color #702612 in popluar color models

702612
RGB1123818
HSL13°72.31%25.49%
HSB/HSV13°83.93%43.92%
CMYK0.00%66.07%83.93%
56.08%

Color #702612 in popluar number systems.

HEX702612
Decimal1123818
Binary111000010011010010
Octal1604622

Shades and tints

Shades of #702612

#702612
(112,38,18)
#662311
(102,35,17)
#5C2010
(92,32,16)
#521D0F
(82,29,15)
#481A0E
(72,26,14)
#3E170D
(62,23,13)
#34140C
(52,20,12)
#2A110B
(42,17,11)
#200E0A
(32,14,10)
#160B09
(22,11,9)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #702612

#702612
(112,38,18)
#7D3927
(125,57,39)
#8A4C3C
(138,76,60)
#975F51
(151,95,81)
#A47266
(164,114,102)
#B1857B
(177,133,123)
#BE9890
(190,152,144)
#CBABA5
(203,171,165)
#D8BEBA
(216,190,186)
#E5D1CF
(229,209,207)
#F2E4E4
(242,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702612; }

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

This text font color is #702612.


Background Color

.myBgColor { background-color: #702612; }

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

This div background color is #702612.


Border color

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

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

This div border color is #702612.


Opacity

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

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

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

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

This text has shadow with #702612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702612 on black background.


Color preview on white background

This text has color #702612 on white background.



Black color preview on #702612 background

This text has black color on #702612 background.


White color preview on #702612 background

This text has white color on #702612 background.