COLOR #70484F

HEX: #70484F
RGB: (112,72,79)

Color info

#70484F contains red, green and blue colors in about the same proportion. Web safe color of #70484F is #663366 (or #636).

RGB color model

#70484F color RGB value is (112,72,79).

  • red value is 112;
  • green value is 72;
  • blue value is 79.
RGB:
(112,72,79)
(44%,28%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 79 of 255 = 31%

112
72
79

R + G + B ~ 34%. #70484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 79 = 263 (100%)
R 112 of 263 ~ 42.59%
G 72 of 263 ~ 27.38%
B 79 of 263 ~ 30.04%

%42.59
%27.38
%30.04

CMYK color model

#70484F color CMYK value is (0,36,29,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(0,36,29,56)
C0M36Y29K56 
(0%,36%,29%,56%)
(0.00/0.36/0.29/0.56)	

CMYK percentages

%0
%35.71
%29.46
%56.08

Codes

Color #70484F in popluar color models

70484F
RGB1127279
HSL350°21.74%36.08%
HSB/HSV350°35.71%43.92%
CMYK0.00%35.71%29.46%
56.08%

Color #70484F in popluar number systems.

HEX70484F
Decimal1127279
Binary111000010010001001111
Octal160110117

Shades and tints

Shades of #70484F

#70484F
(112,72,79)
#664248
(102,66,72)
#5C3C41
(92,60,65)
#52363A
(82,54,58)
#483033
(72,48,51)
#3E2A2C
(62,42,44)
#342425
(52,36,37)
#2A1E1E
(42,30,30)
#201817
(32,24,23)
#161210
(22,18,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #70484F

#70484F
(112,72,79)
#7D585F
(125,88,95)
#8A686F
(138,104,111)
#97787F
(151,120,127)
#A4888F
(164,136,143)
#B1989F
(177,152,159)
#BEA8AF
(190,168,175)
#CBB8BF
(203,184,191)
#D8C8CF
(216,200,207)
#E5D8DF
(229,216,223)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70484F color. Also use rgb(112,72,79) instead hex code.

Text Font Color

.myTextColor { color: #70484F; }

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

This text font color is #70484F.


Background Color

.myBgColor { background-color: #70484F; }

<div style="background-color:#70484F">Inner text</div>

This div background color is #70484F.


Border color

.myBorderColor { border: 1px solid #70484F; }

<div style="border:3px solid #70484F">Div</div>

This div border color is #70484F.


Opacity

.myOpacity80 { color: #70484F; opacity: 0.8; }

<p style="color:#70484F;opacity:0.8;">80%</p>

Text with #70484F 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 #70484F;}

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

This text has shadow with #70484F color.

.textShadow {text-shadow: 3px 3px 1px #70484F, 3px 3px 1px red;}

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

This text has shadow with #70484F primary color and red secondary color.


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

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

This text has shadow with #70484F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70484F on black background.


Color preview on white background

This text has color #70484F on white background.



Black color preview on #70484F background

This text has black color on #70484F background.


White color preview on #70484F background

This text has white color on #70484F background.