COLOR #704869

HEX: #704869
RGB: (112,72,105)

Color info

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

RGB color model

#704869 color RGB value is (112,72,105).

  • red value is 112;
  • green value is 72;
  • blue value is 105.
RGB:
(112,72,105)
(44%,28%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 105 of 255 = 41%

112
72
105

R + G + B ~ 38%. #704869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 105 = 289 (100%)
R 112 of 289 ~ 38.75%
G 72 of 289 ~ 24.91%
B 105 of 289 ~ 36.33%

%38.75
%24.91
%36.33

CMYK color model

#704869 color CMYK value is (0,36,6,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,36,6,56)
C0M36Y6K56 
(0%,36%,6%,56%)
(0.00/0.36/0.06/0.56)	

CMYK percentages

%0
%35.71
%6.25
%56.08

Codes

Color #704869 in popluar color models

704869
RGB11272105
HSL311°21.74%36.08%
HSB/HSV311°35.71%43.92%
CMYK0.00%35.71%6.25%
56.08%

Color #704869 in popluar number systems.

HEX704869
Decimal11272105
Binary111000010010001101001
Octal160110151

Shades and tints

Shades of #704869

#704869
(112,72,105)
#664260
(102,66,96)
#5C3C57
(92,60,87)
#52364E
(82,54,78)
#483045
(72,48,69)
#3E2A3C
(62,42,60)
#342433
(52,36,51)
#2A1E2A
(42,30,42)
#201821
(32,24,33)
#161218
(22,18,24)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #704869

#704869
(112,72,105)
#7D5876
(125,88,118)
#8A6883
(138,104,131)
#977890
(151,120,144)
#A4889D
(164,136,157)
#B198AA
(177,152,170)
#BEA8B7
(190,168,183)
#CBB8C4
(203,184,196)
#D8C8D1
(216,200,209)
#E5D8DE
(229,216,222)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704869 color. Also use rgb(112,72,105) instead hex code.

Text Font Color

.myTextColor { color: #704869; }

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

This text font color is #704869.


Background Color

.myBgColor { background-color: #704869; }

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

This div background color is #704869.


Border color

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

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

This div border color is #704869.


Opacity

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

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

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

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

This text has shadow with #704869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704869 on black background.


Color preview on white background

This text has color #704869 on white background.



Black color preview on #704869 background

This text has black color on #704869 background.


White color preview on #704869 background

This text has white color on #704869 background.