COLOR #704761

HEX: #704761
RGB: (112,71,97)

Color info

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

RGB color model

#704761 color RGB value is (112,71,97).

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

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 97 of 255 = 38%

112
71
97

R + G + B ~ 37%. #704761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 97 = 280 (100%)
R 112 of 280 ~ 40%
G 71 of 280 ~ 25.36%
B 97 of 280 ~ 34.64%

%40
%25.36
%34.64

CMYK color model

#704761 color CMYK value is (0,37,13,56).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(0,37,13,56)
C0M37Y13K56 
(0%,37%,13%,56%)
(0.00/0.37/0.13/0.56)	

CMYK percentages

%0
%36.61
%13.39
%56.08

Codes

Color #704761 in popluar color models

704761
RGB1127197
HSL322°22.40%35.88%
HSB/HSV322°36.61%43.92%
CMYK0.00%36.61%13.39%
56.08%

Color #704761 in popluar number systems.

HEX704761
Decimal1127197
Binary111000010001111100001
Octal160107141

Shades and tints

Shades of #704761

#704761
(112,71,97)
#664159
(102,65,89)
#5C3B51
(92,59,81)
#523549
(82,53,73)
#482F41
(72,47,65)
#3E2939
(62,41,57)
#342331
(52,35,49)
#2A1D29
(42,29,41)
#201721
(32,23,33)
#161119
(22,17,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #704761

#704761
(112,71,97)
#7D576F
(125,87,111)
#8A677D
(138,103,125)
#97778B
(151,119,139)
#A48799
(164,135,153)
#B197A7
(177,151,167)
#BEA7B5
(190,167,181)
#CBB7C3
(203,183,195)
#D8C7D1
(216,199,209)
#E5D7DF
(229,215,223)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704761; }

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

This text font color is #704761.


Background Color

.myBgColor { background-color: #704761; }

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

This div background color is #704761.


Border color

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

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

This div border color is #704761.


Opacity

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

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

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

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

This text has shadow with #704761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704761 on black background.


Color preview on white background

This text has color #704761 on white background.



Black color preview on #704761 background

This text has black color on #704761 background.


White color preview on #704761 background

This text has white color on #704761 background.