COLOR #702F65

HEX: #702F65 RGB: (112,47,101)

Color info

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

RGB color model

#702F65 color RGB value is (112,47,101).

RGB: (112,47,101) (44%, 18%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 47 of 255 = 18%
B 101 of 255 = 40%

112
47
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 47 + 101 = 260 (100%)
R 112 of 260 ~ 43.08%
G 47 of 260 ~ 18.08%
B 101 of 260 ~ 38.85'%

%43.08
%18.08
%38.85

CMYK color model

#702F65 color CMYK value is (0,58,10,56).

  • cyan value is 0.00%
  • magenta value is 58.04%
  • yellow value is 9.82%
  • key color value is 56.08%

CMYK: (0,58,10,56)
C0M58Y10K56 (0%, 58%, 10%, 56%)
(0.00 / 0.58 / 0.10 / 0.56)

CMYK percentages

%0
%58.04
%9.82
%56.08

Codes

Color #702F65 in popluar color models

70 2F 65
RGB 112 47 101
HSL 310° 40.88% 31.18%
HSB/HSV 310° 58.04% 43.92%
CMYK 0.00% 58.04% 9.82%
56.08%

Color #702F65 in popluar number systems.

HEX 70 2F 65
Decimal 112 47 101
Binary 1110000 101111 1100101
Octal 160 57 145

Shades and tints

Shades of #702F65

#702F65
(112,47,101)
#662B5C
(102,43,92)
#5C2753
(92,39,83)
#52234A
(82,35,74)
#481F41
(72,31,65)
#3E1B38
(62,27,56)
#34172F
(52,23,47)
#2A1326
(42,19,38)
#200F1D
(32,15,29)
#160B14
(22,11,20)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #702F65

#702F65
(112,47,101)
#7D4173
(125,65,115)
#8A5381
(138,83,129)
#97658F
(151,101,143)
#A4779D
(164,119,157)
#B189AB
(177,137,171)
#BE9BB9
(190,155,185)
#CBADC7
(203,173,199)
#D8BFD5
(216,191,213)
#E5D1E3
(229,209,227)
#F2E3F1
(242,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702F65; }

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

This text font color is #702F65.

Background Color

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

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

This div background color is #702F65.

Border color

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

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

This div border color is #702F65.

Opacity

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

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

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

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

This text has shadow with #702F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #702F65.

Preview

Color preview on black background

This text has color #702F65 on black background.


Color preview on white background

This text has color #702F65 on white background.


Black color preview on #702F65 background

This text has black color on #702F65 background.


White color preview on #702F65 background

This text has white color on #702F65 background.


Related colors

Complementary color

Complementary color for #hex is #8FD09A.


I love getcolorcode.com

Triadic colors

1 #65702F and #2F6570 with #702F65 are triadic colors.

2 #652F70 and #2F7065 with #702F65 are triadic colors.