COLOR #6E8857

HEX: #6E8857 RGB: (110,136,87)

Color info

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

RGB color model

#6E8857 color RGB value is (110,136,87).

RGB: (110,136,87) (43%, 53%, 34%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 87 of 255 = 34%

110
136
87

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

Portions of RGB colors in percentages

R + G + B = 110 + 136 + 87 = 333 (100%)
R 110 of 333 ~ 33.03%
G 136 of 333 ~ 40.84%
B 87 of 333 ~ 26.13'%

%33.03
%40.84
%26.13

CMYK color model

#6E8857 color CMYK value is (19,0,36,47).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 36.03%
  • key color value is 46.67%

CMYK: (19,0,36,47)
C19M0Y36K47 (19%, 0%, 36%, 47%)
(0.19 / 0.00 / 0.36 / 0.47)

CMYK percentages

%19.12
%0
%36.03
%46.67

Codes

Color #6E8857 in popluar color models

6E 88 57
RGB 110 136 87
HSL 92° 21.97% 43.73%
HSB/HSV 92° 36.03% 53.33%
CMYK 19.12% 0.00% 36.03%
46.67%

Color #6E8857 in popluar number systems.

HEX 6E 88 57
Decimal 110 136 87
Binary 1101110 10001000 1010111
Octal 156 210 127

Shades and tints

Shades of #6E8857

#6E8857
(110,136,87)
#647C50
(100,124,80)
#5A7049
(90,112,73)
#506442
(80,100,66)
#46583B
(70,88,59)
#3C4C34
(60,76,52)
#32402D
(50,64,45)
#283426
(40,52,38)
#1E281F
(30,40,31)
#141C18
(20,28,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6E8857

#6E8857
(110,136,87)
#7B9266
(123,146,102)
#889C75
(136,156,117)
#95A684
(149,166,132)
#A2B093
(162,176,147)
#AFBAA2
(175,186,162)
#BCC4B1
(188,196,177)
#C9CEC0
(201,206,192)
#D6D8CF
(214,216,207)
#E3E2DE
(227,226,222)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8857; }

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

This text font color is #6E8857.

Background Color

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

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

This div background color is #6E8857.

Border color

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

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

This div border color is #6E8857.

Opacity

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

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

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

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

This text has shadow with #6E8857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8857.

Preview

Color preview on black background

This text has color #6E8857 on black background.


Color preview on white background

This text has color #6E8857 on white background.


Black color preview on #6E8857 background

This text has black color on #6E8857 background.


White color preview on #6E8857 background

This text has white color on #6E8857 background.


Related colors

Complementary color

Complementary color for #hex is #9177A8.


I love getcolorcode.com

Triadic colors

1 #576E88 and #88576E with #6E8857 are triadic colors.

2 #57886E and #886E57 with #6E8857 are triadic colors.