COLOR #6E7E46

HEX: #6E7E46
RGB: (110,126,70)

Color info

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

RGB color model

#6E7E46 color RGB value is (110,126,70).

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

RGB channels and saturation

R 110 of 255 = 43%
G 126 of 255 = 49%
B 70 of 255 = 27%

110
126
70

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

Portions of RGB colors in percentages

R + G + B =
110 + 126 + 70 = 306 (100%)
R 110 of 306 ~ 35.95%
G 126 of 306 ~ 41.18%
B 70 of 306 ~ 22.88%

%35.95
%41.18
%22.88

CMYK color model

#6E7E46 color CMYK value is (13,0,44,51).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(13,0,44,51)
C13M0Y44K51 
(13%,0%,44%,51%)
(0.13/0.00/0.44/0.51)	

CMYK percentages

%12.7
%0
%44.44
%50.59

Codes

Color #6E7E46 in popluar color models

6E7E46
RGB11012670
HSL77°28.57%38.43%
HSB/HSV77°44.44%49.41%
CMYK12.70%0.00%44.44%
50.59%

Color #6E7E46 in popluar number systems.

HEX6E7E46
Decimal11012670
Binary110111011111101000110
Octal156176106

Shades and tints

Shades of #6E7E46

#6E7E46
(110,126,70)
#647340
(100,115,64)
#5A683A
(90,104,58)
#505D34
(80,93,52)
#46522E
(70,82,46)
#3C4728
(60,71,40)
#323C22
(50,60,34)
#28311C
(40,49,28)
#1E2616
(30,38,22)
#141B10
(20,27,16)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E7E46

#6E7E46
(110,126,70)
#7B8956
(123,137,86)
#889466
(136,148,102)
#959F76
(149,159,118)
#A2AA86
(162,170,134)
#AFB596
(175,181,150)
#BCC0A6
(188,192,166)
#C9CBB6
(201,203,182)
#D6D6C6
(214,214,198)
#E3E1D6
(227,225,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7E46; }

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

This text font color is #6E7E46.


Background Color

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

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

This div background color is #6E7E46.


Border color

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

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

This div border color is #6E7E46.


Opacity

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

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

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

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

This text has shadow with #6E7E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7E46 on black background.


Color preview on white background

This text has color #6E7E46 on white background.



Black color preview on #6E7E46 background

This text has black color on #6E7E46 background.


White color preview on #6E7E46 background

This text has white color on #6E7E46 background.