COLOR #6E8E7C

HEX: #6E8E7C
RGB: (110,142,124)

Color info

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

RGB color model

#6E8E7C color RGB value is (110,142,124).

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

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 124 of 255 = 49%

110
142
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 124 = 376 (100%)
R 110 of 376 ~ 29.26%
G 142 of 376 ~ 37.77%
B 124 of 376 ~ 32.98%

%29.26
%37.77
%32.98

CMYK color model

#6E8E7C color CMYK value is (23,0,13,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 44.31%
CMYK:
(23,0,13,44)
C23M0Y13K44 
(23%,0%,13%,44%)
(0.23/0.00/0.13/0.44)	

CMYK percentages

%22.54
%0
%12.68
%44.31

Codes

Color #6E8E7C in popluar color models

6E8E7C
RGB110142124
HSL146°12.70%49.41%
HSB/HSV146°22.54%55.69%
CMYK22.54%0.00%12.68%
44.31%

Color #6E8E7C in popluar number systems.

HEX6E8E7C
Decimal110142124
Binary1101110100011101111100
Octal156216174

Shades and tints

Shades of #6E8E7C

#6E8E7C
(110,142,124)
#648271
(100,130,113)
#5A7666
(90,118,102)
#506A5B
(80,106,91)
#465E50
(70,94,80)
#3C5245
(60,82,69)
#32463A
(50,70,58)
#283A2F
(40,58,47)
#1E2E24
(30,46,36)
#142219
(20,34,25)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #6E8E7C

#6E8E7C
(110,142,124)
#7B9887
(123,152,135)
#88A292
(136,162,146)
#95AC9D
(149,172,157)
#A2B6A8
(162,182,168)
#AFC0B3
(175,192,179)
#BCCABE
(188,202,190)
#C9D4C9
(201,212,201)
#D6DED4
(214,222,212)
#E3E8DF
(227,232,223)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8E7C; }

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

This text font color is #6E8E7C.


Background Color

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

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

This div background color is #6E8E7C.


Border color

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

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

This div border color is #6E8E7C.


Opacity

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

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

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

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

This text has shadow with #6E8E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E7C on black background.


Color preview on white background

This text has color #6E8E7C on white background.



Black color preview on #6E8E7C background

This text has black color on #6E8E7C background.


White color preview on #6E8E7C background

This text has white color on #6E8E7C background.