COLOR #6EA47D

HEX: #6EA47D
RGB: (110,164,125)

Color info

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

RGB color model

#6EA47D color RGB value is (110,164,125).

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

RGB channels and saturation

R 110 of 255 = 43%
G 164 of 255 = 64%
B 125 of 255 = 49%

110
164
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 164 + 125 = 399 (100%)
R 110 of 399 ~ 27.57%
G 164 of 399 ~ 41.1%
B 125 of 399 ~ 31.33%

%27.57
%41.1
%31.33

CMYK color model

#6EA47D color CMYK value is (33,0,24,36).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(33,0,24,36)
C33M0Y24K36 
(33%,0%,24%,36%)
(0.33/0.00/0.24/0.36)	

CMYK percentages

%32.93
%0
%23.78
%35.69

Codes

Color #6EA47D in popluar color models

6EA47D
RGB110164125
HSL137°22.88%53.73%
HSB/HSV137°32.93%64.31%
CMYK32.93%0.00%23.78%
35.69%

Color #6EA47D in popluar number systems.

HEX6EA47D
Decimal110164125
Binary1101110101001001111101
Octal156244175

Shades and tints

Shades of #6EA47D

#6EA47D
(110,164,125)
#649672
(100,150,114)
#5A8867
(90,136,103)
#507A5C
(80,122,92)
#466C51
(70,108,81)
#3C5E46
(60,94,70)
#32503B
(50,80,59)
#284230
(40,66,48)
#1E3425
(30,52,37)
#14261A
(20,38,26)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #6EA47D

#6EA47D
(110,164,125)
#7BAC88
(123,172,136)
#88B493
(136,180,147)
#95BC9E
(149,188,158)
#A2C4A9
(162,196,169)
#AFCCB4
(175,204,180)
#BCD4BF
(188,212,191)
#C9DCCA
(201,220,202)
#D6E4D5
(214,228,213)
#E3ECE0
(227,236,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA47D; }

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

This text font color is #6EA47D.


Background Color

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

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

This div background color is #6EA47D.


Border color

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

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

This div border color is #6EA47D.


Opacity

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

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

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

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

This text has shadow with #6EA47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA47D on black background.


Color preview on white background

This text has color #6EA47D on white background.



Black color preview on #6EA47D background

This text has black color on #6EA47D background.


White color preview on #6EA47D background

This text has white color on #6EA47D background.