COLOR #70494D

HEX: #70494D
RGB: (112,73,77)

Color info

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

RGB color model

#70494D color RGB value is (112,73,77).

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

RGB channels and saturation

R 112 of 255 = 44%
G 73 of 255 = 29%
B 77 of 255 = 30%

112
73
77

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

Portions of RGB colors in percentages

R + G + B =
112 + 73 + 77 = 262 (100%)
R 112 of 262 ~ 42.75%
G 73 of 262 ~ 27.86%
B 77 of 262 ~ 29.39%

%42.75
%27.86
%29.39

CMYK color model

#70494D color CMYK value is (0,35,31,56).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(0,35,31,56)
C0M35Y31K56 
(0%,35%,31%,56%)
(0.00/0.35/0.31/0.56)	

CMYK percentages

%0
%34.82
%31.25
%56.08

Codes

Color #70494D in popluar color models

70494D
RGB1127377
HSL354°21.08%36.27%
HSB/HSV354°34.82%43.92%
CMYK0.00%34.82%31.25%
56.08%

Color #70494D in popluar number systems.

HEX70494D
Decimal1127377
Binary111000010010011001101
Octal160111115

Shades and tints

Shades of #70494D

#70494D
(112,73,77)
#664346
(102,67,70)
#5C3D3F
(92,61,63)
#523738
(82,55,56)
#483131
(72,49,49)
#3E2B2A
(62,43,42)
#342523
(52,37,35)
#2A1F1C
(42,31,28)
#201915
(32,25,21)
#16130E
(22,19,14)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #70494D

#70494D
(112,73,77)
#7D595D
(125,89,93)
#8A696D
(138,105,109)
#97797D
(151,121,125)
#A4898D
(164,137,141)
#B1999D
(177,153,157)
#BEA9AD
(190,169,173)
#CBB9BD
(203,185,189)
#D8C9CD
(216,201,205)
#E5D9DD
(229,217,221)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70494D; }

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

This text font color is #70494D.


Background Color

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

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

This div background color is #70494D.


Border color

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

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

This div border color is #70494D.


Opacity

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

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

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

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

This text has shadow with #70494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70494D on black background.


Color preview on white background

This text has color #70494D on white background.



Black color preview on #70494D background

This text has black color on #70494D background.


White color preview on #70494D background

This text has white color on #70494D background.