COLOR #6E8167

HEX: #6E8167
RGB: (110,129,103)

Color info

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

RGB color model

#6E8167 color RGB value is (110,129,103).

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

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 103 of 255 = 40%

110
129
103

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 103 = 342 (100%)
R 110 of 342 ~ 32.16%
G 129 of 342 ~ 37.72%
B 103 of 342 ~ 30.12%

%32.16
%37.72
%30.12

CMYK color model

#6E8167 color CMYK value is (15,0,20,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 49.41%
CMYK:
(15,0,20,49)
C15M0Y20K49 
(15%,0%,20%,49%)
(0.15/0.00/0.20/0.49)	

CMYK percentages

%14.73
%0
%20.16
%49.41

Codes

Color #6E8167 in popluar color models

6E8167
RGB110129103
HSL104°11.21%45.49%
HSB/HSV104°20.16%50.59%
CMYK14.73%0.00%20.16%
49.41%

Color #6E8167 in popluar number systems.

HEX6E8167
Decimal110129103
Binary1101110100000011100111
Octal156201147

Shades and tints

Shades of #6E8167

#6E8167
(110,129,103)
#64765E
(100,118,94)
#5A6B55
(90,107,85)
#50604C
(80,96,76)
#465543
(70,85,67)
#3C4A3A
(60,74,58)
#323F31
(50,63,49)
#283428
(40,52,40)
#1E291F
(30,41,31)
#141E16
(20,30,22)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E8167

#6E8167
(110,129,103)
#7B8C74
(123,140,116)
#889781
(136,151,129)
#95A28E
(149,162,142)
#A2AD9B
(162,173,155)
#AFB8A8
(175,184,168)
#BCC3B5
(188,195,181)
#C9CEC2
(201,206,194)
#D6D9CF
(214,217,207)
#E3E4DC
(227,228,220)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8167; }

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

This text font color is #6E8167.


Background Color

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

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

This div background color is #6E8167.


Border color

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

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

This div border color is #6E8167.


Opacity

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

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

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

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

This text has shadow with #6E8167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8167 on black background.


Color preview on white background

This text has color #6E8167 on white background.



Black color preview on #6E8167 background

This text has black color on #6E8167 background.


White color preview on #6E8167 background

This text has white color on #6E8167 background.