COLOR #6E6373

HEX: #6E6373
RGB: (110,99,115)

Color info

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

RGB color model

#6E6373 color RGB value is (110,99,115).

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

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 115 of 255 = 45%

110
99
115

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 115 = 324 (100%)
R 110 of 324 ~ 33.95%
G 99 of 324 ~ 30.56%
B 115 of 324 ~ 35.49%

%33.95
%30.56
%35.49

CMYK color model

#6E6373 color CMYK value is (4,14,0,55).

  • cyan value is 4.35%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(4,14,0,55)
C4M14Y0K55 
(4%,14%,0%,55%)
(0.04/0.14/0.00/0.55)	

CMYK percentages

%4.35
%13.91
%0
%54.9

Codes

Color #6E6373 in popluar color models

6E6373
RGB11099115
HSL281°7.48%41.96%
HSB/HSV281°13.91%45.10%
CMYK4.35%13.91%0.00%
54.90%

Color #6E6373 in popluar number systems.

HEX6E6373
Decimal11099115
Binary110111011000111110011
Octal156143163

Shades and tints

Shades of #6E6373

#6E6373
(110,99,115)
#645A69
(100,90,105)
#5A515F
(90,81,95)
#504855
(80,72,85)
#463F4B
(70,63,75)
#3C3641
(60,54,65)
#322D37
(50,45,55)
#28242D
(40,36,45)
#1E1B23
(30,27,35)
#141219
(20,18,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #6E6373

#6E6373
(110,99,115)
#7B717F
(123,113,127)
#887F8B
(136,127,139)
#958D97
(149,141,151)
#A29BA3
(162,155,163)
#AFA9AF
(175,169,175)
#BCB7BB
(188,183,187)
#C9C5C7
(201,197,199)
#D6D3D3
(214,211,211)
#E3E1DF
(227,225,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6373; }

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

This text font color is #6E6373.


Background Color

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

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

This div background color is #6E6373.


Border color

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

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

This div border color is #6E6373.


Opacity

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

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

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

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

This text has shadow with #6E6373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6373 on black background.


Color preview on white background

This text has color #6E6373 on white background.



Black color preview on #6E6373 background

This text has black color on #6E6373 background.


White color preview on #6E6373 background

This text has white color on #6E6373 background.