COLOR #704757

HEX: #704757
RGB: (112,71,87)

Color info

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

RGB color model

#704757 color RGB value is (112,71,87).

  • red value is 112;
  • green value is 71;
  • blue value is 87.
RGB:
(112,71,87)
(44%,28%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 87 of 255 = 34%

112
71
87

R + G + B ~ 35%. #704757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 87 = 270 (100%)
R 112 of 270 ~ 41.48%
G 71 of 270 ~ 26.3%
B 87 of 270 ~ 32.22%

%41.48
%26.3
%32.22

CMYK color model

#704757 color CMYK value is (0,37,22,56).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 22.32%
  • key color value is 56.08%
CMYK:
(0,37,22,56)
C0M37Y22K56 
(0%,37%,22%,56%)
(0.00/0.37/0.22/0.56)	

CMYK percentages

%0
%36.61
%22.32
%56.08

Codes

Color #704757 in popluar color models

704757
RGB1127187
HSL337°22.40%35.88%
HSB/HSV337°36.61%43.92%
CMYK0.00%36.61%22.32%
56.08%

Color #704757 in popluar number systems.

HEX704757
Decimal1127187
Binary111000010001111010111
Octal160107127

Shades and tints

Shades of #704757

#704757
(112,71,87)
#664150
(102,65,80)
#5C3B49
(92,59,73)
#523542
(82,53,66)
#482F3B
(72,47,59)
#3E2934
(62,41,52)
#34232D
(52,35,45)
#2A1D26
(42,29,38)
#20171F
(32,23,31)
#161118
(22,17,24)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #704757

#704757
(112,71,87)
#7D5766
(125,87,102)
#8A6775
(138,103,117)
#977784
(151,119,132)
#A48793
(164,135,147)
#B197A2
(177,151,162)
#BEA7B1
(190,167,177)
#CBB7C0
(203,183,192)
#D8C7CF
(216,199,207)
#E5D7DE
(229,215,222)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704757 color. Also use rgb(112,71,87) instead hex code.

Text Font Color

.myTextColor { color: #704757; }

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

This text font color is #704757.


Background Color

.myBgColor { background-color: #704757; }

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

This div background color is #704757.


Border color

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

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

This div border color is #704757.


Opacity

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

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

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

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

This text has shadow with #704757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704757 on black background.


Color preview on white background

This text has color #704757 on white background.



Black color preview on #704757 background

This text has black color on #704757 background.


White color preview on #704757 background

This text has white color on #704757 background.