COLOR #6B6D5F

HEX: #6B6D5F
RGB: (107,109,95)

Color info

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

RGB color model

#6B6D5F color RGB value is (107,109,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 95 of 255 = 37%

107
109
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 95 = 311 (100%)
R 107 of 311 ~ 34.41%
G 109 of 311 ~ 35.05%
B 95 of 311 ~ 30.55%

%34.41
%35.05
%30.55

CMYK color model

#6B6D5F color CMYK value is (2,0,13,57).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(2,0,13,57)
C2M0Y13K57 
(2%,0%,13%,57%)
(0.02/0.00/0.13/0.57)	

CMYK percentages

%1.83
%0
%12.84
%57.25

Codes

Color #6B6D5F in popluar color models

6B6D5F
RGB10710995
HSL69°6.86%40.00%
HSB/HSV69°12.84%42.75%
CMYK1.83%0.00%12.84%
57.25%

Color #6B6D5F in popluar number systems.

HEX6B6D5F
Decimal10710995
Binary110101111011011011111
Octal153155137

Shades and tints

Shades of #6B6D5F

#6B6D5F
(107,109,95)
#626457
(98,100,87)
#595B4F
(89,91,79)
#505247
(80,82,71)
#47493F
(71,73,63)
#3E4037
(62,64,55)
#35372F
(53,55,47)
#2C2E27
(44,46,39)
#23251F
(35,37,31)
#1A1C17
(26,28,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B6D5F

#6B6D5F
(107,109,95)
#787A6D
(120,122,109)
#85877B
(133,135,123)
#929489
(146,148,137)
#9FA197
(159,161,151)
#ACAEA5
(172,174,165)
#B9BBB3
(185,187,179)
#C6C8C1
(198,200,193)
#D3D5CF
(211,213,207)
#E0E2DD
(224,226,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6D5F color. Also use rgb(107,109,95) instead hex code.

Text Font Color

.myTextColor { color: #6B6D5F; }

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

This text font color is #6B6D5F.


Background Color

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

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

This div background color is #6B6D5F.


Border color

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

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

This div border color is #6B6D5F.


Opacity

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

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

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

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

This text has shadow with #6B6D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D5F on black background.


Color preview on white background

This text has color #6B6D5F on white background.



Black color preview on #6B6D5F background

This text has black color on #6B6D5F background.


White color preview on #6B6D5F background

This text has white color on #6B6D5F background.