COLOR #70474A

HEX: #70474A
RGB: (112,71,74)

Color info

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

RGB color model

#70474A color RGB value is (112,71,74).

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

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 74 of 255 = 29%

112
71
74

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

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 74 = 257 (100%)
R 112 of 257 ~ 43.58%
G 71 of 257 ~ 27.63%
B 74 of 257 ~ 28.79%

%43.58
%27.63
%28.79

CMYK color model

#70474A color CMYK value is (0,37,34,56).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(0,37,34,56)
C0M37Y34K56 
(0%,37%,34%,56%)
(0.00/0.37/0.34/0.56)	

CMYK percentages

%0
%36.61
%33.93
%56.08

Codes

Color #70474A in popluar color models

70474A
RGB1127174
HSL356°22.40%35.88%
HSB/HSV356°36.61%43.92%
CMYK0.00%36.61%33.93%
56.08%

Color #70474A in popluar number systems.

HEX70474A
Decimal1127174
Binary111000010001111001010
Octal160107112

Shades and tints

Shades of #70474A

#70474A
(112,71,74)
#664144
(102,65,68)
#5C3B3E
(92,59,62)
#523538
(82,53,56)
#482F32
(72,47,50)
#3E292C
(62,41,44)
#342326
(52,35,38)
#2A1D20
(42,29,32)
#20171A
(32,23,26)
#161114
(22,17,20)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #70474A

#70474A
(112,71,74)
#7D575A
(125,87,90)
#8A676A
(138,103,106)
#97777A
(151,119,122)
#A4878A
(164,135,138)
#B1979A
(177,151,154)
#BEA7AA
(190,167,170)
#CBB7BA
(203,183,186)
#D8C7CA
(216,199,202)
#E5D7DA
(229,215,218)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70474A; }

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

This text font color is #70474A.


Background Color

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

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

This div background color is #70474A.


Border color

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

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

This div border color is #70474A.


Opacity

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

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

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

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

This text has shadow with #70474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70474A on black background.


Color preview on white background

This text has color #70474A on white background.



Black color preview on #70474A background

This text has black color on #70474A background.


White color preview on #70474A background

This text has white color on #70474A background.