COLOR #702A1D

HEX: #702A1D
RGB: (112,42,29)

Color info

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

RGB color model

#702A1D color RGB value is (112,42,29).

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

RGB channels and saturation

R 112 of 255 = 44%
G 42 of 255 = 16%
B 29 of 255 = 11%

112
42
29

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

Portions of RGB colors in percentages

R + G + B =
112 + 42 + 29 = 183 (100%)
R 112 of 183 ~ 61.2%
G 42 of 183 ~ 22.95%
B 29 of 183 ~ 15.85%

%61.2
%22.95
%15.85

CMYK color model

#702A1D color CMYK value is (0,63,74,56).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 74.11%
  • key color value is 56.08%
CMYK:
(0,63,74,56)
C0M63Y74K56 
(0%,63%,74%,56%)
(0.00/0.63/0.74/0.56)	

CMYK percentages

%0
%62.5
%74.11
%56.08

Codes

Color #702A1D in popluar color models

702A1D
RGB1124229
HSL58.87%27.65%
HSB/HSV74.11%43.92%
CMYK0.00%62.50%74.11%
56.08%

Color #702A1D in popluar number systems.

HEX702A1D
Decimal1124229
Binary111000010101011101
Octal1605235

Shades and tints

Shades of #702A1D

#702A1D
(112,42,29)
#66271B
(102,39,27)
#5C2419
(92,36,25)
#522117
(82,33,23)
#481E15
(72,30,21)
#3E1B13
(62,27,19)
#341811
(52,24,17)
#2A150F
(42,21,15)
#20120D
(32,18,13)
#160F0B
(22,15,11)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #702A1D

#702A1D
(112,42,29)
#7D3D31
(125,61,49)
#8A5045
(138,80,69)
#976359
(151,99,89)
#A4766D
(164,118,109)
#B18981
(177,137,129)
#BE9C95
(190,156,149)
#CBAFA9
(203,175,169)
#D8C2BD
(216,194,189)
#E5D5D1
(229,213,209)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702A1D; }

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

This text font color is #702A1D.


Background Color

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

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

This div background color is #702A1D.


Border color

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

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

This div border color is #702A1D.


Opacity

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

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

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

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

This text has shadow with #702A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702A1D on black background.


Color preview on white background

This text has color #702A1D on white background.



Black color preview on #702A1D background

This text has black color on #702A1D background.


White color preview on #702A1D background

This text has white color on #702A1D background.