COLOR #6E895D

HEX: #6E895D
RGB: (110,137,93)

Color info

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

RGB color model

#6E895D color RGB value is (110,137,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 93 of 255 = 36%

110
137
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 93 = 340 (100%)
R 110 of 340 ~ 32.35%
G 137 of 340 ~ 40.29%
B 93 of 340 ~ 27.35%

%32.35
%40.29
%27.35

CMYK color model

#6E895D color CMYK value is (20,0,32,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(20,0,32,46)
C20M0Y32K46 
(20%,0%,32%,46%)
(0.20/0.00/0.32/0.46)	

CMYK percentages

%19.71
%0
%32.12
%46.27

Codes

Color #6E895D in popluar color models

6E895D
RGB11013793
HSL97°19.13%45.10%
HSB/HSV97°32.12%53.73%
CMYK19.71%0.00%32.12%
46.27%

Color #6E895D in popluar number systems.

HEX6E895D
Decimal11013793
Binary1101110100010011011101
Octal156211135

Shades and tints

Shades of #6E895D

#6E895D
(110,137,93)
#647D55
(100,125,85)
#5A714D
(90,113,77)
#506545
(80,101,69)
#46593D
(70,89,61)
#3C4D35
(60,77,53)
#32412D
(50,65,45)
#283525
(40,53,37)
#1E291D
(30,41,29)
#141D15
(20,29,21)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E895D

#6E895D
(110,137,93)
#7B936B
(123,147,107)
#889D79
(136,157,121)
#95A787
(149,167,135)
#A2B195
(162,177,149)
#AFBBA3
(175,187,163)
#BCC5B1
(188,197,177)
#C9CFBF
(201,207,191)
#D6D9CD
(214,217,205)
#E3E3DB
(227,227,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E895D; }

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

This text font color is #6E895D.


Background Color

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

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

This div background color is #6E895D.


Border color

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

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

This div border color is #6E895D.


Opacity

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

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

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

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

This text has shadow with #6E895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E895D on black background.


Color preview on white background

This text has color #6E895D on white background.



Black color preview on #6E895D background

This text has black color on #6E895D background.


White color preview on #6E895D background

This text has white color on #6E895D background.