COLOR #703C18

HEX: #703C18 RGB: (112,60,24)

Color info

#703C18 contains mainly red and green colors. Web safe color of #703C18 is #663300 (or #630).

RGB color model

#703C18 color RGB value is (112,60,24).

RGB: (112,60,24) (44%, 24%, 9%)

RGB channels and saturation

R 112 of 255 = 44%
G 60 of 255 = 24%
B 24 of 255 = 9%

112
60
24

R + G + B ~ 26%. #703C18 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 60 + 24 = 196 (100%)
R 112 of 196 ~ 57.14%
G 60 of 196 ~ 30.61%
B 24 of 196 ~ 12.24'%

%57.14
%30.61
%12.24

CMYK color model

#703C18 color CMYK value is (0,46,79,56).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 78.57%
  • key color value is 56.08%

CMYK: (0,46,79,56)
C0M46Y79K56 (0%, 46%, 79%, 56%)
(0.00 / 0.46 / 0.79 / 0.56)

CMYK percentages

%0
%46.43
%78.57
%56.08

Codes

Color #703C18 in popluar color models

70 3C 18
RGB 112 60 24
HSL 25° 64.71% 26.67%
HSB/HSV 25° 78.57% 43.92%
CMYK 0.00% 46.43% 78.57%
56.08%

Color #703C18 in popluar number systems.

HEX 70 3C 18
Decimal 112 60 24
Binary 1110000 111100 11000
Octal 160 74 30

Shades and tints

Shades of #703C18

#703C18
(112,60,24)
#663716
(102,55,22)
#5C3214
(92,50,20)
#522D12
(82,45,18)
#482810
(72,40,16)
#3E230E
(62,35,14)
#341E0C
(52,30,12)
#2A190A
(42,25,10)
#201408
(32,20,8)
#160F06
(22,15,6)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #703C18

#703C18
(112,60,24)
#7D4D2D
(125,77,45)
#8A5E42
(138,94,66)
#976F57
(151,111,87)
#A4806C
(164,128,108)
#B19181
(177,145,129)
#BEA296
(190,162,150)
#CBB3AB
(203,179,171)
#D8C4C0
(216,196,192)
#E5D5D5
(229,213,213)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #703C18 color. Also use rgb(112,60,24) instead hex code.

Text Font Color

.myTextColor { color: #703C18; }

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

This text font color is #703C18.

Background Color

.myBgColor { background-color: #703C18; }

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

This div background color is #703C18.

Border color

.myBorderColor { border: 1px solid #703C18; }

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

This div border color is #703C18.

Opacity

.myOpacity80 { color: #703C18; opacity: 0.8; }

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

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

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

This text has shadow with #703C18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #703C18.

Preview

Color preview on black background

This text has color #703C18 on black background.


Color preview on white background

This text has color #703C18 on white background.


Black color preview on #703C18 background

This text has black color on #703C18 background.


White color preview on #703C18 background

This text has white color on #703C18 background.


Related colors

Complementary color

Complementary color for #hex is #8FC3E7.


I love getcolorcode.com

Triadic colors

1 #18703C and #3C1870 with #703C18 are triadic colors.

2 #183C70 and #3C7018 with #703C18 are triadic colors.