COLOR #702820

HEX: #702820 RGB: (112,40,32)

Color info

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

RGB color model

#702820 color RGB value is (112,40,32).

RGB: (112,40,32) (44%, 16%, 13%)

RGB channels and saturation

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

112
40
32

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

Portions of RGB colors in percentages

R + G + B = 112 + 40 + 32 = 184 (100%)
R 112 of 184 ~ 60.87%
G 40 of 184 ~ 21.74%
B 32 of 184 ~ 17.39'%

%60.87
%21.74
%17.39

CMYK color model

#702820 color CMYK value is (0,64,71,56).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 71.43%
  • key color value is 56.08%

CMYK: (0,64,71,56)
C0M64Y71K56 (0%, 64%, 71%, 56%)
(0.00 / 0.64 / 0.71 / 0.56)

CMYK percentages

%0
%64.29
%71.43
%56.08

Codes

Color #702820 in popluar color models

70 28 20
RGB 112 40 32
HSL 55.56% 28.24%
HSB/HSV 71.43% 43.92%
CMYK 0.00% 64.29% 71.43%
56.08%

Color #702820 in popluar number systems.

HEX 70 28 20
Decimal 112 40 32
Binary 1110000 101000 100000
Octal 160 50 40

Shades and tints

Shades of #702820

#702820
(112,40,32)
#66251E
(102,37,30)
#5C221C
(92,34,28)
#521F1A
(82,31,26)
#481C18
(72,28,24)
#3E1916
(62,25,22)
#341614
(52,22,20)
#2A1312
(42,19,18)
#201010
(32,16,16)
#160D0E
(22,13,14)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #702820

#702820
(112,40,32)
#7D3B34
(125,59,52)
#8A4E48
(138,78,72)
#97615C
(151,97,92)
#A47470
(164,116,112)
#B18784
(177,135,132)
#BE9A98
(190,154,152)
#CBADAC
(203,173,172)
#D8C0C0
(216,192,192)
#E5D3D4
(229,211,212)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702820; }

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

This text font color is #702820.

Background Color

.myBgColor { background-color: #702820; }

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

This div background color is #702820.

Border color

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

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

This div border color is #702820.

Opacity

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

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

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

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

This text has shadow with #702820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #702820.

Preview

Color preview on black background

This text has color #702820 on black background.


Color preview on white background

This text has color #702820 on white background.


Black color preview on #702820 background

This text has black color on #702820 background.


White color preview on #702820 background

This text has white color on #702820 background.


Related colors

Complementary color

Complementary color for #hex is #8FD7DF.


I love getcolorcode.com

Triadic colors

1 #207028 and #282070 with #702820 are triadic colors.

2 #202870 and #287020 with #702820 are triadic colors.