COLOR #6E8467

HEX: #6E8467 RGB: (110,132,103)

Color info

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

RGB color model

#6E8467 color RGB value is (110,132,103).

RGB: (110,132,103) (43%, 52%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 103 of 255 = 40%

110
132
103

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

Portions of RGB colors in percentages

R + G + B = 110 + 132 + 103 = 345 (100%)
R 110 of 345 ~ 31.88%
G 132 of 345 ~ 38.26%
B 103 of 345 ~ 29.86'%

%31.88
%38.26
%29.86

CMYK color model

#6E8467 color CMYK value is (17,0,22,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%

CMYK: (17,0,22,48)
C17M0Y22K48 (17%, 0%, 22%, 48%)
(0.17 / 0.00 / 0.22 / 0.48)

CMYK percentages

%16.67
%0
%21.97
%48.24

Codes

Color #6E8467 in popluar color models

6E 84 67
RGB 110 132 103
HSL 106° 12.34% 46.08%
HSB/HSV 106° 21.97% 51.76%
CMYK 16.67% 0.00% 21.97%
48.24%

Color #6E8467 in popluar number systems.

HEX 6E 84 67
Decimal 110 132 103
Binary 1101110 10000100 1100111
Octal 156 204 147

Shades and tints

Shades of #6E8467

#6E8467
(110,132,103)
#64785E
(100,120,94)
#5A6C55
(90,108,85)
#50604C
(80,96,76)
#465443
(70,84,67)
#3C483A
(60,72,58)
#323C31
(50,60,49)
#283028
(40,48,40)
#1E241F
(30,36,31)
#141816
(20,24,22)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #6E8467

#6E8467
(110,132,103)
#7B8F74
(123,143,116)
#889A81
(136,154,129)
#95A58E
(149,165,142)
#A2B09B
(162,176,155)
#AFBBA8
(175,187,168)
#BCC6B5
(188,198,181)
#C9D1C2
(201,209,194)
#D6DCCF
(214,220,207)
#E3E7DC
(227,231,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8467; }

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

This text font color is #6E8467.

Background Color

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

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

This div background color is #6E8467.

Border color

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

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

This div border color is #6E8467.

Opacity

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

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

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

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

This text has shadow with #6E8467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8467.

Preview

Color preview on black background

This text has color #6E8467 on black background.


Color preview on white background

This text has color #6E8467 on white background.


Black color preview on #6E8467 background

This text has black color on #6E8467 background.


White color preview on #6E8467 background

This text has white color on #6E8467 background.


Related colors

Complementary color

Complementary color for #hex is #917B98.


I love getcolorcode.com

Triadic colors

1 #676E84 and #84676E with #6E8467 are triadic colors.

2 #67846E and #846E67 with #6E8467 are triadic colors.