COLOR #6E6762

HEX: #6E6762
RGB: (110,103,98)

Color info

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

RGB color model

#6E6762 color RGB value is (110,103,98).

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

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 98 of 255 = 38%

110
103
98

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 98 = 311 (100%)
R 110 of 311 ~ 35.37%
G 103 of 311 ~ 33.12%
B 98 of 311 ~ 31.51%

%35.37
%33.12
%31.51

CMYK color model

#6E6762 color CMYK value is (0,6,11,57).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(0,6,11,57)
C0M6Y11K57 
(0%,6%,11%,57%)
(0.00/0.06/0.11/0.57)	

CMYK percentages

%0
%6.36
%10.91
%56.86

Codes

Color #6E6762 in popluar color models

6E6762
RGB11010398
HSL25°5.77%40.78%
HSB/HSV25°10.91%43.14%
CMYK0.00%6.36%10.91%
56.86%

Color #6E6762 in popluar number systems.

HEX6E6762
Decimal11010398
Binary110111011001111100010
Octal156147142

Shades and tints

Shades of #6E6762

#6E6762
(110,103,98)
#645E5A
(100,94,90)
#5A5552
(90,85,82)
#504C4A
(80,76,74)
#464342
(70,67,66)
#3C3A3A
(60,58,58)
#323132
(50,49,50)
#28282A
(40,40,42)
#1E1F22
(30,31,34)
#14161A
(20,22,26)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #6E6762

#6E6762
(110,103,98)
#7B7470
(123,116,112)
#88817E
(136,129,126)
#958E8C
(149,142,140)
#A29B9A
(162,155,154)
#AFA8A8
(175,168,168)
#BCB5B6
(188,181,182)
#C9C2C4
(201,194,196)
#D6CFD2
(214,207,210)
#E3DCE0
(227,220,224)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6762; }

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

This text font color is #6E6762.


Background Color

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

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

This div background color is #6E6762.


Border color

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

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

This div border color is #6E6762.


Opacity

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

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

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

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

This text has shadow with #6E6762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6762 on black background.


Color preview on white background

This text has color #6E6762 on white background.



Black color preview on #6E6762 background

This text has black color on #6E6762 background.


White color preview on #6E6762 background

This text has white color on #6E6762 background.