COLOR #704F6E

HEX: #704F6E RGB: (112,79,110)

Color info

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

RGB color model

#704F6E color RGB value is (112,79,110).

RGB: (112,79,110) (44%, 31%, 43%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 110 of 255 = 43%

112
79
110

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

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 110 = 301 (100%)
R 112 of 301 ~ 37.21%
G 79 of 301 ~ 26.25%
B 110 of 301 ~ 36.54'%

%37.21
%26.25
%36.54

CMYK color model

#704F6E color CMYK value is (0,29,2,56).

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

CMYK: (0,29,2,56)
C0M29Y2K56 (0%, 29%, 2%, 56%)
(0.00 / 0.29 / 0.02 / 0.56)

CMYK percentages

%0
%29.46
%1.79
%56.08

Codes

Color #704F6E in popluar color models

70 4F 6E
RGB 112 79 110
HSL 304° 17.28% 37.45%
HSB/HSV 304° 29.46% 43.92%
CMYK 0.00% 29.46% 1.79%
56.08%

Color #704F6E in popluar number systems.

HEX 70 4F 6E
Decimal 112 79 110
Binary 1110000 1001111 1101110
Octal 160 117 156

Shades and tints

Shades of #704F6E

#704F6E
(112,79,110)
#664864
(102,72,100)
#5C415A
(92,65,90)
#523A50
(82,58,80)
#483346
(72,51,70)
#3E2C3C
(62,44,60)
#342532
(52,37,50)
#2A1E28
(42,30,40)
#20171E
(32,23,30)
#161014
(22,16,20)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #704F6E

#704F6E
(112,79,110)
#7D5F7B
(125,95,123)
#8A6F88
(138,111,136)
#977F95
(151,127,149)
#A48FA2
(164,143,162)
#B19FAF
(177,159,175)
#BEAFBC
(190,175,188)
#CBBFC9
(203,191,201)
#D8CFD6
(216,207,214)
#E5DFE3
(229,223,227)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F6E; }

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

This text font color is #704F6E.

Background Color

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

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

This div background color is #704F6E.

Border color

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

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

This div border color is #704F6E.

Opacity

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

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

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

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

This text has shadow with #704F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F6E.

Preview

Color preview on black background

This text has color #704F6E on black background.


Color preview on white background

This text has color #704F6E on white background.


Black color preview on #704F6E background

This text has black color on #704F6E background.


White color preview on #704F6E background

This text has white color on #704F6E background.


Related colors

Complementary color

Complementary color for #hex is #8FB091.


I love getcolorcode.com

Triadic colors

1 #6E704F and #4F6E70 with #704F6E are triadic colors.

2 #6E4F70 and #4F706E with #704F6E are triadic colors.