COLOR #6E8C7C

HEX: #6E8C7C
RGB: (110,140,124)

Color info

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

RGB color model

#6E8C7C color RGB value is (110,140,124).

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

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 124 of 255 = 49%

110
140
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 140 + 124 = 374 (100%)
R 110 of 374 ~ 29.41%
G 140 of 374 ~ 37.43%
B 124 of 374 ~ 33.16%

%29.41
%37.43
%33.16

CMYK color model

#6E8C7C color CMYK value is (21,0,11,45).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(21,0,11,45)
C21M0Y11K45 
(21%,0%,11%,45%)
(0.21/0.00/0.11/0.45)	

CMYK percentages

%21.43
%0
%11.43
%45.1

Codes

Color #6E8C7C in popluar color models

6E8C7C
RGB110140124
HSL148°12.00%49.02%
HSB/HSV148°21.43%54.90%
CMYK21.43%0.00%11.43%
45.10%

Color #6E8C7C in popluar number systems.

HEX6E8C7C
Decimal110140124
Binary1101110100011001111100
Octal156214174

Shades and tints

Shades of #6E8C7C

#6E8C7C
(110,140,124)
#648071
(100,128,113)
#5A7466
(90,116,102)
#50685B
(80,104,91)
#465C50
(70,92,80)
#3C5045
(60,80,69)
#32443A
(50,68,58)
#28382F
(40,56,47)
#1E2C24
(30,44,36)
#142019
(20,32,25)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E8C7C

#6E8C7C
(110,140,124)
#7B9687
(123,150,135)
#88A092
(136,160,146)
#95AA9D
(149,170,157)
#A2B4A8
(162,180,168)
#AFBEB3
(175,190,179)
#BCC8BE
(188,200,190)
#C9D2C9
(201,210,201)
#D6DCD4
(214,220,212)
#E3E6DF
(227,230,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8C7C; }

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

This text font color is #6E8C7C.


Background Color

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

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

This div background color is #6E8C7C.


Border color

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

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

This div border color is #6E8C7C.


Opacity

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

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

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

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

This text has shadow with #6E8C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8C7C on black background.


Color preview on white background

This text has color #6E8C7C on white background.



Black color preview on #6E8C7C background

This text has black color on #6E8C7C background.


White color preview on #6E8C7C background

This text has white color on #6E8C7C background.