COLOR #70493C

HEX: #70493C
RGB: (112,73,60)

Color info

#70493C contains red, green and blue colors in about the same proportion. Web safe color of #70493C is #663333 (or #633).

RGB color model

#70493C color RGB value is (112,73,60).

  • red value is 112;
  • green value is 73;
  • blue value is 60.
RGB:
(112,73,60)
(44%,29%,24%)

RGB channels and saturation

R 112 of 255 = 44%
G 73 of 255 = 29%
B 60 of 255 = 24%

112
73
60

R + G + B ~ 32%. #70493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 73 + 60 = 245 (100%)
R 112 of 245 ~ 45.71%
G 73 of 245 ~ 29.8%
B 60 of 245 ~ 24.49%

%45.71
%29.8
%24.49

CMYK color model

#70493C color CMYK value is (0,35,46,56).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(0,35,46,56)
C0M35Y46K56 
(0%,35%,46%,56%)
(0.00/0.35/0.46/0.56)	

CMYK percentages

%0
%34.82
%46.43
%56.08

Codes

Color #70493C in popluar color models

70493C
RGB1127360
HSL15°30.23%33.73%
HSB/HSV15°46.43%43.92%
CMYK0.00%34.82%46.43%
56.08%

Color #70493C in popluar number systems.

HEX70493C
Decimal1127360
Binary11100001001001111100
Octal16011174

Shades and tints

Shades of #70493C

#70493C
(112,73,60)
#664337
(102,67,55)
#5C3D32
(92,61,50)
#52372D
(82,55,45)
#483128
(72,49,40)
#3E2B23
(62,43,35)
#34251E
(52,37,30)
#2A1F19
(42,31,25)
#201914
(32,25,20)
#16130F
(22,19,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #70493C

#70493C
(112,73,60)
#7D594D
(125,89,77)
#8A695E
(138,105,94)
#97796F
(151,121,111)
#A48980
(164,137,128)
#B19991
(177,153,145)
#BEA9A2
(190,169,162)
#CBB9B3
(203,185,179)
#D8C9C4
(216,201,196)
#E5D9D5
(229,217,213)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70493C color. Also use rgb(112,73,60) instead hex code.

Text Font Color

.myTextColor { color: #70493C; }

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

This text font color is #70493C.


Background Color

.myBgColor { background-color: #70493C; }

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

This div background color is #70493C.


Border color

.myBorderColor { border: 1px solid #70493C; }

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

This div border color is #70493C.


Opacity

.myOpacity80 { color: #70493C; opacity: 0.8; }

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

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

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

This text has shadow with #70493C color.

.textShadow {text-shadow: 3px 3px 1px #70493C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70493C on black background.


Color preview on white background

This text has color #70493C on white background.



Black color preview on #70493C background

This text has black color on #70493C background.


White color preview on #70493C background

This text has white color on #70493C background.