COLOR #6E704C

HEX: #6E704C
RGB: (110,112,76)

Color info

#6E704C contains red, green and blue colors in about the same proportion. Web safe color of #6E704C is #666633 (or #663).

RGB color model

#6E704C color RGB value is (110,112,76).

  • red value is 110;
  • green value is 112;
  • blue value is 76.
RGB:
(110,112,76)
(43%,44%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 76 of 255 = 30%

110
112
76

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 76 = 298 (100%)
R 110 of 298 ~ 36.91%
G 112 of 298 ~ 37.58%
B 76 of 298 ~ 25.5%

%36.91
%37.58
%25.5

CMYK color model

#6E704C color CMYK value is (2,0,32,56).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 56.08%
CMYK:
(2,0,32,56)
C2M0Y32K56 
(2%,0%,32%,56%)
(0.02/0.00/0.32/0.56)	

CMYK percentages

%1.79
%0
%32.14
%56.08

Codes

Color #6E704C in popluar color models

6E704C
RGB11011276
HSL63°19.15%36.86%
HSB/HSV63°32.14%43.92%
CMYK1.79%0.00%32.14%
56.08%

Color #6E704C in popluar number systems.

HEX6E704C
Decimal11011276
Binary110111011100001001100
Octal156160114

Shades and tints

Shades of #6E704C

#6E704C
(110,112,76)
#646646
(100,102,70)
#5A5C40
(90,92,64)
#50523A
(80,82,58)
#464834
(70,72,52)
#3C3E2E
(60,62,46)
#323428
(50,52,40)
#282A22
(40,42,34)
#1E201C
(30,32,28)
#141616
(20,22,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E704C

#6E704C
(110,112,76)
#7B7D5C
(123,125,92)
#888A6C
(136,138,108)
#95977C
(149,151,124)
#A2A48C
(162,164,140)
#AFB19C
(175,177,156)
#BCBEAC
(188,190,172)
#C9CBBC
(201,203,188)
#D6D8CC
(214,216,204)
#E3E5DC
(227,229,220)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E704C; }

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

This text font color is #6E704C.


Background Color

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

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

This div background color is #6E704C.


Border color

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

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

This div border color is #6E704C.


Opacity

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

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

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

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

This text has shadow with #6E704C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E704C on black background.


Color preview on white background

This text has color #6E704C on white background.



Black color preview on #6E704C background

This text has black color on #6E704C background.


White color preview on #6E704C background

This text has white color on #6E704C background.