COLOR #6E8775

HEX: #6E8775 RGB: (110,135,117)

Color info

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

RGB color model

#6E8775 color RGB value is (110,135,117).

RGB: (110,135,117) (43%, 53%, 46%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 117 of 255 = 46%

110
135
117

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

Portions of RGB colors in percentages

R + G + B = 110 + 135 + 117 = 362 (100%)
R 110 of 362 ~ 30.39%
G 135 of 362 ~ 37.29%
B 117 of 362 ~ 32.32'%

%30.39
%37.29
%32.32

CMYK color model

#6E8775 color CMYK value is (19,0,13,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK: (19,0,13,47) C19M0Y13K47 (19%,0%,13%,47%) (0.19/0.00/0.13/0.47) 

CMYK percentages

%18.52
%0
%13.33
%47.06

Codes

Color #6E8775 in popluar color models

6E 87 75
RGB 110 135 117
HSL 137° 10.20% 48.04%
HSB/HSV 137° 18.52% 52.94%
CMYK 18.52% 0.00% 13.33%
47.06%

Color #6E8775 in popluar number systems.

HEX 6E 87 75
Decimal 110 135 117
Binary 1101110 10000111 1110101
Octal 156 207 165

Shades and tints

Shades of #6E8775

#6E8775
(110,135,117)
#647B6B
(100,123,107)
#5A6F61
(90,111,97)
#506357
(80,99,87)
#46574D
(70,87,77)
#3C4B43
(60,75,67)
#323F39
(50,63,57)
#28332F
(40,51,47)
#1E2725
(30,39,37)
#141B1B
(20,27,27)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #6E8775

#6E8775
(110,135,117)
#7B9181
(123,145,129)
#889B8D
(136,155,141)
#95A599
(149,165,153)
#A2AFA5
(162,175,165)
#AFB9B1
(175,185,177)
#BCC3BD
(188,195,189)
#C9CDC9
(201,205,201)
#D6D7D5
(214,215,213)
#E3E1E1
(227,225,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8775 color. Also use rgb(110,135,117) instead hex code.

Text Font Color

.myTextColor { color: #6E8775; }

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

This text font color is #6E8775.

Background Color

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

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

This div background color is #6E8775.

Border color

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

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

This div border color is #6E8775.

Opacity

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

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

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

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

This text has shadow with #6E8775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8775.

Preview

Color preview on black background

This text has color #6E8775 on black background.


Color preview on white background

This text has color #6E8775 on white background.


Black color preview on #6E8775 background

This text has black color on #6E8775 background.


White color preview on #6E8775 background

This text has white color on #6E8775 background.


Related colors

Complementary color

Complementary color for #hex is #91788A.


I love getcolorcode.com

Triadic colors

1 #756E87 and #87756E with #6E8775 are triadic colors.

2 #75876E and #876E75 with #6E8775 are triadic colors.