COLOR #6E6761

HEX: #6E6761
RGB: (110,103,97)

Color info

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

RGB color model

#6E6761 color RGB value is (110,103,97).

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

RGB channels and saturation

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

110
103
97

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 97 = 310 (100%)
R 110 of 310 ~ 35.48%
G 103 of 310 ~ 33.23%
B 97 of 310 ~ 31.29%

%35.48
%33.23
%31.29

CMYK color model

#6E6761 color CMYK value is (0,6,12,57).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(0,6,12,57)
C0M6Y12K57 
(0%,6%,12%,57%)
(0.00/0.06/0.12/0.57)	

CMYK percentages

%0
%6.36
%11.82
%56.86

Codes

Color #6E6761 in popluar color models

6E6761
RGB11010397
HSL28°6.28%40.59%
HSB/HSV28°11.82%43.14%
CMYK0.00%6.36%11.82%
56.86%

Color #6E6761 in popluar number systems.

HEX6E6761
Decimal11010397
Binary110111011001111100001
Octal156147141

Shades and tints

Shades of #6E6761

#6E6761
(110,103,97)
#645E59
(100,94,89)
#5A5551
(90,85,81)
#504C49
(80,76,73)
#464341
(70,67,65)
#3C3A39
(60,58,57)
#323131
(50,49,49)
#282829
(40,40,41)
#1E1F21
(30,31,33)
#141619
(20,22,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E6761

#6E6761
(110,103,97)
#7B746F
(123,116,111)
#88817D
(136,129,125)
#958E8B
(149,142,139)
#A29B99
(162,155,153)
#AFA8A7
(175,168,167)
#BCB5B5
(188,181,181)
#C9C2C3
(201,194,195)
#D6CFD1
(214,207,209)
#E3DCDF
(227,220,223)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6761; }

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

This text font color is #6E6761.


Background Color

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

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

This div background color is #6E6761.


Border color

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

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

This div border color is #6E6761.


Opacity

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

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

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

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

This text has shadow with #6E6761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6761 on black background.


Color preview on white background

This text has color #6E6761 on white background.



Black color preview on #6E6761 background

This text has black color on #6E6761 background.


White color preview on #6E6761 background

This text has white color on #6E6761 background.