COLOR #6EA38D

HEX: #6EA38D
RGB: (110,163,141)

Color info

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

RGB color model

#6EA38D color RGB value is (110,163,141).

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

RGB channels and saturation

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

110
163
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 163 + 141 = 414 (100%)
R 110 of 414 ~ 26.57%
G 163 of 414 ~ 39.37%
B 141 of 414 ~ 34.06%

%26.57
%39.37
%34.06

CMYK color model

#6EA38D color CMYK value is (33,0,13,36).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(33,0,13,36)
C33M0Y13K36 
(33%,0%,13%,36%)
(0.33/0.00/0.13/0.36)	

CMYK percentages

%32.52
%0
%13.5
%36.08

Codes

Color #6EA38D in popluar color models

6EA38D
RGB110163141
HSL155°22.36%53.53%
HSB/HSV155°32.52%63.92%
CMYK32.52%0.00%13.50%
36.08%

Color #6EA38D in popluar number systems.

HEX6EA38D
Decimal110163141
Binary11011101010001110001101
Octal156243215

Shades and tints

Shades of #6EA38D

#6EA38D
(110,163,141)
#649581
(100,149,129)
#5A8775
(90,135,117)
#507969
(80,121,105)
#466B5D
(70,107,93)
#3C5D51
(60,93,81)
#324F45
(50,79,69)
#284139
(40,65,57)
#1E332D
(30,51,45)
#142521
(20,37,33)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #6EA38D

#6EA38D
(110,163,141)
#7BAB97
(123,171,151)
#88B3A1
(136,179,161)
#95BBAB
(149,187,171)
#A2C3B5
(162,195,181)
#AFCBBF
(175,203,191)
#BCD3C9
(188,211,201)
#C9DBD3
(201,219,211)
#D6E3DD
(214,227,221)
#E3EBE7
(227,235,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA38D; }

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

This text font color is #6EA38D.


Background Color

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

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

This div background color is #6EA38D.


Border color

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

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

This div border color is #6EA38D.


Opacity

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

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

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

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

This text has shadow with #6EA38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA38D on black background.


Color preview on white background

This text has color #6EA38D on white background.



Black color preview on #6EA38D background

This text has black color on #6EA38D background.


White color preview on #6EA38D background

This text has white color on #6EA38D background.