COLOR #702F5D

HEX: #702F5D
RGB: (112,47,93)

Color info

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

RGB color model

#702F5D color RGB value is (112,47,93).

  • red value is 112;
  • green value is 47;
  • blue value is 93.
RGB:
(112,47,93)
(44%,18%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 47 of 255 = 18%
B 93 of 255 = 36%

112
47
93

R + G + B ~ 33%. #702F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 47 + 93 = 252 (100%)
R 112 of 252 ~ 44.44%
G 47 of 252 ~ 18.65%
B 93 of 252 ~ 36.9%

%44.44
%18.65
%36.9

CMYK color model

#702F5D color CMYK value is (0,58,17,56).

  • cyan value is 0.00%
  • magenta value is 58.04%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(0,58,17,56)
C0M58Y17K56 
(0%,58%,17%,56%)
(0.00/0.58/0.17/0.56)	

CMYK percentages

%0
%58.04
%16.96
%56.08

Codes

Color #702F5D in popluar color models

702F5D
RGB1124793
HSL318°40.88%31.18%
HSB/HSV318°58.04%43.92%
CMYK0.00%58.04%16.96%
56.08%

Color #702F5D in popluar number systems.

HEX702F5D
Decimal1124793
Binary11100001011111011101
Octal16057135

Shades and tints

Shades of #702F5D

#702F5D
(112,47,93)
#662B55
(102,43,85)
#5C274D
(92,39,77)
#522345
(82,35,69)
#481F3D
(72,31,61)
#3E1B35
(62,27,53)
#34172D
(52,23,45)
#2A1325
(42,19,37)
#200F1D
(32,15,29)
#160B15
(22,11,21)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #702F5D

#702F5D
(112,47,93)
#7D416B
(125,65,107)
#8A5379
(138,83,121)
#976587
(151,101,135)
#A47795
(164,119,149)
#B189A3
(177,137,163)
#BE9BB1
(190,155,177)
#CBADBF
(203,173,191)
#D8BFCD
(216,191,205)
#E5D1DB
(229,209,219)
#F2E3E9
(242,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702F5D color. Also use rgb(112,47,93) instead hex code.

Text Font Color

.myTextColor { color: #702F5D; }

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

This text font color is #702F5D.


Background Color

.myBgColor { background-color: #702F5D; }

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

This div background color is #702F5D.


Border color

.myBorderColor { border: 1px solid #702F5D; }

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

This div border color is #702F5D.


Opacity

.myOpacity80 { color: #702F5D; opacity: 0.8; }

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

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

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

This text has shadow with #702F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702F5D on black background.


Color preview on white background

This text has color #702F5D on white background.



Black color preview on #702F5D background

This text has black color on #702F5D background.


White color preview on #702F5D background

This text has white color on #702F5D background.