COLOR #6E8C5C

HEX: #6E8C5C RGB: (110,140,92)

Color info

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

RGB color model

#6E8C5C color RGB value is (110,140,92).

RGB: (110,140,92) (43%, 55%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 92 of 255 = 36%

110
140
92

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

Portions of RGB colors in percentages

R + G + B = 110 + 140 + 92 = 342 (100%)
R 110 of 342 ~ 32.16%
G 140 of 342 ~ 40.94%
B 92 of 342 ~ 26.9'%

%32.16
%40.94
%26.9

CMYK color model

#6E8C5C color CMYK value is (21,0,34,45).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK: (21,0,34,45) C21M0Y34K45 (21%,0%,34%,45%) (0.21/0.00/0.34/0.45) 

CMYK percentages

%21.43
%0
%34.29
%45.1

Codes

Color #6E8C5C in popluar color models

6E 8C 5C
RGB 110 140 92
HSL 98° 20.69% 45.49%
HSB/HSV 98° 34.29% 54.90%
CMYK 21.43% 0.00% 34.29%
45.10%

Color #6E8C5C in popluar number systems.

HEX 6E 8C 5C
Decimal 110 140 92
Binary 1101110 10001100 1011100
Octal 156 214 134

Shades and tints

Shades of #6E8C5C

#6E8C5C
(110,140,92)
#648054
(100,128,84)
#5A744C
(90,116,76)
#506844
(80,104,68)
#465C3C
(70,92,60)
#3C5034
(60,80,52)
#32442C
(50,68,44)
#283824
(40,56,36)
#1E2C1C
(30,44,28)
#142014
(20,32,20)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #6E8C5C

#6E8C5C
(110,140,92)
#7B966A
(123,150,106)
#88A078
(136,160,120)
#95AA86
(149,170,134)
#A2B494
(162,180,148)
#AFBEA2
(175,190,162)
#BCC8B0
(188,200,176)
#C9D2BE
(201,210,190)
#D6DCCC
(214,220,204)
#E3E6DA
(227,230,218)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8C5C; }

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

This text font color is #6E8C5C.

Background Color

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

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

This div background color is #6E8C5C.

Border color

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

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

This div border color is #6E8C5C.

Opacity

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

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

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

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

This text has shadow with #6E8C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8C5C.

Preview

Color preview on black background

This text has color #6E8C5C on black background.


Color preview on white background

This text has color #6E8C5C on white background.


Black color preview on #6E8C5C background

This text has black color on #6E8C5C background.


White color preview on #6E8C5C background

This text has white color on #6E8C5C background.


Related colors

Complementary color

Complementary color for #hex is #9173A3.


I love getcolorcode.com

Triadic colors

1 #5C6E8C and #8C5C6E with #6E8C5C are triadic colors.

2 #5C8C6E and #8C6E5C with #6E8C5C are triadic colors.