COLOR #702B4C

HEX: #702B4C
RGB: (112,43,76)

Color info

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

RGB color model

#702B4C color RGB value is (112,43,76).

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

RGB channels and saturation

R 112 of 255 = 44%
G 43 of 255 = 17%
B 76 of 255 = 30%

112
43
76

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

Portions of RGB colors in percentages

R + G + B =
112 + 43 + 76 = 231 (100%)
R 112 of 231 ~ 48.48%
G 43 of 231 ~ 18.61%
B 76 of 231 ~ 32.9%

%48.48
%18.61
%32.9

CMYK color model

#702B4C color CMYK value is (0,62,32,56).

  • cyan value is 0.00%
  • magenta value is 61.61%
  • yellow value is 32.14%
  • key color value is 56.08%
CMYK:
(0,62,32,56)
C0M62Y32K56 
(0%,62%,32%,56%)
(0.00/0.62/0.32/0.56)	

CMYK percentages

%0
%61.61
%32.14
%56.08

Codes

Color #702B4C in popluar color models

702B4C
RGB1124376
HSL331°44.52%30.39%
HSB/HSV331°61.61%43.92%
CMYK0.00%61.61%32.14%
56.08%

Color #702B4C in popluar number systems.

HEX702B4C
Decimal1124376
Binary11100001010111001100
Octal16053114

Shades and tints

Shades of #702B4C

#702B4C
(112,43,76)
#662846
(102,40,70)
#5C2540
(92,37,64)
#52223A
(82,34,58)
#481F34
(72,31,52)
#3E1C2E
(62,28,46)
#341928
(52,25,40)
#2A1622
(42,22,34)
#20131C
(32,19,28)
#161016
(22,16,22)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #702B4C

#702B4C
(112,43,76)
#7D3E5C
(125,62,92)
#8A516C
(138,81,108)
#97647C
(151,100,124)
#A4778C
(164,119,140)
#B18A9C
(177,138,156)
#BE9DAC
(190,157,172)
#CBB0BC
(203,176,188)
#D8C3CC
(216,195,204)
#E5D6DC
(229,214,220)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #702B4C; }

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

This text font color is #702B4C.


Background Color

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

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

This div background color is #702B4C.


Border color

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

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

This div border color is #702B4C.


Opacity

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

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

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

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

This text has shadow with #702B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702B4C on black background.


Color preview on white background

This text has color #702B4C on white background.



Black color preview on #702B4C background

This text has black color on #702B4C background.


White color preview on #702B4C background

This text has white color on #702B4C background.