COLOR #702B69

HEX: #702B69
RGB: (112,43,105)

Color info

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

RGB color model

#702B69 color RGB value is (112,43,105).

  • red value is 112;
  • green value is 43;
  • blue value is 105.
RGB:
(112,43,105)
(44%,17%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 43 of 255 = 17%
B 105 of 255 = 41%

112
43
105

R + G + B ~ 34%. #702B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 43 + 105 = 260 (100%)
R 112 of 260 ~ 43.08%
G 43 of 260 ~ 16.54%
B 105 of 260 ~ 40.38%

%43.08
%16.54
%40.38

CMYK color model

#702B69 color CMYK value is (0,62,6,56).

  • cyan value is 0.00%
  • magenta value is 61.61%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,62,6,56)
C0M62Y6K56 
(0%,62%,6%,56%)
(0.00/0.62/0.06/0.56)	

CMYK percentages

%0
%61.61
%6.25
%56.08

Codes

Color #702B69 in popluar color models

702B69
RGB11243105
HSL306°44.52%30.39%
HSB/HSV306°61.61%43.92%
CMYK0.00%61.61%6.25%
56.08%

Color #702B69 in popluar number systems.

HEX702B69
Decimal11243105
Binary11100001010111101001
Octal16053151

Shades and tints

Shades of #702B69

#702B69
(112,43,105)
#662860
(102,40,96)
#5C2557
(92,37,87)
#52224E
(82,34,78)
#481F45
(72,31,69)
#3E1C3C
(62,28,60)
#341933
(52,25,51)
#2A162A
(42,22,42)
#201321
(32,19,33)
#161018
(22,16,24)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #702B69

#702B69
(112,43,105)
#7D3E76
(125,62,118)
#8A5183
(138,81,131)
#976490
(151,100,144)
#A4779D
(164,119,157)
#B18AAA
(177,138,170)
#BE9DB7
(190,157,183)
#CBB0C4
(203,176,196)
#D8C3D1
(216,195,209)
#E5D6DE
(229,214,222)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702B69 color. Also use rgb(112,43,105) instead hex code.

Text Font Color

.myTextColor { color: #702B69; }

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

This text font color is #702B69.


Background Color

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

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

This div background color is #702B69.


Border color

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

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

This div border color is #702B69.


Opacity

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

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

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

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

This text has shadow with #702B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702B69 on black background.


Color preview on white background

This text has color #702B69 on white background.



Black color preview on #702B69 background

This text has black color on #702B69 background.


White color preview on #702B69 background

This text has white color on #702B69 background.