COLOR #6E9E5C

HEX: #6E9E5C
RGB: (110,158,92)

Color info

#6E9E5C contains mainly red and green colors. Web safe color of #6E9E5C is #669966 (or #696).

RGB color model

#6E9E5C color RGB value is (110,158,92).

  • red value is 110;
  • green value is 158;
  • blue value is 92.
RGB:
(110,158,92)
(43%,62%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 92 of 255 = 36%

110
158
92

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 92 = 360 (100%)
R 110 of 360 ~ 30.56%
G 158 of 360 ~ 43.89%
B 92 of 360 ~ 25.56%

%30.56
%43.89
%25.56

CMYK color model

#6E9E5C color CMYK value is (30,0,42,38).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 41.77%
  • key color value is 38.04%
CMYK:
(30,0,42,38)
C30M0Y42K38 
(30%,0%,42%,38%)
(0.30/0.00/0.42/0.38)	

CMYK percentages

%30.38
%0
%41.77
%38.04

Codes

Color #6E9E5C in popluar color models

6E9E5C
RGB11015892
HSL104°26.40%49.02%
HSB/HSV104°41.77%61.96%
CMYK30.38%0.00%41.77%
38.04%

Color #6E9E5C in popluar number systems.

HEX6E9E5C
Decimal11015892
Binary1101110100111101011100
Octal156236134

Shades and tints

Shades of #6E9E5C

#6E9E5C
(110,158,92)
#649054
(100,144,84)
#5A824C
(90,130,76)
#507444
(80,116,68)
#46663C
(70,102,60)
#3C5834
(60,88,52)
#324A2C
(50,74,44)
#283C24
(40,60,36)
#1E2E1C
(30,46,28)
#142014
(20,32,20)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E9E5C

#6E9E5C
(110,158,92)
#7BA66A
(123,166,106)
#88AE78
(136,174,120)
#95B686
(149,182,134)
#A2BE94
(162,190,148)
#AFC6A2
(175,198,162)
#BCCEB0
(188,206,176)
#C9D6BE
(201,214,190)
#D6DECC
(214,222,204)
#E3E6DA
(227,230,218)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9E5C color. Also use rgb(110,158,92) instead hex code.

Text Font Color

.myTextColor { color: #6E9E5C; }

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

This text font color is #6E9E5C.


Background Color

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

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

This div background color is #6E9E5C.


Border color

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

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

This div border color is #6E9E5C.


Opacity

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

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

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

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

This text has shadow with #6E9E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9E5C on black background.


Color preview on white background

This text has color #6E9E5C on white background.



Black color preview on #6E9E5C background

This text has black color on #6E9E5C background.


White color preview on #6E9E5C background

This text has white color on #6E9E5C background.