COLOR #6E8F72

HEX: #6E8F72
RGB: (110,143,114)

Color info

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

RGB color model

#6E8F72 color RGB value is (110,143,114).

  • red value is 110;
  • green value is 143;
  • blue value is 114.
RGB:
(110,143,114)
(43%,56%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 114 of 255 = 45%

110
143
114

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 114 = 367 (100%)
R 110 of 367 ~ 29.97%
G 143 of 367 ~ 38.96%
B 114 of 367 ~ 31.06%

%29.97
%38.96
%31.06

CMYK color model

#6E8F72 color CMYK value is (23,0,20,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 43.92%
CMYK:
(23,0,20,44)
C23M0Y20K44 
(23%,0%,20%,44%)
(0.23/0.00/0.20/0.44)	

CMYK percentages

%23.08
%0
%20.28
%43.92

Codes

Color #6E8F72 in popluar color models

6E8F72
RGB110143114
HSL127°13.04%49.61%
HSB/HSV127°23.08%56.08%
CMYK23.08%0.00%20.28%
43.92%

Color #6E8F72 in popluar number systems.

HEX6E8F72
Decimal110143114
Binary1101110100011111110010
Octal156217162

Shades and tints

Shades of #6E8F72

#6E8F72
(110,143,114)
#648268
(100,130,104)
#5A755E
(90,117,94)
#506854
(80,104,84)
#465B4A
(70,91,74)
#3C4E40
(60,78,64)
#324136
(50,65,54)
#28342C
(40,52,44)
#1E2722
(30,39,34)
#141A18
(20,26,24)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #6E8F72

#6E8F72
(110,143,114)
#7B997E
(123,153,126)
#88A38A
(136,163,138)
#95AD96
(149,173,150)
#A2B7A2
(162,183,162)
#AFC1AE
(175,193,174)
#BCCBBA
(188,203,186)
#C9D5C6
(201,213,198)
#D6DFD2
(214,223,210)
#E3E9DE
(227,233,222)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8F72 color. Also use rgb(110,143,114) instead hex code.

Text Font Color

.myTextColor { color: #6E8F72; }

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

This text font color is #6E8F72.


Background Color

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

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

This div background color is #6E8F72.


Border color

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

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

This div border color is #6E8F72.


Opacity

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

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

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

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

This text has shadow with #6E8F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F72 on black background.


Color preview on white background

This text has color #6E8F72 on white background.



Black color preview on #6E8F72 background

This text has black color on #6E8F72 background.


White color preview on #6E8F72 background

This text has white color on #6E8F72 background.