COLOR #6E7E4D

HEX: #6E7E4D
RGB: (110,126,77)

Color info

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

RGB color model

#6E7E4D color RGB value is (110,126,77).

  • red value is 110;
  • green value is 126;
  • blue value is 77.
RGB:
(110,126,77)
(43%,49%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 77 of 255 = 30%

110
126
77

R + G + B ~ 41%. #6E7E4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 126 + 77 = 313 (100%)
R 110 of 313 ~ 35.14%
G 126 of 313 ~ 40.26%
B 77 of 313 ~ 24.6%

%35.14
%40.26
%24.6

CMYK color model

#6E7E4D color CMYK value is (13,0,39,51).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 50.59%
CMYK:
(13,0,39,51)
C13M0Y39K51 
(13%,0%,39%,51%)
(0.13/0.00/0.39/0.51)	

CMYK percentages

%12.7
%0
%38.89
%50.59

Codes

Color #6E7E4D in popluar color models

6E7E4D
RGB11012677
HSL80°24.14%39.80%
HSB/HSV80°38.89%49.41%
CMYK12.70%0.00%38.89%
50.59%

Color #6E7E4D in popluar number systems.

HEX6E7E4D
Decimal11012677
Binary110111011111101001101
Octal156176115

Shades and tints

Shades of #6E7E4D

#6E7E4D
(110,126,77)
#647346
(100,115,70)
#5A683F
(90,104,63)
#505D38
(80,93,56)
#465231
(70,82,49)
#3C472A
(60,71,42)
#323C23
(50,60,35)
#28311C
(40,49,28)
#1E2615
(30,38,21)
#141B0E
(20,27,14)
#0A1007
(10,16,7)
#000000
(0,0,0)

Tints of #6E7E4D

#6E7E4D
(110,126,77)
#7B895D
(123,137,93)
#88946D
(136,148,109)
#959F7D
(149,159,125)
#A2AA8D
(162,170,141)
#AFB59D
(175,181,157)
#BCC0AD
(188,192,173)
#C9CBBD
(201,203,189)
#D6D6CD
(214,214,205)
#E3E1DD
(227,225,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7E4D color. Also use rgb(110,126,77) instead hex code.

Text Font Color

.myTextColor { color: #6E7E4D; }

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

This text font color is #6E7E4D.


Background Color

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

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

This div background color is #6E7E4D.


Border color

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

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

This div border color is #6E7E4D.


Opacity

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

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

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

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

This text has shadow with #6E7E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7E4D on black background.


Color preview on white background

This text has color #6E7E4D on white background.



Black color preview on #6E7E4D background

This text has black color on #6E7E4D background.


White color preview on #6E7E4D background

This text has white color on #6E7E4D background.