COLOR #6B6E5E

HEX: #6B6E5E
RGB: (107,110,94)

Color info

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

RGB color model

#6B6E5E color RGB value is (107,110,94).

  • red value is 107;
  • green value is 110;
  • blue value is 94.
RGB:
(107,110,94)
(42%,43%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 94 of 255 = 37%

107
110
94

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

Portions of RGB colors in percentages

R + G + B =
107 + 110 + 94 = 311 (100%)
R 107 of 311 ~ 34.41%
G 110 of 311 ~ 35.37%
B 94 of 311 ~ 30.23%

%34.41
%35.37
%30.23

CMYK color model

#6B6E5E color CMYK value is (3,0,15,57).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(3,0,15,57)
C3M0Y15K57 
(3%,0%,15%,57%)
(0.03/0.00/0.15/0.57)	

CMYK percentages

%2.73
%0
%14.55
%56.86

Codes

Color #6B6E5E in popluar color models

6B6E5E
RGB10711094
HSL71°7.84%40.00%
HSB/HSV71°14.55%43.14%
CMYK2.73%0.00%14.55%
56.86%

Color #6B6E5E in popluar number systems.

HEX6B6E5E
Decimal10711094
Binary110101111011101011110
Octal153156136

Shades and tints

Shades of #6B6E5E

#6B6E5E
(107,110,94)
#626456
(98,100,86)
#595A4E
(89,90,78)
#505046
(80,80,70)
#47463E
(71,70,62)
#3E3C36
(62,60,54)
#35322E
(53,50,46)
#2C2826
(44,40,38)
#231E1E
(35,30,30)
#1A1416
(26,20,22)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B6E5E

#6B6E5E
(107,110,94)
#787B6C
(120,123,108)
#85887A
(133,136,122)
#929588
(146,149,136)
#9FA296
(159,162,150)
#ACAFA4
(172,175,164)
#B9BCB2
(185,188,178)
#C6C9C0
(198,201,192)
#D3D6CE
(211,214,206)
#E0E3DC
(224,227,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6E5E color. Also use rgb(107,110,94) instead hex code.

Text Font Color

.myTextColor { color: #6B6E5E; }

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

This text font color is #6B6E5E.


Background Color

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

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

This div background color is #6B6E5E.


Border color

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

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

This div border color is #6B6E5E.


Opacity

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

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

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

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

This text has shadow with #6B6E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6E5E on black background.


Color preview on white background

This text has color #6B6E5E on white background.



Black color preview on #6B6E5E background

This text has black color on #6B6E5E background.


White color preview on #6B6E5E background

This text has white color on #6B6E5E background.