COLOR #702A20

HEX: #702A20
RGB: (112,42,32)

Color info

#702A20 contains mainly red color. Web safe color of #702A20 is #663333 (or #633).

RGB color model

#702A20 color RGB value is (112,42,32).

  • red value is 112;
  • green value is 42;
  • blue value is 32.
RGB:
(112,42,32)
(44%,16%,13%)

RGB channels and saturation

R 112 of 255 = 44%
G 42 of 255 = 16%
B 32 of 255 = 13%

112
42
32

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

Portions of RGB colors in percentages

R + G + B =
112 + 42 + 32 = 186 (100%)
R 112 of 186 ~ 60.22%
G 42 of 186 ~ 22.58%
B 32 of 186 ~ 17.2%

%60.22
%22.58
%17.2

CMYK color model

#702A20 color CMYK value is (0,63,71,56).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 71.43%
  • key color value is 56.08%
CMYK:
(0,63,71,56)
C0M63Y71K56 
(0%,63%,71%,56%)
(0.00/0.63/0.71/0.56)	

CMYK percentages

%0
%62.5
%71.43
%56.08

Codes

Color #702A20 in popluar color models

702A20
RGB1124232
HSL55.56%28.24%
HSB/HSV71.43%43.92%
CMYK0.00%62.50%71.43%
56.08%

Color #702A20 in popluar number systems.

HEX702A20
Decimal1124232
Binary1110000101010100000
Octal1605240

Shades and tints

Shades of #702A20

#702A20
(112,42,32)
#66271E
(102,39,30)
#5C241C
(92,36,28)
#52211A
(82,33,26)
#481E18
(72,30,24)
#3E1B16
(62,27,22)
#341814
(52,24,20)
#2A1512
(42,21,18)
#201210
(32,18,16)
#160F0E
(22,15,14)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #702A20

#702A20
(112,42,32)
#7D3D34
(125,61,52)
#8A5048
(138,80,72)
#97635C
(151,99,92)
#A47670
(164,118,112)
#B18984
(177,137,132)
#BE9C98
(190,156,152)
#CBAFAC
(203,175,172)
#D8C2C0
(216,194,192)
#E5D5D4
(229,213,212)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702A20 color. Also use rgb(112,42,32) instead hex code.

Text Font Color

.myTextColor { color: #702A20; }

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

This text font color is #702A20.


Background Color

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

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

This div background color is #702A20.


Border color

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

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

This div border color is #702A20.


Opacity

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

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

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

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

This text has shadow with #702A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702A20 on black background.


Color preview on white background

This text has color #702A20 on white background.



Black color preview on #702A20 background

This text has black color on #702A20 background.


White color preview on #702A20 background

This text has white color on #702A20 background.