COLOR #6E8862

HEX: #6E8862
RGB: (110,136,98)

Color info

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

RGB color model

#6E8862 color RGB value is (110,136,98).

  • red value is 110;
  • green value is 136;
  • blue value is 98.
RGB:
(110,136,98)
(43%,53%,38%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 98 of 255 = 38%

110
136
98

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

Portions of RGB colors in percentages

R + G + B =
110 + 136 + 98 = 344 (100%)
R 110 of 344 ~ 31.98%
G 136 of 344 ~ 39.53%
B 98 of 344 ~ 28.49%

%31.98
%39.53
%28.49

CMYK color model

#6E8862 color CMYK value is (19,0,28,47).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(19,0,28,47)
C19M0Y28K47 
(19%,0%,28%,47%)
(0.19/0.00/0.28/0.47)	

CMYK percentages

%19.12
%0
%27.94
%46.67

Codes

Color #6E8862 in popluar color models

6E8862
RGB11013698
HSL101°16.24%45.88%
HSB/HSV101°27.94%53.33%
CMYK19.12%0.00%27.94%
46.67%

Color #6E8862 in popluar number systems.

HEX6E8862
Decimal11013698
Binary1101110100010001100010
Octal156210142

Shades and tints

Shades of #6E8862

#6E8862
(110,136,98)
#647C5A
(100,124,90)
#5A7052
(90,112,82)
#50644A
(80,100,74)
#465842
(70,88,66)
#3C4C3A
(60,76,58)
#324032
(50,64,50)
#28342A
(40,52,42)
#1E2822
(30,40,34)
#141C1A
(20,28,26)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E8862

#6E8862
(110,136,98)
#7B9270
(123,146,112)
#889C7E
(136,156,126)
#95A68C
(149,166,140)
#A2B09A
(162,176,154)
#AFBAA8
(175,186,168)
#BCC4B6
(188,196,182)
#C9CEC4
(201,206,196)
#D6D8D2
(214,216,210)
#E3E2E0
(227,226,224)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8862 color. Also use rgb(110,136,98) instead hex code.

Text Font Color

.myTextColor { color: #6E8862; }

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

This text font color is #6E8862.


Background Color

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

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

This div background color is #6E8862.


Border color

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

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

This div border color is #6E8862.


Opacity

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

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

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

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

This text has shadow with #6E8862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8862 on black background.


Color preview on white background

This text has color #6E8862 on white background.



Black color preview on #6E8862 background

This text has black color on #6E8862 background.


White color preview on #6E8862 background

This text has white color on #6E8862 background.