COLOR #702742

HEX: #702742
RGB: (112,39,66)

Color info

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

RGB color model

#702742 color RGB value is (112,39,66).

  • red value is 112;
  • green value is 39;
  • blue value is 66.
RGB:
(112,39,66)
(44%,15%,26%)

RGB channels and saturation

R 112 of 255 = 44%
G 39 of 255 = 15%
B 66 of 255 = 26%

112
39
66

R + G + B ~ 28%. #702742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 39 + 66 = 217 (100%)
R 112 of 217 ~ 51.61%
G 39 of 217 ~ 17.97%
B 66 of 217 ~ 30.41%

%51.61
%17.97
%30.41

CMYK color model

#702742 color CMYK value is (0,65,41,56).

  • cyan value is 0.00%
  • magenta value is 65.18%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(0,65,41,56)
C0M65Y41K56 
(0%,65%,41%,56%)
(0.00/0.65/0.41/0.56)	

CMYK percentages

%0
%65.18
%41.07
%56.08

Codes

Color #702742 in popluar color models

702742
RGB1123966
HSL338°48.34%29.61%
HSB/HSV338°65.18%43.92%
CMYK0.00%65.18%41.07%
56.08%

Color #702742 in popluar number systems.

HEX702742
Decimal1123966
Binary11100001001111000010
Octal16047102

Shades and tints

Shades of #702742

#702742
(112,39,66)
#66243C
(102,36,60)
#5C2136
(92,33,54)
#521E30
(82,30,48)
#481B2A
(72,27,42)
#3E1824
(62,24,36)
#34151E
(52,21,30)
#2A1218
(42,18,24)
#200F12
(32,15,18)
#160C0C
(22,12,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #702742

#702742
(112,39,66)
#7D3A53
(125,58,83)
#8A4D64
(138,77,100)
#976075
(151,96,117)
#A47386
(164,115,134)
#B18697
(177,134,151)
#BE99A8
(190,153,168)
#CBACB9
(203,172,185)
#D8BFCA
(216,191,202)
#E5D2DB
(229,210,219)
#F2E5EC
(242,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702742 color. Also use rgb(112,39,66) instead hex code.

Text Font Color

.myTextColor { color: #702742; }

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

This text font color is #702742.


Background Color

.myBgColor { background-color: #702742; }

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

This div background color is #702742.


Border color

.myBorderColor { border: 1px solid #702742; }

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

This div border color is #702742.


Opacity

.myOpacity80 { color: #702742; opacity: 0.8; }

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

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

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

This text has shadow with #702742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702742 on black background.


Color preview on white background

This text has color #702742 on white background.



Black color preview on #702742 background

This text has black color on #702742 background.


White color preview on #702742 background

This text has white color on #702742 background.