COLOR #6E8953

HEX: #6E8953
RGB: (110,137,83)

Color info

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

RGB color model

#6E8953 color RGB value is (110,137,83).

  • red value is 110;
  • green value is 137;
  • blue value is 83.
RGB:
(110,137,83)
(43%,54%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 83 of 255 = 33%

110
137
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 83 = 330 (100%)
R 110 of 330 ~ 33.33%
G 137 of 330 ~ 41.52%
B 83 of 330 ~ 25.15%

%33.33
%41.52
%25.15

CMYK color model

#6E8953 color CMYK value is (20,0,39,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(20,0,39,46)
C20M0Y39K46 
(20%,0%,39%,46%)
(0.20/0.00/0.39/0.46)	

CMYK percentages

%19.71
%0
%39.42
%46.27

Codes

Color #6E8953 in popluar color models

6E8953
RGB11013783
HSL90°24.55%43.14%
HSB/HSV90°39.42%53.73%
CMYK19.71%0.00%39.42%
46.27%

Color #6E8953 in popluar number systems.

HEX6E8953
Decimal11013783
Binary1101110100010011010011
Octal156211123

Shades and tints

Shades of #6E8953

#6E8953
(110,137,83)
#647D4C
(100,125,76)
#5A7145
(90,113,69)
#50653E
(80,101,62)
#465937
(70,89,55)
#3C4D30
(60,77,48)
#324129
(50,65,41)
#283522
(40,53,34)
#1E291B
(30,41,27)
#141D14
(20,29,20)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E8953

#6E8953
(110,137,83)
#7B9362
(123,147,98)
#889D71
(136,157,113)
#95A780
(149,167,128)
#A2B18F
(162,177,143)
#AFBB9E
(175,187,158)
#BCC5AD
(188,197,173)
#C9CFBC
(201,207,188)
#D6D9CB
(214,217,203)
#E3E3DA
(227,227,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8953 color. Also use rgb(110,137,83) instead hex code.

Text Font Color

.myTextColor { color: #6E8953; }

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

This text font color is #6E8953.


Background Color

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

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

This div background color is #6E8953.


Border color

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

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

This div border color is #6E8953.


Opacity

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

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

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

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

This text has shadow with #6E8953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8953 on black background.


Color preview on white background

This text has color #6E8953 on white background.



Black color preview on #6E8953 background

This text has black color on #6E8953 background.


White color preview on #6E8953 background

This text has white color on #6E8953 background.