COLOR #702B47

HEX: #702B47
RGB: (112,43,71)

Color info

#702B47 contains mainly red and blue colors. Web safe color of #702B47 is #663333 (or #633).

RGB color model

#702B47 color RGB value is (112,43,71).

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

RGB channels and saturation

R 112 of 255 = 44%
G 43 of 255 = 17%
B 71 of 255 = 28%

112
43
71

R + G + B ~ 30%. #702B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 43 + 71 = 226 (100%)
R 112 of 226 ~ 49.56%
G 43 of 226 ~ 19.03%
B 71 of 226 ~ 31.42%

%49.56
%19.03
%31.42

CMYK color model

#702B47 color CMYK value is (0,62,37,56).

  • cyan value is 0.00%
  • magenta value is 61.61%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(0,62,37,56)
C0M62Y37K56 
(0%,62%,37%,56%)
(0.00/0.62/0.37/0.56)	

CMYK percentages

%0
%61.61
%36.61
%56.08

Codes

Color #702B47 in popluar color models

702B47
RGB1124371
HSL336°44.52%30.39%
HSB/HSV336°61.61%43.92%
CMYK0.00%61.61%36.61%
56.08%

Color #702B47 in popluar number systems.

HEX702B47
Decimal1124371
Binary11100001010111000111
Octal16053107

Shades and tints

Shades of #702B47

#702B47
(112,43,71)
#662841
(102,40,65)
#5C253B
(92,37,59)
#522235
(82,34,53)
#481F2F
(72,31,47)
#3E1C29
(62,28,41)
#341923
(52,25,35)
#2A161D
(42,22,29)
#201317
(32,19,23)
#161011
(22,16,17)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #702B47

#702B47
(112,43,71)
#7D3E57
(125,62,87)
#8A5167
(138,81,103)
#976477
(151,100,119)
#A47787
(164,119,135)
#B18A97
(177,138,151)
#BE9DA7
(190,157,167)
#CBB0B7
(203,176,183)
#D8C3C7
(216,195,199)
#E5D6D7
(229,214,215)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702B47; }

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

This text font color is #702B47.


Background Color

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

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

This div background color is #702B47.


Border color

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

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

This div border color is #702B47.


Opacity

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

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

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

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

This text has shadow with #702B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702B47 on black background.


Color preview on white background

This text has color #702B47 on white background.



Black color preview on #702B47 background

This text has black color on #702B47 background.


White color preview on #702B47 background

This text has white color on #702B47 background.