COLOR #6EA48A

HEX: #6EA48A
RGB: (110,164,138)

Color info

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

RGB color model

#6EA48A color RGB value is (110,164,138).

  • red value is 110;
  • green value is 164;
  • blue value is 138.
RGB:
(110,164,138)
(43%,64%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 138 of 255 = 54%

110
164
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 138 = 412 (100%)
R 110 of 412 ~ 26.7%
G 164 of 412 ~ 39.81%
B 138 of 412 ~ 33.5%

%26.7
%39.81
%33.5

CMYK color model

#6EA48A color CMYK value is (33,0,16,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(33,0,16,36)
C33M0Y16K36 
(33%,0%,16%,36%)
(0.33/0.00/0.16/0.36)	

CMYK percentages

%32.93
%0
%15.85
%35.69

Codes

Color #6EA48A in popluar color models

6EA48A
RGB110164138
HSL151°22.88%53.73%
HSB/HSV151°32.93%64.31%
CMYK32.93%0.00%15.85%
35.69%

Color #6EA48A in popluar number systems.

HEX6EA48A
Decimal110164138
Binary11011101010010010001010
Octal156244212

Shades and tints

Shades of #6EA48A

#6EA48A
(110,164,138)
#64967E
(100,150,126)
#5A8872
(90,136,114)
#507A66
(80,122,102)
#466C5A
(70,108,90)
#3C5E4E
(60,94,78)
#325042
(50,80,66)
#284236
(40,66,54)
#1E342A
(30,52,42)
#14261E
(20,38,30)
#0A1812
(10,24,18)
#000000
(0,0,0)

Tints of #6EA48A

#6EA48A
(110,164,138)
#7BAC94
(123,172,148)
#88B49E
(136,180,158)
#95BCA8
(149,188,168)
#A2C4B2
(162,196,178)
#AFCCBC
(175,204,188)
#BCD4C6
(188,212,198)
#C9DCD0
(201,220,208)
#D6E4DA
(214,228,218)
#E3ECE4
(227,236,228)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA48A color. Also use rgb(110,164,138) instead hex code.

Text Font Color

.myTextColor { color: #6EA48A; }

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

This text font color is #6EA48A.


Background Color

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

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

This div background color is #6EA48A.


Border color

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

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

This div border color is #6EA48A.


Opacity

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

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

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

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

This text has shadow with #6EA48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA48A on black background.


Color preview on white background

This text has color #6EA48A on white background.



Black color preview on #6EA48A background

This text has black color on #6EA48A background.


White color preview on #6EA48A background

This text has white color on #6EA48A background.