COLOR #6E704F

HEX: #6E704F RGB: (110,112,79)

Color info

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

RGB color model

#6E704F color RGB value is (110,112,79).

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

RGB channels and saturation

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

110
112
79

R + G + B ~ 39%. #6E704F is quite dark color.

Portions of RGB colors in percentages

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

%36.54
%37.21
%26.25

CMYK color model

#6E704F color CMYK value is (2,0,29,56).

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

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

CMYK percentages

%1.79
%0
%29.46
%56.08

Codes

Color #6E704F in popluar color models

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

Color #6E704F in popluar number systems.

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

Shades and tints

Shades of #6E704F

#6E704F
(110,112,79)
#646648
(100,102,72)
#5A5C41
(90,92,65)
#50523A
(80,82,58)
#464833
(70,72,51)
#3C3E2C
(60,62,44)
#323425
(50,52,37)
#282A1E
(40,42,30)
#1E2017
(30,32,23)
#141610
(20,22,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #6E704F

#6E704F
(110,112,79)
#7B7D5F
(123,125,95)
#888A6F
(136,138,111)
#95977F
(149,151,127)
#A2A48F
(162,164,143)
#AFB19F
(175,177,159)
#BCBEAF
(188,190,175)
#C9CBBF
(201,203,191)
#D6D8CF
(214,216,207)
#E3E5DF
(227,229,223)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E704F; }

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

This text font color is #6E704F.

Background Color

.myBgColor { background-color: #6E704F; }

<div style="background-color:#6E704F">Inner text</div>

This div background color is #6E704F.

Border color

.myBorderColor { border: 1px solid #6E704F; }

<div style="border:3px solid #6E704F">Div</div>

This div border color is #6E704F.

Opacity

.myOpacity80 { color: #6E704F; opacity: 0.8; }

<p style="color:#6E704F;opacity:0.8;">80%</p>

Text with #6E704F 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 #6E704F;}

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

This text has shadow with #6E704F color.


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

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

This text has shadow with #6E704F primary color and red secondary color.


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

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

This text has shadow with #6E704F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6E704F.

Preview

Color preview on black background

This text has color #6E704F on black background.


Color preview on white background

This text has color #6E704F on white background.


Black color preview on #6E704F background

This text has black color on #6E704F background.


White color preview on #6E704F background

This text has white color on #6E704F background.


Related colors

Complementary color

Complementary color for #hex is #918FB0.


I love getcolorcode.com

Triadic colors

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

2 #4F706E and #706E4F with #6E704F are triadic colors.