COLOR #702376

HEX: #702376
RGB: (112,35,118)

Color info

#702376 contains mainly red and blue colors. Web safe color of #702376 is #663366 (or #636).

RGB color model

#702376 color RGB value is (112,35,118).

  • red value is 112;
  • green value is 35;
  • blue value is 118.
RGB:
(112,35,118)
(44%,14%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 35 of 255 = 14%
B 118 of 255 = 46%

112
35
118

R + G + B ~ 35%. #702376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 35 + 118 = 265 (100%)
R 112 of 265 ~ 42.26%
G 35 of 265 ~ 13.21%
B 118 of 265 ~ 44.53%

%42.26
%13.21
%44.53

CMYK color model

#702376 color CMYK value is (5,70,0,54).

  • cyan value is 5.08%
  • magenta value is 70.34%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,70,0,54)
C5M70Y0K54 
(5%,70%,0%,54%)
(0.05/0.70/0.00/0.54)	

CMYK percentages

%5.08
%70.34
%0
%53.73

Codes

Color #702376 in popluar color models

702376
RGB11235118
HSL296°54.25%30.00%
HSB/HSV296°70.34%46.27%
CMYK5.08%70.34%0.00%
53.73%

Color #702376 in popluar number systems.

HEX702376
Decimal11235118
Binary11100001000111110110
Octal16043166

Shades and tints

Shades of #702376

#702376
(112,35,118)
#66206C
(102,32,108)
#5C1D62
(92,29,98)
#521A58
(82,26,88)
#48174E
(72,23,78)
#3E1444
(62,20,68)
#34113A
(52,17,58)
#2A0E30
(42,14,48)
#200B26
(32,11,38)
#16081C
(22,8,28)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #702376

#702376
(112,35,118)
#7D3782
(125,55,130)
#8A4B8E
(138,75,142)
#975F9A
(151,95,154)
#A473A6
(164,115,166)
#B187B2
(177,135,178)
#BE9BBE
(190,155,190)
#CBAFCA
(203,175,202)
#D8C3D6
(216,195,214)
#E5D7E2
(229,215,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702376 color. Also use rgb(112,35,118) instead hex code.

Text Font Color

.myTextColor { color: #702376; }

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

This text font color is #702376.


Background Color

.myBgColor { background-color: #702376; }

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

This div background color is #702376.


Border color

.myBorderColor { border: 1px solid #702376; }

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

This div border color is #702376.


Opacity

.myOpacity80 { color: #702376; opacity: 0.8; }

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

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

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

This text has shadow with #702376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702376 on black background.


Color preview on white background

This text has color #702376 on white background.



Black color preview on #702376 background

This text has black color on #702376 background.


White color preview on #702376 background

This text has white color on #702376 background.