COLOR #6E817F

HEX: #6E817F
RGB: (110,129,127)

Color info

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

RGB color model

#6E817F color RGB value is (110,129,127).

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

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 127 of 255 = 50%

110
129
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 127 = 366 (100%)
R 110 of 366 ~ 30.05%
G 129 of 366 ~ 35.25%
B 127 of 366 ~ 34.7%

%30.05
%35.25
%34.7

CMYK color model

#6E817F color CMYK value is (15,0,2,49).

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(15,0,2,49)
C15M0Y2K49 
(15%,0%,2%,49%)
(0.15/0.00/0.02/0.49)	

CMYK percentages

%14.73
%0
%1.55
%49.41

Codes

Color #6E817F in popluar color models

6E817F
RGB110129127
HSL174°7.95%46.86%
HSB/HSV174°14.73%50.59%
CMYK14.73%0.00%1.55%
49.41%

Color #6E817F in popluar number systems.

HEX6E817F
Decimal110129127
Binary1101110100000011111111
Octal156201177

Shades and tints

Shades of #6E817F

#6E817F
(110,129,127)
#647674
(100,118,116)
#5A6B69
(90,107,105)
#50605E
(80,96,94)
#465553
(70,85,83)
#3C4A48
(60,74,72)
#323F3D
(50,63,61)
#283432
(40,52,50)
#1E2927
(30,41,39)
#141E1C
(20,30,28)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6E817F

#6E817F
(110,129,127)
#7B8C8A
(123,140,138)
#889795
(136,151,149)
#95A2A0
(149,162,160)
#A2ADAB
(162,173,171)
#AFB8B6
(175,184,182)
#BCC3C1
(188,195,193)
#C9CECC
(201,206,204)
#D6D9D7
(214,217,215)
#E3E4E2
(227,228,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E817F; }

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

This text font color is #6E817F.


Background Color

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

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

This div background color is #6E817F.


Border color

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

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

This div border color is #6E817F.


Opacity

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

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

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

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

This text has shadow with #6E817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E817F on black background.


Color preview on white background

This text has color #6E817F on white background.



Black color preview on #6E817F background

This text has black color on #6E817F background.


White color preview on #6E817F background

This text has white color on #6E817F background.