COLOR #704262

HEX: #704262
RGB: (112,66,98)

Color info

#704262 contains red, green and blue colors in about the same proportion. Web safe color of #704262 is #663366 (or #636).

RGB color model

#704262 color RGB value is (112,66,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 66 of 255 = 26%
B 98 of 255 = 38%

112
66
98

R + G + B ~ 36%. #704262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 66 + 98 = 276 (100%)
R 112 of 276 ~ 40.58%
G 66 of 276 ~ 23.91%
B 98 of 276 ~ 35.51%

%40.58
%23.91
%35.51

CMYK color model

#704262 color CMYK value is (0,41,13,56).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,41,13,56)
C0M41Y13K56 
(0%,41%,13%,56%)
(0.00/0.41/0.13/0.56)	

CMYK percentages

%0
%41.07
%12.5
%56.08

Codes

Color #704262 in popluar color models

704262
RGB1126698
HSL318°25.84%34.90%
HSB/HSV318°41.07%43.92%
CMYK0.00%41.07%12.50%
56.08%

Color #704262 in popluar number systems.

HEX704262
Decimal1126698
Binary111000010000101100010
Octal160102142

Shades and tints

Shades of #704262

#704262
(112,66,98)
#663C5A
(102,60,90)
#5C3652
(92,54,82)
#52304A
(82,48,74)
#482A42
(72,42,66)
#3E243A
(62,36,58)
#341E32
(52,30,50)
#2A182A
(42,24,42)
#201222
(32,18,34)
#160C1A
(22,12,26)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #704262

#704262
(112,66,98)
#7D5370
(125,83,112)
#8A647E
(138,100,126)
#97758C
(151,117,140)
#A4869A
(164,134,154)
#B197A8
(177,151,168)
#BEA8B6
(190,168,182)
#CBB9C4
(203,185,196)
#D8CAD2
(216,202,210)
#E5DBE0
(229,219,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704262; }

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

This text font color is #704262.


Background Color

.myBgColor { background-color: #704262; }

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

This div background color is #704262.


Border color

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

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

This div border color is #704262.


Opacity

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

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

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

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

This text has shadow with #704262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704262 on black background.


Color preview on white background

This text has color #704262 on white background.



Black color preview on #704262 background

This text has black color on #704262 background.


White color preview on #704262 background

This text has white color on #704262 background.