COLOR #702840

HEX: #702840
RGB: (112,40,64)

Color info

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

RGB color model

#702840 color RGB value is (112,40,64).

  • red value is 112;
  • green value is 40;
  • blue value is 64.
RGB:
(112,40,64)
(44%,16%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 40 of 255 = 16%
B 64 of 255 = 25%

112
40
64

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

Portions of RGB colors in percentages

R + G + B =
112 + 40 + 64 = 216 (100%)
R 112 of 216 ~ 51.85%
G 40 of 216 ~ 18.52%
B 64 of 216 ~ 29.63%

%51.85
%18.52
%29.63

CMYK color model

#702840 color CMYK value is (0,64,43,56).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 42.86%
  • key color value is 56.08%
CMYK:
(0,64,43,56)
C0M64Y43K56 
(0%,64%,43%,56%)
(0.00/0.64/0.43/0.56)	

CMYK percentages

%0
%64.29
%42.86
%56.08

Codes

Color #702840 in popluar color models

702840
RGB1124064
HSL340°47.37%29.80%
HSB/HSV340°64.29%43.92%
CMYK0.00%64.29%42.86%
56.08%

Color #702840 in popluar number systems.

HEX702840
Decimal1124064
Binary11100001010001000000
Octal16050100

Shades and tints

Shades of #702840

#702840
(112,40,64)
#66253B
(102,37,59)
#5C2236
(92,34,54)
#521F31
(82,31,49)
#481C2C
(72,28,44)
#3E1927
(62,25,39)
#341622
(52,22,34)
#2A131D
(42,19,29)
#201018
(32,16,24)
#160D13
(22,13,19)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #702840

#702840
(112,40,64)
#7D3B51
(125,59,81)
#8A4E62
(138,78,98)
#976173
(151,97,115)
#A47484
(164,116,132)
#B18795
(177,135,149)
#BE9AA6
(190,154,166)
#CBADB7
(203,173,183)
#D8C0C8
(216,192,200)
#E5D3D9
(229,211,217)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #702840 color. Also use rgb(112,40,64) instead hex code.

Text Font Color

.myTextColor { color: #702840; }

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

This text font color is #702840.


Background Color

.myBgColor { background-color: #702840; }

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

This div background color is #702840.


Border color

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

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

This div border color is #702840.


Opacity

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

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

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

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

This text has shadow with #702840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #702840 on black background.


Color preview on white background

This text has color #702840 on white background.



Black color preview on #702840 background

This text has black color on #702840 background.


White color preview on #702840 background

This text has white color on #702840 background.