COLOR #6C525C

HEX: #6C525C
RGB: (108,82,92)

Color info

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

RGB color model

#6C525C color RGB value is (108,82,92).

  • red value is 108;
  • green value is 82;
  • blue value is 92.
RGB: (108,82,92) (42%,32%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 92 of 255 = 36%

108
82
92

R + G + B ~ 37%. #6C525C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 92 = 282 (100%)
R 108 of 282 ~ 38.3%
G 82 of 282 ~ 29.08%
B 92 of 282 ~ 32.62%

%38.3
%29.08
%32.62

CMYK color model

#6C525C color CMYK value is (0,24,15,58).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK: (0,24,15,58) C0M24Y15K58 (0%,24%,15%,58%) (0.00/0.24/0.15/0.58)

CMYK percentages

%0
%24.07
%14.81
%57.65

Codes

Color #6C525C in popluar color models

6C525C
RGB1088292
HSL337°13.68%37.25%
HSB/HSV337°24.07%42.35%
CMYK0.00%24.07%14.81%
57.65%

Color #6C525C in popluar number systems.

HEX6C525C
Decimal1088292
Binary110110010100101011100
Octal154122134

Shades and tints

Shades of #6C525C

#6C525C
(108,82,92)
#634B54
(99,75,84)
#5A444C
(90,68,76)
#513D44
(81,61,68)
#48363C
(72,54,60)
#3F2F34
(63,47,52)
#36282C
(54,40,44)
#2D2124
(45,33,36)
#241A1C
(36,26,28)
#1B1314
(27,19,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C525C

#6C525C
(108,82,92)
#79616A
(121,97,106)
#867078
(134,112,120)
#937F86
(147,127,134)
#A08E94
(160,142,148)
#AD9DA2
(173,157,162)
#BAACB0
(186,172,176)
#C7BBBE
(199,187,190)
#D4CACC
(212,202,204)
#E1D9DA
(225,217,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C525C; }

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

This text font color is #6C525C.


Background Color

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

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

This div background color is #6C525C.


Border color

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

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

This div border color is #6C525C.


Opacity

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

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

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

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

This text has shadow with #6C525C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C525C on black background.


Color preview on white background

This text has color #6C525C on white background.



Black color preview on #6C525C background

This text has black color on #6C525C background.


White color preview on #6C525C background

This text has white color on #6C525C background.