COLOR #704B4F

HEX: #704B4F
RGB: (112,75,79)

Color info

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

RGB color model

#704B4F color RGB value is (112,75,79).

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

RGB channels and saturation

R 112 of 255 = 44%
G 75 of 255 = 29%
B 79 of 255 = 31%

112
75
79

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

Portions of RGB colors in percentages

R + G + B =
112 + 75 + 79 = 266 (100%)
R 112 of 266 ~ 42.11%
G 75 of 266 ~ 28.2%
B 79 of 266 ~ 29.7%

%42.11
%28.2
%29.7

CMYK color model

#704B4F color CMYK value is (0,33,29,56).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(0,33,29,56)
C0M33Y29K56 
(0%,33%,29%,56%)
(0.00/0.33/0.29/0.56)	

CMYK percentages

%0
%33.04
%29.46
%56.08

Codes

Color #704B4F in popluar color models

704B4F
RGB1127579
HSL354°19.79%36.67%
HSB/HSV354°33.04%43.92%
CMYK0.00%33.04%29.46%
56.08%

Color #704B4F in popluar number systems.

HEX704B4F
Decimal1127579
Binary111000010010111001111
Octal160113117

Shades and tints

Shades of #704B4F

#704B4F
(112,75,79)
#664548
(102,69,72)
#5C3F41
(92,63,65)
#52393A
(82,57,58)
#483333
(72,51,51)
#3E2D2C
(62,45,44)
#342725
(52,39,37)
#2A211E
(42,33,30)
#201B17
(32,27,23)
#161510
(22,21,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #704B4F

#704B4F
(112,75,79)
#7D5B5F
(125,91,95)
#8A6B6F
(138,107,111)
#977B7F
(151,123,127)
#A48B8F
(164,139,143)
#B19B9F
(177,155,159)
#BEABAF
(190,171,175)
#CBBBBF
(203,187,191)
#D8CBCF
(216,203,207)
#E5DBDF
(229,219,223)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704B4F; }

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

This text font color is #704B4F.


Background Color

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

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

This div background color is #704B4F.


Border color

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

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

This div border color is #704B4F.


Opacity

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

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

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

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

This text has shadow with #704B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704B4F on black background.


Color preview on white background

This text has color #704B4F on white background.



Black color preview on #704B4F background

This text has black color on #704B4F background.


White color preview on #704B4F background

This text has white color on #704B4F background.