COLOR #6C585C

HEX: #6C585C RGB: (108,88,92)

Color info

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

RGB color model

#6C585C color RGB value is (108,88,92).

RGB: (108,88,92) (42%, 35%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 92 of 255 = 36%

108
88
92

R + G + B ~ 38%. #6C585C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 92 = 288 (100%)
R 108 of 288 ~ 37.5%
G 88 of 288 ~ 30.56%
B 92 of 288 ~ 31.94'%

%37.5
%30.56
%31.94

CMYK color model

#6C585C color CMYK value is (0,19,15,58).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 14.81%
  • key color value is 57.65%

CMYK: (0,19,15,58)
C0M19Y15K58 (0%, 19%, 15%, 58%)
(0.00 / 0.19 / 0.15 / 0.58)

CMYK percentages

%0
%18.52
%14.81
%57.65

Codes

Color #6C585C in popluar color models

6C 58 5C
RGB 108 88 92
HSL 348° 10.20% 38.43%
HSB/HSV 348° 18.52% 42.35%
CMYK 0.00% 18.52% 14.81%
57.65%

Color #6C585C in popluar number systems.

HEX 6C 58 5C
Decimal 108 88 92
Binary 1101100 1011000 1011100
Octal 154 130 134

Shades and tints

Shades of #6C585C

#6C585C
(108,88,92)
#635054
(99,80,84)
#5A484C
(90,72,76)
#514044
(81,64,68)
#48383C
(72,56,60)
#3F3034
(63,48,52)
#36282C
(54,40,44)
#2D2024
(45,32,36)
#24181C
(36,24,28)
#1B1014
(27,16,20)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #6C585C

#6C585C
(108,88,92)
#79676A
(121,103,106)
#867678
(134,118,120)
#938586
(147,133,134)
#A09494
(160,148,148)
#ADA3A2
(173,163,162)
#BAB2B0
(186,178,176)
#C7C1BE
(199,193,190)
#D4D0CC
(212,208,204)
#E1DFDA
(225,223,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C585C; }

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

This text font color is #6C585C.

Background Color

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

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

This div background color is #6C585C.

Border color

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

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

This div border color is #6C585C.

Opacity

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

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

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

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

This text has shadow with #6C585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C585C.

Preview

Color preview on black background

This text has color #6C585C on black background.


Color preview on white background

This text has color #6C585C on white background.


Black color preview on #6C585C background

This text has black color on #6C585C background.


White color preview on #6C585C background

This text has white color on #6C585C background.


Related colors

Complementary color

Complementary color for #hex is #93A7A3.


I love getcolorcode.com

Triadic colors

1 #5C6C58 and #585C6C with #6C585C are triadic colors.

2 #5C586C and #586C5C with #6C585C are triadic colors.