COLOR #6E8481

HEX: #6E8481
RGB: (110,132,129)

Color info

#6E8481 contains red, green and blue colors in about the same proportion. Web safe color of #6E8481 is #669999 (or #699).

RGB color model

#6E8481 color RGB value is (110,132,129).

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

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 129 of 255 = 51%

110
132
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 129 = 371 (100%)
R 110 of 371 ~ 29.65%
G 132 of 371 ~ 35.58%
B 129 of 371 ~ 34.77%

%29.65
%35.58
%34.77

CMYK color model

#6E8481 color CMYK value is (17,0,2,48).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK:
(17,0,2,48)
C17M0Y2K48 
(17%,0%,2%,48%)
(0.17/0.00/0.02/0.48)	

CMYK percentages

%16.67
%0
%2.27
%48.24

Codes

Color #6E8481 in popluar color models

6E8481
RGB110132129
HSL172°9.09%47.45%
HSB/HSV172°16.67%51.76%
CMYK16.67%0.00%2.27%
48.24%

Color #6E8481 in popluar number systems.

HEX6E8481
Decimal110132129
Binary11011101000010010000001
Octal156204201

Shades and tints

Shades of #6E8481

#6E8481
(110,132,129)
#647876
(100,120,118)
#5A6C6B
(90,108,107)
#506060
(80,96,96)
#465455
(70,84,85)
#3C484A
(60,72,74)
#323C3F
(50,60,63)
#283034
(40,48,52)
#1E2429
(30,36,41)
#14181E
(20,24,30)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #6E8481

#6E8481
(110,132,129)
#7B8F8C
(123,143,140)
#889A97
(136,154,151)
#95A5A2
(149,165,162)
#A2B0AD
(162,176,173)
#AFBBB8
(175,187,184)
#BCC6C3
(188,198,195)
#C9D1CE
(201,209,206)
#D6DCD9
(214,220,217)
#E3E7E4
(227,231,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8481; }

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

This text font color is #6E8481.


Background Color

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

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

This div background color is #6E8481.


Border color

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

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

This div border color is #6E8481.


Opacity

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

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

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

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

This text has shadow with #6E8481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8481 on black background.


Color preview on white background

This text has color #6E8481 on white background.



Black color preview on #6E8481 background

This text has black color on #6E8481 background.


White color preview on #6E8481 background

This text has white color on #6E8481 background.