COLOR #6C6C5F

HEX: #6C6C5F
RGB: (108,108,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
108
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 108 + 95 = 311 (100%)
R 108 of 311 ~ 34.73%
G 108 of 311 ~ 34.73%
B 95 of 311 ~ 30.55%

%34.73
%34.73
%30.55

CMYK color model

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

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

CMYK percentages

%0
%0
%12.04
%57.65

Codes

Color #6C6C5F in popluar color models

6C6C5F
RGB10810895
HSL60°6.40%39.80%
HSB/HSV60°12.04%42.35%
CMYK0.00%0.00%12.04%
57.65%

Color #6C6C5F in popluar number systems.

HEX6C6C5F
Decimal10810895
Binary110110011011001011111
Octal154154137

Shades and tints

Shades of #6C6C5F

#6C6C5F
(108,108,95)
#636357
(99,99,87)
#5A5A4F
(90,90,79)
#515147
(81,81,71)
#48483F
(72,72,63)
#3F3F37
(63,63,55)
#36362F
(54,54,47)
#2D2D27
(45,45,39)
#24241F
(36,36,31)
#1B1B17
(27,27,23)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C6C5F

#6C6C5F
(108,108,95)
#79796D
(121,121,109)
#86867B
(134,134,123)
#939389
(147,147,137)
#A0A097
(160,160,151)
#ADADA5
(173,173,165)
#BABAB3
(186,186,179)
#C7C7C1
(199,199,193)
#D4D4CF
(212,212,207)
#E1E1DD
(225,225,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6C5F; }

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

This text font color is #6C6C5F.


Background Color

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

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

This div background color is #6C6C5F.


Border color

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

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

This div border color is #6C6C5F.


Opacity

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

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

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

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

This text has shadow with #6C6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6C5F on black background.


Color preview on white background

This text has color #6C6C5F on white background.



Black color preview on #6C6C5F background

This text has black color on #6C6C5F background.


White color preview on #6C6C5F background

This text has white color on #6C6C5F background.