COLOR #6E8870

HEX: #6E8870 RGB: (110,136,112)

Color info

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

RGB color model

#6E8870 color RGB value is (110,136,112).

RGB: (110,136,112) (43%, 53%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 112 of 255 = 44%

110
136
112

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

Portions of RGB colors in percentages

R + G + B = 110 + 136 + 112 = 358 (100%)
R 110 of 358 ~ 30.73%
G 136 of 358 ~ 37.99%
B 112 of 358 ~ 31.28'%

%30.73
%37.99
%31.28

CMYK color model

#6E8870 color CMYK value is (19,0,18,47).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK: (19,0,18,47) C19M0Y18K47 (19%,0%,18%,47%) (0.19/0.00/0.18/0.47) 

CMYK percentages

%19.12
%0
%17.65
%46.67

Codes

Color #6E8870 in popluar color models

6E 88 70
RGB 110 136 112
HSL 125° 10.57% 48.24%
HSB/HSV 125° 19.12% 53.33%
CMYK 19.12% 0.00% 17.65%
46.67%

Color #6E8870 in popluar number systems.

HEX 6E 88 70
Decimal 110 136 112
Binary 1101110 10001000 1110000
Octal 156 210 160

Shades and tints

Shades of #6E8870

#6E8870
(110,136,112)
#647C66
(100,124,102)
#5A705C
(90,112,92)
#506452
(80,100,82)
#465848
(70,88,72)
#3C4C3E
(60,76,62)
#324034
(50,64,52)
#28342A
(40,52,42)
#1E2820
(30,40,32)
#141C16
(20,28,22)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #6E8870

#6E8870
(110,136,112)
#7B927D
(123,146,125)
#889C8A
(136,156,138)
#95A697
(149,166,151)
#A2B0A4
(162,176,164)
#AFBAB1
(175,186,177)
#BCC4BE
(188,196,190)
#C9CECB
(201,206,203)
#D6D8D8
(214,216,216)
#E3E2E5
(227,226,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8870; }

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

This text font color is #6E8870.

Background Color

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

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

This div background color is #6E8870.

Border color

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

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

This div border color is #6E8870.

Opacity

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

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

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

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

This text has shadow with #6E8870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8870.

Preview

Color preview on black background

This text has color #6E8870 on black background.


Color preview on white background

This text has color #6E8870 on white background.


Black color preview on #6E8870 background

This text has black color on #6E8870 background.


White color preview on #6E8870 background

This text has white color on #6E8870 background.


Related colors

Complementary color

Complementary color for #hex is #91778F.


I love getcolorcode.com

Triadic colors

1 #706E88 and #88706E with #6E8870 are triadic colors.

2 #70886E and #886E70 with #6E8870 are triadic colors.