COLOR #70375A

HEX: #70375A
RGB: (112,55,90)

Color info

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

RGB color model

#70375A color RGB value is (112,55,90).

  • red value is 112;
  • green value is 55;
  • blue value is 90.
RGB:
(112,55,90)
(44%,22%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 55 of 255 = 22%
B 90 of 255 = 35%

112
55
90

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

Portions of RGB colors in percentages

R + G + B =
112 + 55 + 90 = 257 (100%)
R 112 of 257 ~ 43.58%
G 55 of 257 ~ 21.4%
B 90 of 257 ~ 35.02%

%43.58
%21.4
%35.02

CMYK color model

#70375A color CMYK value is (0,51,20,56).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(0,51,20,56)
C0M51Y20K56 
(0%,51%,20%,56%)
(0.00/0.51/0.20/0.56)	

CMYK percentages

%0
%50.89
%19.64
%56.08

Codes

Color #70375A in popluar color models

70375A
RGB1125590
HSL323°34.13%32.75%
HSB/HSV323°50.89%43.92%
CMYK0.00%50.89%19.64%
56.08%

Color #70375A in popluar number systems.

HEX70375A
Decimal1125590
Binary11100001101111011010
Octal16067132

Shades and tints

Shades of #70375A

#70375A
(112,55,90)
#663252
(102,50,82)
#5C2D4A
(92,45,74)
#522842
(82,40,66)
#48233A
(72,35,58)
#3E1E32
(62,30,50)
#34192A
(52,25,42)
#2A1422
(42,20,34)
#200F1A
(32,15,26)
#160A12
(22,10,18)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #70375A

#70375A
(112,55,90)
#7D4969
(125,73,105)
#8A5B78
(138,91,120)
#976D87
(151,109,135)
#A47F96
(164,127,150)
#B191A5
(177,145,165)
#BEA3B4
(190,163,180)
#CBB5C3
(203,181,195)
#D8C7D2
(216,199,210)
#E5D9E1
(229,217,225)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70375A color. Also use rgb(112,55,90) instead hex code.

Text Font Color

.myTextColor { color: #70375A; }

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

This text font color is #70375A.


Background Color

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

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

This div background color is #70375A.


Border color

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

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

This div border color is #70375A.


Opacity

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

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

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

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

This text has shadow with #70375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70375A on black background.


Color preview on white background

This text has color #70375A on white background.



Black color preview on #70375A background

This text has black color on #70375A background.


White color preview on #70375A background

This text has white color on #70375A background.