COLOR #70494A

HEX: #70494A
RGB: (112,73,74)

Color info

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

RGB color model

#70494A color RGB value is (112,73,74).

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

RGB channels and saturation

R 112 of 255 = 44%
G 73 of 255 = 29%
B 74 of 255 = 29%

112
73
74

R + G + B ~ 34%. #70494A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 73 + 74 = 259 (100%)
R 112 of 259 ~ 43.24%
G 73 of 259 ~ 28.19%
B 74 of 259 ~ 28.57%

%43.24
%28.19
%28.57

CMYK color model

#70494A color CMYK value is (0,35,34,56).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(0,35,34,56)
C0M35Y34K56 
(0%,35%,34%,56%)
(0.00/0.35/0.34/0.56)	

CMYK percentages

%0
%34.82
%33.93
%56.08

Codes

Color #70494A in popluar color models

70494A
RGB1127374
HSL358°21.08%36.27%
HSB/HSV358°34.82%43.92%
CMYK0.00%34.82%33.93%
56.08%

Color #70494A in popluar number systems.

HEX70494A
Decimal1127374
Binary111000010010011001010
Octal160111112

Shades and tints

Shades of #70494A

#70494A
(112,73,74)
#664344
(102,67,68)
#5C3D3E
(92,61,62)
#523738
(82,55,56)
#483132
(72,49,50)
#3E2B2C
(62,43,44)
#342526
(52,37,38)
#2A1F20
(42,31,32)
#20191A
(32,25,26)
#161314
(22,19,20)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #70494A

#70494A
(112,73,74)
#7D595A
(125,89,90)
#8A696A
(138,105,106)
#97797A
(151,121,122)
#A4898A
(164,137,138)
#B1999A
(177,153,154)
#BEA9AA
(190,169,170)
#CBB9BA
(203,185,186)
#D8C9CA
(216,201,202)
#E5D9DA
(229,217,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70494A color. Also use rgb(112,73,74) instead hex code.

Text Font Color

.myTextColor { color: #70494A; }

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

This text font color is #70494A.


Background Color

.myBgColor { background-color: #70494A; }

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

This div background color is #70494A.


Border color

.myBorderColor { border: 1px solid #70494A; }

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

This div border color is #70494A.


Opacity

.myOpacity80 { color: #70494A; opacity: 0.8; }

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

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

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

This text has shadow with #70494A color.

.textShadow {text-shadow: 3px 3px 1px #70494A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70494A on black background.


Color preview on white background

This text has color #70494A on white background.



Black color preview on #70494A background

This text has black color on #70494A background.


White color preview on #70494A background

This text has white color on #70494A background.