COLOR #6E7F63

HEX: #6E7F63
RGB: (110,127,99)

Color info

#6E7F63 contains red, green and blue colors in about the same proportion. Web safe color of #6E7F63 is #666666 (or #666).

RGB color model

#6E7F63 color RGB value is (110,127,99).

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

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 99 of 255 = 39%

110
127
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 99 = 336 (100%)
R 110 of 336 ~ 32.74%
G 127 of 336 ~ 37.8%
B 99 of 336 ~ 29.46%

%32.74
%37.8
%29.46

CMYK color model

#6E7F63 color CMYK value is (13,0,22,50).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 50.20%
CMYK:
(13,0,22,50)
C13M0Y22K50 
(13%,0%,22%,50%)
(0.13/0.00/0.22/0.50)	

CMYK percentages

%13.39
%0
%22.05
%50.2

Codes

Color #6E7F63 in popluar color models

6E7F63
RGB11012799
HSL96°12.39%44.31%
HSB/HSV96°22.05%49.80%
CMYK13.39%0.00%22.05%
50.20%

Color #6E7F63 in popluar number systems.

HEX6E7F63
Decimal11012799
Binary110111011111111100011
Octal156177143

Shades and tints

Shades of #6E7F63

#6E7F63
(110,127,99)
#64745A
(100,116,90)
#5A6951
(90,105,81)
#505E48
(80,94,72)
#46533F
(70,83,63)
#3C4836
(60,72,54)
#323D2D
(50,61,45)
#283224
(40,50,36)
#1E271B
(30,39,27)
#141C12
(20,28,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #6E7F63

#6E7F63
(110,127,99)
#7B8A71
(123,138,113)
#88957F
(136,149,127)
#95A08D
(149,160,141)
#A2AB9B
(162,171,155)
#AFB6A9
(175,182,169)
#BCC1B7
(188,193,183)
#C9CCC5
(201,204,197)
#D6D7D3
(214,215,211)
#E3E2E1
(227,226,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7F63; }

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

This text font color is #6E7F63.


Background Color

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

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

This div background color is #6E7F63.


Border color

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

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

This div border color is #6E7F63.


Opacity

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

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

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

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

This text has shadow with #6E7F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7F63 on black background.


Color preview on white background

This text has color #6E7F63 on white background.



Black color preview on #6E7F63 background

This text has black color on #6E7F63 background.


White color preview on #6E7F63 background

This text has white color on #6E7F63 background.