COLOR #6B6C5F

HEX: #6B6C5F
RGB: (107,108,95)

Color info

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

RGB color model

#6B6C5F color RGB value is (107,108,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 108 of 255 = 42%
B 95 of 255 = 37%

107
108
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 108 + 95 = 310 (100%)
R 107 of 310 ~ 34.52%
G 108 of 310 ~ 34.84%
B 95 of 310 ~ 30.65%

%34.52
%34.84
%30.65

CMYK color model

#6B6C5F color CMYK value is (1,0,12,58).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(1,0,12,58)
C1M0Y12K58 
(1%,0%,12%,58%)
(0.01/0.00/0.12/0.58)	

CMYK percentages

%0.93
%0
%12.04
%57.65

Codes

Color #6B6C5F in popluar color models

6B6C5F
RGB10710895
HSL65°6.40%39.80%
HSB/HSV65°12.04%42.35%
CMYK0.93%0.00%12.04%
57.65%

Color #6B6C5F in popluar number systems.

HEX6B6C5F
Decimal10710895
Binary110101111011001011111
Octal153154137

Shades and tints

Shades of #6B6C5F

#6B6C5F
(107,108,95)
#626357
(98,99,87)
#595A4F
(89,90,79)
#505147
(80,81,71)
#47483F
(71,72,63)
#3E3F37
(62,63,55)
#35362F
(53,54,47)
#2C2D27
(44,45,39)
#23241F
(35,36,31)
#1A1B17
(26,27,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B6C5F

#6B6C5F
(107,108,95)
#78796D
(120,121,109)
#85867B
(133,134,123)
#929389
(146,147,137)
#9FA097
(159,160,151)
#ACADA5
(172,173,165)
#B9BAB3
(185,186,179)
#C6C7C1
(198,199,193)
#D3D4CF
(211,212,207)
#E0E1DD
(224,225,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6C5F; }

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

This text font color is #6B6C5F.


Background Color

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

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

This div background color is #6B6C5F.


Border color

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

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

This div border color is #6B6C5F.


Opacity

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

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

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

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

This text has shadow with #6B6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6C5F on black background.


Color preview on white background

This text has color #6B6C5F on white background.



Black color preview on #6B6C5F background

This text has black color on #6B6C5F background.


White color preview on #6B6C5F background

This text has white color on #6B6C5F background.