COLOR #6E6367

HEX: #6E6367
RGB: (110,99,103)

Color info

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

RGB color model

#6E6367 color RGB value is (110,99,103).

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

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 103 of 255 = 40%

110
99
103

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

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 103 = 312 (100%)
R 110 of 312 ~ 35.26%
G 99 of 312 ~ 31.73%
B 103 of 312 ~ 33.01%

%35.26
%31.73
%33.01

CMYK color model

#6E6367 color CMYK value is (0,10,6,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 6.36%
  • key color value is 56.86%
CMYK:
(0,10,6,57)
C0M10Y6K57 
(0%,10%,6%,57%)
(0.00/0.10/0.06/0.57)	

CMYK percentages

%0
%10
%6.36
%56.86

Codes

Color #6E6367 in popluar color models

6E6367
RGB11099103
HSL338°5.26%40.98%
HSB/HSV338°10.00%43.14%
CMYK0.00%10.00%6.36%
56.86%

Color #6E6367 in popluar number systems.

HEX6E6367
Decimal11099103
Binary110111011000111100111
Octal156143147

Shades and tints

Shades of #6E6367

#6E6367
(110,99,103)
#645A5E
(100,90,94)
#5A5155
(90,81,85)
#50484C
(80,72,76)
#463F43
(70,63,67)
#3C363A
(60,54,58)
#322D31
(50,45,49)
#282428
(40,36,40)
#1E1B1F
(30,27,31)
#141216
(20,18,22)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E6367

#6E6367
(110,99,103)
#7B7174
(123,113,116)
#887F81
(136,127,129)
#958D8E
(149,141,142)
#A29B9B
(162,155,155)
#AFA9A8
(175,169,168)
#BCB7B5
(188,183,181)
#C9C5C2
(201,197,194)
#D6D3CF
(214,211,207)
#E3E1DC
(227,225,220)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6367; }

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

This text font color is #6E6367.


Background Color

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

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

This div background color is #6E6367.


Border color

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

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

This div border color is #6E6367.


Opacity

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

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

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

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

This text has shadow with #6E6367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6367 on black background.


Color preview on white background

This text has color #6E6367 on white background.



Black color preview on #6E6367 background

This text has black color on #6E6367 background.


White color preview on #6E6367 background

This text has white color on #6E6367 background.