COLOR #6E8171

HEX: #6E8171
RGB: (110,129,113)

Color info

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

RGB color model

#6E8171 color RGB value is (110,129,113).

  • red value is 110;
  • green value is 129;
  • blue value is 113.
RGB:
(110,129,113)
(43%,51%,44%)

RGB channels and saturation

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

110
129
113

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 113 = 352 (100%)
R 110 of 352 ~ 31.25%
G 129 of 352 ~ 36.65%
B 113 of 352 ~ 32.1%

%31.25
%36.65
%32.1

CMYK color model

#6E8171 color CMYK value is (15,0,12,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%
CMYK:
(15,0,12,49)
C15M0Y12K49 
(15%,0%,12%,49%)
(0.15/0.00/0.12/0.49)	

CMYK percentages

%14.73
%0
%12.4
%49.41

Codes

Color #6E8171 in popluar color models

6E8171
RGB110129113
HSL129°7.95%46.86%
HSB/HSV129°14.73%50.59%
CMYK14.73%0.00%12.40%
49.41%

Color #6E8171 in popluar number systems.

HEX6E8171
Decimal110129113
Binary1101110100000011110001
Octal156201161

Shades and tints

Shades of #6E8171

#6E8171
(110,129,113)
#647667
(100,118,103)
#5A6B5D
(90,107,93)
#506053
(80,96,83)
#465549
(70,85,73)
#3C4A3F
(60,74,63)
#323F35
(50,63,53)
#28342B
(40,52,43)
#1E2921
(30,41,33)
#141E17
(20,30,23)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E8171

#6E8171
(110,129,113)
#7B8C7D
(123,140,125)
#889789
(136,151,137)
#95A295
(149,162,149)
#A2ADA1
(162,173,161)
#AFB8AD
(175,184,173)
#BCC3B9
(188,195,185)
#C9CEC5
(201,206,197)
#D6D9D1
(214,217,209)
#E3E4DD
(227,228,221)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8171; }

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

This text font color is #6E8171.


Background Color

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

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

This div background color is #6E8171.


Border color

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

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

This div border color is #6E8171.


Opacity

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

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

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

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

This text has shadow with #6E8171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8171 on black background.


Color preview on white background

This text has color #6E8171 on white background.



Black color preview on #6E8171 background

This text has black color on #6E8171 background.


White color preview on #6E8171 background

This text has white color on #6E8171 background.