COLOR #6EA38B

HEX: #6EA38B
RGB: (110,163,139)

Color info

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

RGB color model

#6EA38B color RGB value is (110,163,139).

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

RGB channels and saturation

R 110 of 255 = 43%
G 163 of 255 = 64%
B 139 of 255 = 55%

110
163
139

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

Portions of RGB colors in percentages

R + G + B =
110 + 163 + 139 = 412 (100%)
R 110 of 412 ~ 26.7%
G 163 of 412 ~ 39.56%
B 139 of 412 ~ 33.74%

%26.7
%39.56
%33.74

CMYK color model

#6EA38B color CMYK value is (33,0,15,36).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(33,0,15,36)
C33M0Y15K36 
(33%,0%,15%,36%)
(0.33/0.00/0.15/0.36)	

CMYK percentages

%32.52
%0
%14.72
%36.08

Codes

Color #6EA38B in popluar color models

6EA38B
RGB110163139
HSL153°22.36%53.53%
HSB/HSV153°32.52%63.92%
CMYK32.52%0.00%14.72%
36.08%

Color #6EA38B in popluar number systems.

HEX6EA38B
Decimal110163139
Binary11011101010001110001011
Octal156243213

Shades and tints

Shades of #6EA38B

#6EA38B
(110,163,139)
#64957F
(100,149,127)
#5A8773
(90,135,115)
#507967
(80,121,103)
#466B5B
(70,107,91)
#3C5D4F
(60,93,79)
#324F43
(50,79,67)
#284137
(40,65,55)
#1E332B
(30,51,43)
#14251F
(20,37,31)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #6EA38B

#6EA38B
(110,163,139)
#7BAB95
(123,171,149)
#88B39F
(136,179,159)
#95BBA9
(149,187,169)
#A2C3B3
(162,195,179)
#AFCBBD
(175,203,189)
#BCD3C7
(188,211,199)
#C9DBD1
(201,219,209)
#D6E3DB
(214,227,219)
#E3EBE5
(227,235,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA38B color. Also use rgb(110,163,139) instead hex code.

Text Font Color

.myTextColor { color: #6EA38B; }

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

This text font color is #6EA38B.


Background Color

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

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

This div background color is #6EA38B.


Border color

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

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

This div border color is #6EA38B.


Opacity

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

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

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

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

This text has shadow with #6EA38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA38B on black background.


Color preview on white background

This text has color #6EA38B on white background.



Black color preview on #6EA38B background

This text has black color on #6EA38B background.


White color preview on #6EA38B background

This text has white color on #6EA38B background.