COLOR #6E8E6A

HEX: #6E8E6A
RGB: (110,142,106)

Color info

#6E8E6A contains red, green and blue colors in about the same proportion. Web safe color of #6E8E6A is #669966 (or #696).

RGB color model

#6E8E6A color RGB value is (110,142,106).

  • red value is 110;
  • green value is 142;
  • blue value is 106.
RGB:
(110,142,106)
(43%,56%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 106 of 255 = 42%

110
142
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 106 = 358 (100%)
R 110 of 358 ~ 30.73%
G 142 of 358 ~ 39.66%
B 106 of 358 ~ 29.61%

%30.73
%39.66
%29.61

CMYK color model

#6E8E6A color CMYK value is (23,0,25,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(23,0,25,44)
C23M0Y25K44 
(23%,0%,25%,44%)
(0.23/0.00/0.25/0.44)	

CMYK percentages

%22.54
%0
%25.35
%44.31

Codes

Color #6E8E6A in popluar color models

6E8E6A
RGB110142106
HSL113°14.52%48.63%
HSB/HSV113°25.35%55.69%
CMYK22.54%0.00%25.35%
44.31%

Color #6E8E6A in popluar number systems.

HEX6E8E6A
Decimal110142106
Binary1101110100011101101010
Octal156216152

Shades and tints

Shades of #6E8E6A

#6E8E6A
(110,142,106)
#648261
(100,130,97)
#5A7658
(90,118,88)
#506A4F
(80,106,79)
#465E46
(70,94,70)
#3C523D
(60,82,61)
#324634
(50,70,52)
#283A2B
(40,58,43)
#1E2E22
(30,46,34)
#142219
(20,34,25)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #6E8E6A

#6E8E6A
(110,142,106)
#7B9877
(123,152,119)
#88A284
(136,162,132)
#95AC91
(149,172,145)
#A2B69E
(162,182,158)
#AFC0AB
(175,192,171)
#BCCAB8
(188,202,184)
#C9D4C5
(201,212,197)
#D6DED2
(214,222,210)
#E3E8DF
(227,232,223)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8E6A color. Also use rgb(110,142,106) instead hex code.

Text Font Color

.myTextColor { color: #6E8E6A; }

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

This text font color is #6E8E6A.


Background Color

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

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

This div background color is #6E8E6A.


Border color

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

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

This div border color is #6E8E6A.


Opacity

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

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

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

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

This text has shadow with #6E8E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E6A on black background.


Color preview on white background

This text has color #6E8E6A on white background.



Black color preview on #6E8E6A background

This text has black color on #6E8E6A background.


White color preview on #6E8E6A background

This text has white color on #6E8E6A background.