COLOR #6EA28C

HEX: #6EA28C
RGB: (110,162,140)

Color info

#6EA28C contains red, green and blue colors in about the same proportion. Web safe color of #6EA28C is #669999 (or #699).

RGB color model

#6EA28C color RGB value is (110,162,140).

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

RGB channels and saturation

R 110 of 255 = 43%
G 162 of 255 = 64%
B 140 of 255 = 55%

110
162
140

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

Portions of RGB colors in percentages

R + G + B =
110 + 162 + 140 = 412 (100%)
R 110 of 412 ~ 26.7%
G 162 of 412 ~ 39.32%
B 140 of 412 ~ 33.98%

%26.7
%39.32
%33.98

CMYK color model

#6EA28C color CMYK value is (32,0,14,36).

  • cyan value is 32.10%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(32,0,14,36)
C32M0Y14K36 
(32%,0%,14%,36%)
(0.32/0.00/0.14/0.36)	

CMYK percentages

%32.1
%0
%13.58
%36.47

Codes

Color #6EA28C in popluar color models

6EA28C
RGB110162140
HSL155°21.85%53.33%
HSB/HSV155°32.10%63.53%
CMYK32.10%0.00%13.58%
36.47%

Color #6EA28C in popluar number systems.

HEX6EA28C
Decimal110162140
Binary11011101010001010001100
Octal156242214

Shades and tints

Shades of #6EA28C

#6EA28C
(110,162,140)
#649480
(100,148,128)
#5A8674
(90,134,116)
#507868
(80,120,104)
#466A5C
(70,106,92)
#3C5C50
(60,92,80)
#324E44
(50,78,68)
#284038
(40,64,56)
#1E322C
(30,50,44)
#142420
(20,36,32)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6EA28C

#6EA28C
(110,162,140)
#7BAA96
(123,170,150)
#88B2A0
(136,178,160)
#95BAAA
(149,186,170)
#A2C2B4
(162,194,180)
#AFCABE
(175,202,190)
#BCD2C8
(188,210,200)
#C9DAD2
(201,218,210)
#D6E2DC
(214,226,220)
#E3EAE6
(227,234,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA28C; }

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

This text font color is #6EA28C.


Background Color

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

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

This div background color is #6EA28C.


Border color

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

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

This div border color is #6EA28C.


Opacity

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

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

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

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

This text has shadow with #6EA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA28C on black background.


Color preview on white background

This text has color #6EA28C on white background.



Black color preview on #6EA28C background

This text has black color on #6EA28C background.


White color preview on #6EA28C background

This text has white color on #6EA28C background.