COLOR #702F4E

HEX: #702F4E RGB: (112,47,78)

Color info

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

RGB color model

#702F4E color RGB value is (112,47,78).

RGB: (112,47,78) (44%, 18%, 31%)

RGB channels and saturation

R 112 of 255 = 44%
G 47 of 255 = 18%
B 78 of 255 = 31%

112
47
78

R + G + B ~ 31%. #702F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 47 + 78 = 237 (100%)
R 112 of 237 ~ 47.26%
G 47 of 237 ~ 19.83%
B 78 of 237 ~ 32.91'%

%47.26
%19.83
%32.91

CMYK color model

#702F4E color CMYK value is (0,58,30,56).

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

CMYK: (0,58,30,56)
C0M58Y30K56 (0%, 58%, 30%, 56%)
(0.00 / 0.58 / 0.30 / 0.56)

CMYK percentages

%0
%58.04
%30.36
%56.08

Codes

Color #702F4E in popluar color models

70 2F 4E
RGB 112 47 78
HSL 331° 40.88% 31.18%
HSB/HSV 331° 58.04% 43.92%
CMYK 0.00% 58.04% 30.36%
56.08%

Color #702F4E in popluar number systems.

HEX 70 2F 4E
Decimal 112 47 78
Binary 1110000 101111 1001110
Octal 160 57 116

Shades and tints

Shades of #702F4E

#702F4E
(112,47,78)
#662B47
(102,43,71)
#5C2740
(92,39,64)
#522339
(82,35,57)
#481F32
(72,31,50)
#3E1B2B
(62,27,43)
#341724
(52,23,36)
#2A131D
(42,19,29)
#200F16
(32,15,22)
#160B0F
(22,11,15)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #702F4E

#702F4E
(112,47,78)
#7D415E
(125,65,94)
#8A536E
(138,83,110)
#97657E
(151,101,126)
#A4778E
(164,119,142)
#B1899E
(177,137,158)
#BE9BAE
(190,155,174)
#CBADBE
(203,173,190)
#D8BFCE
(216,191,206)
#E5D1DE
(229,209,222)
#F2E3EE
(242,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702F4E; }

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

This text font color is #702F4E.

Background Color

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

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

This div background color is #702F4E.

Border color

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

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

This div border color is #702F4E.

Opacity

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

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

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

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

This text has shadow with #702F4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #702F4E.

Preview

Color preview on black background

This text has color #702F4E on black background.


Color preview on white background

This text has color #702F4E on white background.


Black color preview on #702F4E background

This text has black color on #702F4E background.


White color preview on #702F4E background

This text has white color on #702F4E background.


Related colors

Complementary color

Complementary color for #hex is #8FD0B1.


I love getcolorcode.com

Triadic colors

1 #4E702F and #2F4E70 with #702F4E are triadic colors.

2 #4E2F70 and #2F704E with #702F4E are triadic colors.