COLOR #6E8576

HEX: #6E8576
RGB: (110,133,118)

Color info

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

RGB color model

#6E8576 color RGB value is (110,133,118).

  • red value is 110;
  • green value is 133;
  • blue value is 118.
RGB:
(110,133,118)
(43%,52%,46%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 118 of 255 = 46%

110
133
118

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 118 = 361 (100%)
R 110 of 361 ~ 30.47%
G 133 of 361 ~ 36.84%
B 118 of 361 ~ 32.69%

%30.47
%36.84
%32.69

CMYK color model

#6E8576 color CMYK value is (17,0,11,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(17,0,11,48)
C17M0Y11K48 
(17%,0%,11%,48%)
(0.17/0.00/0.11/0.48)	

CMYK percentages

%17.29
%0
%11.28
%47.84

Codes

Color #6E8576 in popluar color models

6E8576
RGB110133118
HSL141°9.47%47.65%
HSB/HSV141°17.29%52.16%
CMYK17.29%0.00%11.28%
47.84%

Color #6E8576 in popluar number systems.

HEX6E8576
Decimal110133118
Binary1101110100001011110110
Octal156205166

Shades and tints

Shades of #6E8576

#6E8576
(110,133,118)
#64796C
(100,121,108)
#5A6D62
(90,109,98)
#506158
(80,97,88)
#46554E
(70,85,78)
#3C4944
(60,73,68)
#323D3A
(50,61,58)
#283130
(40,49,48)
#1E2526
(30,37,38)
#14191C
(20,25,28)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #6E8576

#6E8576
(110,133,118)
#7B9082
(123,144,130)
#889B8E
(136,155,142)
#95A69A
(149,166,154)
#A2B1A6
(162,177,166)
#AFBCB2
(175,188,178)
#BCC7BE
(188,199,190)
#C9D2CA
(201,210,202)
#D6DDD6
(214,221,214)
#E3E8E2
(227,232,226)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8576 color. Also use rgb(110,133,118) instead hex code.

Text Font Color

.myTextColor { color: #6E8576; }

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

This text font color is #6E8576.


Background Color

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

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

This div background color is #6E8576.


Border color

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

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

This div border color is #6E8576.


Opacity

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

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

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

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

This text has shadow with #6E8576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8576 on black background.


Color preview on white background

This text has color #6E8576 on white background.



Black color preview on #6E8576 background

This text has black color on #6E8576 background.


White color preview on #6E8576 background

This text has white color on #6E8576 background.