COLOR #6E8170

HEX: #6E8170 RGB: (110,129,112)

Color info

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

RGB color model

#6E8170 color RGB value is (110,129,112).

RGB: (110,129,112) (43%, 51%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 112 of 255 = 44%

110
129
112

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

Portions of RGB colors in percentages

R + G + B = 110 + 129 + 112 = 351 (100%)
R 110 of 351 ~ 31.34%
G 129 of 351 ~ 36.75%
B 112 of 351 ~ 31.91'%

%31.34
%36.75
%31.91

CMYK color model

#6E8170 color CMYK value is (15,0,13,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 13.18%
  • key color value is 49.41%

CMYK: (15,0,13,49)
C15M0Y13K49 (15%, 0%, 13%, 49%)
(0.15 / 0.00 / 0.13 / 0.49)

CMYK percentages

%14.73
%0
%13.18
%49.41

Codes

Color #6E8170 in popluar color models

6E 81 70
RGB 110 129 112
HSL 126° 7.95% 46.86%
HSB/HSV 126° 14.73% 50.59%
CMYK 14.73% 0.00% 13.18%
49.41%

Color #6E8170 in popluar number systems.

HEX 6E 81 70
Decimal 110 129 112
Binary 1101110 10000001 1110000
Octal 156 201 160

Shades and tints

Shades of #6E8170

#6E8170
(110,129,112)
#647666
(100,118,102)
#5A6B5C
(90,107,92)
#506052
(80,96,82)
#465548
(70,85,72)
#3C4A3E
(60,74,62)
#323F34
(50,63,52)
#28342A
(40,52,42)
#1E2920
(30,41,32)
#141E16
(20,30,22)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E8170

#6E8170
(110,129,112)
#7B8C7D
(123,140,125)
#88978A
(136,151,138)
#95A297
(149,162,151)
#A2ADA4
(162,173,164)
#AFB8B1
(175,184,177)
#BCC3BE
(188,195,190)
#C9CECB
(201,206,203)
#D6D9D8
(214,217,216)
#E3E4E5
(227,228,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8170; }

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

This text font color is #6E8170.

Background Color

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

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

This div background color is #6E8170.

Border color

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

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

This div border color is #6E8170.

Opacity

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

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

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

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

This text has shadow with #6E8170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8170.

Preview

Color preview on black background

This text has color #6E8170 on black background.


Color preview on white background

This text has color #6E8170 on white background.


Black color preview on #6E8170 background

This text has black color on #6E8170 background.


White color preview on #6E8170 background

This text has white color on #6E8170 background.


Related colors

Complementary color

Complementary color for #hex is #917E8F.


I love getcolorcode.com

Triadic colors

1 #706E81 and #81706E with #6E8170 are triadic colors.

2 #70816E and #816E70 with #6E8170 are triadic colors.