COLOR #704B65

HEX: #704B65
RGB: (112,75,101)

Color info

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

RGB color model

#704B65 color RGB value is (112,75,101).

  • red value is 112;
  • green value is 75;
  • blue value is 101.
RGB:
(112,75,101)
(44%,29%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 75 of 255 = 29%
B 101 of 255 = 40%

112
75
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 75 + 101 = 288 (100%)
R 112 of 288 ~ 38.89%
G 75 of 288 ~ 26.04%
B 101 of 288 ~ 35.07%

%38.89
%26.04
%35.07

CMYK color model

#704B65 color CMYK value is (0,33,10,56).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(0,33,10,56)
C0M33Y10K56 
(0%,33%,10%,56%)
(0.00/0.33/0.10/0.56)	

CMYK percentages

%0
%33.04
%9.82
%56.08

Codes

Color #704B65 in popluar color models

704B65
RGB11275101
HSL318°19.79%36.67%
HSB/HSV318°33.04%43.92%
CMYK0.00%33.04%9.82%
56.08%

Color #704B65 in popluar number systems.

HEX704B65
Decimal11275101
Binary111000010010111100101
Octal160113145

Shades and tints

Shades of #704B65

#704B65
(112,75,101)
#66455C
(102,69,92)
#5C3F53
(92,63,83)
#52394A
(82,57,74)
#483341
(72,51,65)
#3E2D38
(62,45,56)
#34272F
(52,39,47)
#2A2126
(42,33,38)
#201B1D
(32,27,29)
#161514
(22,21,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #704B65

#704B65
(112,75,101)
#7D5B73
(125,91,115)
#8A6B81
(138,107,129)
#977B8F
(151,123,143)
#A48B9D
(164,139,157)
#B19BAB
(177,155,171)
#BEABB9
(190,171,185)
#CBBBC7
(203,187,199)
#D8CBD5
(216,203,213)
#E5DBE3
(229,219,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704B65 color. Also use rgb(112,75,101) instead hex code.

Text Font Color

.myTextColor { color: #704B65; }

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

This text font color is #704B65.


Background Color

.myBgColor { background-color: #704B65; }

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

This div background color is #704B65.


Border color

.myBorderColor { border: 1px solid #704B65; }

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

This div border color is #704B65.


Opacity

.myOpacity80 { color: #704B65; opacity: 0.8; }

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

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

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

This text has shadow with #704B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704B65 on black background.


Color preview on white background

This text has color #704B65 on white background.



Black color preview on #704B65 background

This text has black color on #704B65 background.


White color preview on #704B65 background

This text has white color on #704B65 background.