COLOR #702C06

HEX: #702C06 RGB: (112,44,6)

Color info

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

RGB color model

#702C06 color RGB value is (112,44,6).

RGB: (112,44,6) (44%, 17%, 2%)

RGB channels and saturation

R 112 of 255 = 44%
G 44 of 255 = 17%
B 6 of 255 = 2%

112
44
6

R + G + B ~ 21%. #702C06 is dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 44 + 6 = 162 (100%)
R 112 of 162 ~ 69.14%
G 44 of 162 ~ 27.16%
B 6 of 162 ~ 3.7'%

%69.14
%27.16

CMYK color model

#702C06 color CMYK value is (0,61,95,56).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 94.64%
  • key color value is 56.08%

CMYK: (0,61,95,56)
C0M61Y95K56 (0%, 61%, 95%, 56%)
(0.00 / 0.61 / 0.95 / 0.56)

CMYK percentages

%0
%60.71
%94.64
%56.08

Codes

Color #702C06 in popluar color models

70 2C 06
RGB 112 44 6
HSL 22° 89.83% 23.14%
HSB/HSV 22° 94.64% 43.92%
CMYK 0.00% 60.71% 94.64%
56.08%

Color #702C06 in popluar number systems.

HEX 70 2C 06
Decimal 112 44 6
Binary 1110000 101100 110
Octal 160 54 6

Shades and tints

Shades of #702C06

#702C06
(112,44,6)
#662806
(102,40,6)
#5C2406
(92,36,6)
#522006
(82,32,6)
#481C06
(72,28,6)
#3E1806
(62,24,6)
#341406
(52,20,6)
#2A1006
(42,16,6)
#200C06
(32,12,6)
#160806
(22,8,6)
#0C0406
(12,4,6)
#000000
(0,0,0)

Tints of #702C06

#702C06
(112,44,6)
#7D3F1C
(125,63,28)
#8A5232
(138,82,50)
#976548
(151,101,72)
#A4785E
(164,120,94)
#B18B74
(177,139,116)
#BE9E8A
(190,158,138)
#CBB1A0
(203,177,160)
#D8C4B6
(216,196,182)
#E5D7CC
(229,215,204)
#F2EAE2
(242,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702C06 color. Also use rgb(112,44,6) instead hex code.

Text Font Color

.myTextColor { color: #702C06; }

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

This text font color is #702C06.

Background Color

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

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

This div background color is #702C06.

Border color

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

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

This div border color is #702C06.

Opacity

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

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

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

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

This text has shadow with #702C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #702C06.

Preview

Color preview on black background

This text has color #702C06 on black background.


Color preview on white background

This text has color #702C06 on white background.


Black color preview on #702C06 background

This text has black color on #702C06 background.


White color preview on #702C06 background

This text has white color on #702C06 background.


Related colors

Complementary color

Complementary color for #hex is #8FD3F9.


I love getcolorcode.com

Triadic colors

1 #06702C and #2C0670 with #702C06 are triadic colors.

2 #062C70 and #2C7006 with #702C06 are triadic colors.