COLOR #6E895A

HEX: #6E895A
RGB: (110,137,90)

Color info

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

RGB color model

#6E895A color RGB value is (110,137,90).

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

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 90 of 255 = 35%

110
137
90

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 90 = 337 (100%)
R 110 of 337 ~ 32.64%
G 137 of 337 ~ 40.65%
B 90 of 337 ~ 26.71%

%32.64
%40.65
%26.71

CMYK color model

#6E895A color CMYK value is (20,0,34,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(20,0,34,46)
C20M0Y34K46 
(20%,0%,34%,46%)
(0.20/0.00/0.34/0.46)	

CMYK percentages

%19.71
%0
%34.31
%46.27

Codes

Color #6E895A in popluar color models

6E895A
RGB11013790
HSL94°20.70%44.51%
HSB/HSV94°34.31%53.73%
CMYK19.71%0.00%34.31%
46.27%

Color #6E895A in popluar number systems.

HEX6E895A
Decimal11013790
Binary1101110100010011011010
Octal156211132

Shades and tints

Shades of #6E895A

#6E895A
(110,137,90)
#647D52
(100,125,82)
#5A714A
(90,113,74)
#506542
(80,101,66)
#46593A
(70,89,58)
#3C4D32
(60,77,50)
#32412A
(50,65,42)
#283522
(40,53,34)
#1E291A
(30,41,26)
#141D12
(20,29,18)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E895A

#6E895A
(110,137,90)
#7B9369
(123,147,105)
#889D78
(136,157,120)
#95A787
(149,167,135)
#A2B196
(162,177,150)
#AFBBA5
(175,187,165)
#BCC5B4
(188,197,180)
#C9CFC3
(201,207,195)
#D6D9D2
(214,217,210)
#E3E3E1
(227,227,225)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E895A; }

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

This text font color is #6E895A.


Background Color

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

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

This div background color is #6E895A.


Border color

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

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

This div border color is #6E895A.


Opacity

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

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

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

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

This text has shadow with #6E895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E895A on black background.


Color preview on white background

This text has color #6E895A on white background.



Black color preview on #6E895A background

This text has black color on #6E895A background.


White color preview on #6E895A background

This text has white color on #6E895A background.