COLOR #704858

HEX: #704858
RGB: (112,72,88)

Color info

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

RGB color model

#704858 color RGB value is (112,72,88).

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

RGB channels and saturation

R 112 of 255 = 44%
G 72 of 255 = 28%
B 88 of 255 = 35%

112
72
88

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

Portions of RGB colors in percentages

R + G + B =
112 + 72 + 88 = 272 (100%)
R 112 of 272 ~ 41.18%
G 72 of 272 ~ 26.47%
B 88 of 272 ~ 32.35%

%41.18
%26.47
%32.35

CMYK color model

#704858 color CMYK value is (0,36,21,56).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 21.43%
  • key color value is 56.08%
CMYK:
(0,36,21,56)
C0M36Y21K56 
(0%,36%,21%,56%)
(0.00/0.36/0.21/0.56)	

CMYK percentages

%0
%35.71
%21.43
%56.08

Codes

Color #704858 in popluar color models

704858
RGB1127288
HSL336°21.74%36.08%
HSB/HSV336°35.71%43.92%
CMYK0.00%35.71%21.43%
56.08%

Color #704858 in popluar number systems.

HEX704858
Decimal1127288
Binary111000010010001011000
Octal160110130

Shades and tints

Shades of #704858

#704858
(112,72,88)
#664250
(102,66,80)
#5C3C48
(92,60,72)
#523640
(82,54,64)
#483038
(72,48,56)
#3E2A30
(62,42,48)
#342428
(52,36,40)
#2A1E20
(42,30,32)
#201818
(32,24,24)
#161210
(22,18,16)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #704858

#704858
(112,72,88)
#7D5867
(125,88,103)
#8A6876
(138,104,118)
#977885
(151,120,133)
#A48894
(164,136,148)
#B198A3
(177,152,163)
#BEA8B2
(190,168,178)
#CBB8C1
(203,184,193)
#D8C8D0
(216,200,208)
#E5D8DF
(229,216,223)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704858; }

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

This text font color is #704858.


Background Color

.myBgColor { background-color: #704858; }

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

This div background color is #704858.


Border color

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

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

This div border color is #704858.


Opacity

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

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

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

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

This text has shadow with #704858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704858 on black background.


Color preview on white background

This text has color #704858 on white background.



Black color preview on #704858 background

This text has black color on #704858 background.


White color preview on #704858 background

This text has white color on #704858 background.