COLOR #704E6B

HEX: #704E6B RGB: (112,78,107)

Color info

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

RGB color model

#704E6B color RGB value is (112,78,107).

RGB: (112,78,107) (44%, 31%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 78 of 255 = 31%
B 107 of 255 = 42%

112
78
107

R + G + B ~ 39%. #704E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 78 + 107 = 297 (100%)
R 112 of 297 ~ 37.71%
G 78 of 297 ~ 26.26%
B 107 of 297 ~ 36.03'%

%37.71
%26.26
%36.03

CMYK color model

#704E6B color CMYK value is (0,30,4,56).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK: (0,30,4,56) C0M30Y4K56 (0%,30%,4%,56%) (0.00/0.30/0.04/0.56) 

CMYK percentages

%0
%30.36
%4.46
%56.08

Codes

Color #704E6B in popluar color models

70 4E 6B
RGB 112 78 107
HSL 309° 17.89% 37.25%
HSB/HSV 309° 30.36% 43.92%
CMYK 0.00% 30.36% 4.46%
56.08%

Color #704E6B in popluar number systems.

HEX 70 4E 6B
Decimal 112 78 107
Binary 1110000 1001110 1101011
Octal 160 116 153

Shades and tints

Shades of #704E6B

#704E6B
(112,78,107)
#664762
(102,71,98)
#5C4059
(92,64,89)
#523950
(82,57,80)
#483247
(72,50,71)
#3E2B3E
(62,43,62)
#342435
(52,36,53)
#2A1D2C
(42,29,44)
#201623
(32,22,35)
#160F1A
(22,15,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #704E6B

#704E6B
(112,78,107)
#7D5E78
(125,94,120)
#8A6E85
(138,110,133)
#977E92
(151,126,146)
#A48E9F
(164,142,159)
#B19EAC
(177,158,172)
#BEAEB9
(190,174,185)
#CBBEC6
(203,190,198)
#D8CED3
(216,206,211)
#E5DEE0
(229,222,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704E6B color. Also use rgb(112,78,107) instead hex code.

Text Font Color

.myTextColor { color: #704E6B; }

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

This text font color is #704E6B.

Background Color

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

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

This div background color is #704E6B.

Border color

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

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

This div border color is #704E6B.

Opacity

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

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

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

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

This text has shadow with #704E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704E6B.

Preview

Color preview on black background

This text has color #704E6B on black background.


Color preview on white background

This text has color #704E6B on white background.


Black color preview on #704E6B background

This text has black color on #704E6B background.


White color preview on #704E6B background

This text has white color on #704E6B background.


Related colors

Complementary color

Complementary color for #hex is #8FB194.


I love getcolorcode.com

Triadic colors

1 #6B704E and #4E6B70 with #704E6B are triadic colors.

2 #6B4E70 and #4E706B with #704E6B are triadic colors.