COLOR #6C5F6C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
95
108

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

Portions of RGB colors in percentages

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

%34.73
%30.55
%34.73

CMYK color model

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

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

CMYK percentages

%0
%12.04
%0
%57.65

Codes

Color #6C5F6C in popluar color models

6C5F6C
RGB10895108
HSL300°6.40%39.80%
HSB/HSV300°12.04%42.35%
CMYK0.00%12.04%0.00%
57.65%

Color #6C5F6C in popluar number systems.

HEX6C5F6C
Decimal10895108
Binary110110010111111101100
Octal154137154

Shades and tints

Shades of #6C5F6C

#6C5F6C
(108,95,108)
#635763
(99,87,99)
#5A4F5A
(90,79,90)
#514751
(81,71,81)
#483F48
(72,63,72)
#3F373F
(63,55,63)
#362F36
(54,47,54)
#2D272D
(45,39,45)
#241F24
(36,31,36)
#1B171B
(27,23,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #6C5F6C

#6C5F6C
(108,95,108)
#796D79
(121,109,121)
#867B86
(134,123,134)
#938993
(147,137,147)
#A097A0
(160,151,160)
#ADA5AD
(173,165,173)
#BAB3BA
(186,179,186)
#C7C1C7
(199,193,199)
#D4CFD4
(212,207,212)
#E1DDE1
(225,221,225)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5F6C; }

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

This text font color is #6C5F6C.


Background Color

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

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

This div background color is #6C5F6C.


Border color

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

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

This div border color is #6C5F6C.


Opacity

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

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

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

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

This text has shadow with #6C5F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5F6C on black background.


Color preview on white background

This text has color #6C5F6C on white background.



Black color preview on #6C5F6C background

This text has black color on #6C5F6C background.


White color preview on #6C5F6C background

This text has white color on #6C5F6C background.