COLOR #6E9563

HEX: #6E9563
RGB: (110,149,99)

Color info

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

RGB color model

#6E9563 color RGB value is (110,149,99).

  • red value is 110;
  • green value is 149;
  • blue value is 99.
RGB:
(110,149,99)
(43%,58%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 99 of 255 = 39%

110
149
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 99 = 358 (100%)
R 110 of 358 ~ 30.73%
G 149 of 358 ~ 41.62%
B 99 of 358 ~ 27.65%

%30.73
%41.62
%27.65

CMYK color model

#6E9563 color CMYK value is (26,0,34,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 33.56%
  • key color value is 41.57%
CMYK:
(26,0,34,42)
C26M0Y34K42 
(26%,0%,34%,42%)
(0.26/0.00/0.34/0.42)	

CMYK percentages

%26.17
%0
%33.56
%41.57

Codes

Color #6E9563 in popluar color models

6E9563
RGB11014999
HSL107°20.16%48.63%
HSB/HSV107°33.56%58.43%
CMYK26.17%0.00%33.56%
41.57%

Color #6E9563 in popluar number systems.

HEX6E9563
Decimal11014999
Binary1101110100101011100011
Octal156225143

Shades and tints

Shades of #6E9563

#6E9563
(110,149,99)
#64885A
(100,136,90)
#5A7B51
(90,123,81)
#506E48
(80,110,72)
#46613F
(70,97,63)
#3C5436
(60,84,54)
#32472D
(50,71,45)
#283A24
(40,58,36)
#1E2D1B
(30,45,27)
#142012
(20,32,18)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #6E9563

#6E9563
(110,149,99)
#7B9E71
(123,158,113)
#88A77F
(136,167,127)
#95B08D
(149,176,141)
#A2B99B
(162,185,155)
#AFC2A9
(175,194,169)
#BCCBB7
(188,203,183)
#C9D4C5
(201,212,197)
#D6DDD3
(214,221,211)
#E3E6E1
(227,230,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9563 color. Also use rgb(110,149,99) instead hex code.

Text Font Color

.myTextColor { color: #6E9563; }

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

This text font color is #6E9563.


Background Color

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

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

This div background color is #6E9563.


Border color

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

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

This div border color is #6E9563.


Opacity

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

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

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

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

This text has shadow with #6E9563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9563 on black background.


Color preview on white background

This text has color #6E9563 on white background.



Black color preview on #6E9563 background

This text has black color on #6E9563 background.


White color preview on #6E9563 background

This text has white color on #6E9563 background.