COLOR #704F51

HEX: #704F51
RGB: (112,79,81)

Color info

#704F51 contains red, green and blue colors in about the same proportion. Web safe color of #704F51 is #666666 (or #666).

RGB color model

#704F51 color RGB value is (112,79,81).

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

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 81 of 255 = 32%

112
79
81

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

Portions of RGB colors in percentages

R + G + B =
112 + 79 + 81 = 272 (100%)
R 112 of 272 ~ 41.18%
G 79 of 272 ~ 29.04%
B 81 of 272 ~ 29.78%

%41.18
%29.04
%29.78

CMYK color model

#704F51 color CMYK value is (0,29,28,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 27.68%
  • key color value is 56.08%
CMYK:
(0,29,28,56)
C0M29Y28K56 
(0%,29%,28%,56%)
(0.00/0.29/0.28/0.56)	

CMYK percentages

%0
%29.46
%27.68
%56.08

Codes

Color #704F51 in popluar color models

704F51
RGB1127981
HSL356°17.28%37.45%
HSB/HSV356°29.46%43.92%
CMYK0.00%29.46%27.68%
56.08%

Color #704F51 in popluar number systems.

HEX704F51
Decimal1127981
Binary111000010011111010001
Octal160117121

Shades and tints

Shades of #704F51

#704F51
(112,79,81)
#66484A
(102,72,74)
#5C4143
(92,65,67)
#523A3C
(82,58,60)
#483335
(72,51,53)
#3E2C2E
(62,44,46)
#342527
(52,37,39)
#2A1E20
(42,30,32)
#201719
(32,23,25)
#161012
(22,16,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #704F51

#704F51
(112,79,81)
#7D5F60
(125,95,96)
#8A6F6F
(138,111,111)
#977F7E
(151,127,126)
#A48F8D
(164,143,141)
#B19F9C
(177,159,156)
#BEAFAB
(190,175,171)
#CBBFBA
(203,191,186)
#D8CFC9
(216,207,201)
#E5DFD8
(229,223,216)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F51; }

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

This text font color is #704F51.


Background Color

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

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

This div background color is #704F51.


Border color

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

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

This div border color is #704F51.


Opacity

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

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

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

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

This text has shadow with #704F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704F51 on black background.


Color preview on white background

This text has color #704F51 on white background.



Black color preview on #704F51 background

This text has black color on #704F51 background.


White color preview on #704F51 background

This text has white color on #704F51 background.