COLOR #704F6C

HEX: #704F6C RGB: (112,79,108)

Color info

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

RGB color model

#704F6C color RGB value is (112,79,108).

RGB: (112,79,108) (44%, 31%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 108 of 255 = 42%

112
79
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 108 = 299 (100%)
R 112 of 299 ~ 37.46%
G 79 of 299 ~ 26.42%
B 108 of 299 ~ 36.12'%

%37.46
%26.42
%36.12

CMYK color model

#704F6C color CMYK value is (0,29,4,56).

  • cyan value is 0.00%
  • magenta value is 29.46%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK: (0,29,4,56) C0M29Y4K56 (0%,29%,4%,56%) (0.00/0.29/0.04/0.56) 

CMYK percentages

%0
%29.46
%3.57
%56.08

Codes

Color #704F6C in popluar color models

70 4F 6C
RGB 112 79 108
HSL 307° 17.28% 37.45%
HSB/HSV 307° 29.46% 43.92%
CMYK 0.00% 29.46% 3.57%
56.08%

Color #704F6C in popluar number systems.

HEX 70 4F 6C
Decimal 112 79 108
Binary 1110000 1001111 1101100
Octal 160 117 154

Shades and tints

Shades of #704F6C

#704F6C
(112,79,108)
#664863
(102,72,99)
#5C415A
(92,65,90)
#523A51
(82,58,81)
#483348
(72,51,72)
#3E2C3F
(62,44,63)
#342536
(52,37,54)
#2A1E2D
(42,30,45)
#201724
(32,23,36)
#16101B
(22,16,27)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #704F6C

#704F6C
(112,79,108)
#7D5F79
(125,95,121)
#8A6F86
(138,111,134)
#977F93
(151,127,147)
#A48FA0
(164,143,160)
#B19FAD
(177,159,173)
#BEAFBA
(190,175,186)
#CBBFC7
(203,191,199)
#D8CFD4
(216,207,212)
#E5DFE1
(229,223,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #704F6C; }

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

This text font color is #704F6C.

Background Color

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

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

This div background color is #704F6C.

Border color

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

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

This div border color is #704F6C.

Opacity

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

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

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

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

This text has shadow with #704F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F6C.

Preview

Color preview on black background

This text has color #704F6C on black background.


Color preview on white background

This text has color #704F6C on white background.


Black color preview on #704F6C background

This text has black color on #704F6C background.


White color preview on #704F6C background

This text has white color on #704F6C background.


Related colors

Complementary color

Complementary color for #hex is #8FB093.


I love getcolorcode.com

Triadic colors

1 #6C704F and #4F6C70 with #704F6C are triadic colors.

2 #6C4F70 and #4F706C with #704F6C are triadic colors.