COLOR #70576C

HEX: #70576C
RGB: (112,87,108)

Color info

#70576C contains red, green and blue colors in about the same proportion. Web safe color of #70576C is #666666 (or #666).

RGB color model

#70576C color RGB value is (112,87,108).

  • red value is 112;
  • green value is 87;
  • blue value is 108.
RGB:
(112,87,108)
(44%,34%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 108 of 255 = 42%

112
87
108

R + G + B ~ 40%. #70576C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 108 = 307 (100%)
R 112 of 307 ~ 36.48%
G 87 of 307 ~ 28.34%
B 108 of 307 ~ 35.18%

%36.48
%28.34
%35.18

CMYK color model

#70576C color CMYK value is (0,22,4,56).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(0,22,4,56)
C0M22Y4K56 
(0%,22%,4%,56%)
(0.00/0.22/0.04/0.56)	

CMYK percentages

%0
%22.32
%3.57
%56.08

Codes

Color #70576C in popluar color models

70576C
RGB11287108
HSL310°12.56%39.02%
HSB/HSV310°22.32%43.92%
CMYK0.00%22.32%3.57%
56.08%

Color #70576C in popluar number systems.

HEX70576C
Decimal11287108
Binary111000010101111101100
Octal160127154

Shades and tints

Shades of #70576C

#70576C
(112,87,108)
#665063
(102,80,99)
#5C495A
(92,73,90)
#524251
(82,66,81)
#483B48
(72,59,72)
#3E343F
(62,52,63)
#342D36
(52,45,54)
#2A262D
(42,38,45)
#201F24
(32,31,36)
#16181B
(22,24,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #70576C

#70576C
(112,87,108)
#7D6679
(125,102,121)
#8A7586
(138,117,134)
#978493
(151,132,147)
#A493A0
(164,147,160)
#B1A2AD
(177,162,173)
#BEB1BA
(190,177,186)
#CBC0C7
(203,192,199)
#D8CFD4
(216,207,212)
#E5DEE1
(229,222,225)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70576C color. Also use rgb(112,87,108) instead hex code.

Text Font Color

.myTextColor { color: #70576C; }

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

This text font color is #70576C.


Background Color

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

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

This div background color is #70576C.


Border color

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

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

This div border color is #70576C.


Opacity

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

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

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

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

This text has shadow with #70576C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70576C on black background.


Color preview on white background

This text has color #70576C on white background.



Black color preview on #70576C background

This text has black color on #70576C background.


White color preview on #70576C background

This text has white color on #70576C background.