COLOR #704F5E

HEX: #704F5E RGB: (112,79,94)

Color info

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

RGB color model

#704F5E color RGB value is (112,79,94).

RGB: (112,79,94) (44%, 31%, 37%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 94 of 255 = 37%

112
79
94

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

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 94 = 285 (100%)
R 112 of 285 ~ 39.3%
G 79 of 285 ~ 27.72%
B 94 of 285 ~ 32.98'%

%39.3
%27.72
%32.98

CMYK color model

#704F5E color CMYK value is (0,29,16,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 16.07%
  • key color value is 56.08%

CMYK: (0,29,16,56)
C0M29Y16K56 (0%, 29%, 16%, 56%)
(0.00 / 0.29 / 0.16 / 0.56)

CMYK percentages

%0
%29.46
%16.07
%56.08

Codes

Color #704F5E in popluar color models

70 4F 5E
RGB 112 79 94
HSL 333° 17.28% 37.45%
HSB/HSV 333° 29.46% 43.92%
CMYK 0.00% 29.46% 16.07%
56.08%

Color #704F5E in popluar number systems.

HEX 70 4F 5E
Decimal 112 79 94
Binary 1110000 1001111 1011110
Octal 160 117 136

Shades and tints

Shades of #704F5E

#704F5E
(112,79,94)
#664856
(102,72,86)
#5C414E
(92,65,78)
#523A46
(82,58,70)
#48333E
(72,51,62)
#3E2C36
(62,44,54)
#34252E
(52,37,46)
#2A1E26
(42,30,38)
#20171E
(32,23,30)
#161016
(22,16,22)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #704F5E

#704F5E
(112,79,94)
#7D5F6C
(125,95,108)
#8A6F7A
(138,111,122)
#977F88
(151,127,136)
#A48F96
(164,143,150)
#B19FA4
(177,159,164)
#BEAFB2
(190,175,178)
#CBBFC0
(203,191,192)
#D8CFCE
(216,207,206)
#E5DFDC
(229,223,220)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F5E; }

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

This text font color is #704F5E.

Background Color

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

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

This div background color is #704F5E.

Border color

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

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

This div border color is #704F5E.

Opacity

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

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

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

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

This text has shadow with #704F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F5E.

Preview

Color preview on black background

This text has color #704F5E on black background.


Color preview on white background

This text has color #704F5E on white background.


Black color preview on #704F5E background

This text has black color on #704F5E background.


White color preview on #704F5E background

This text has white color on #704F5E background.


Related colors

Complementary color

Complementary color for #hex is #8FB0A1.


I love getcolorcode.com

Triadic colors

1 #5E704F and #4F5E70 with #704F5E are triadic colors.

2 #5E4F70 and #4F705E with #704F5E are triadic colors.