COLOR #6C525F

HEX: #6C525F
RGB: (108,82,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
82
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 95 = 285 (100%)
R 108 of 285 ~ 37.89%
G 82 of 285 ~ 28.77%
B 95 of 285 ~ 33.33%

%37.89
%28.77
%33.33

CMYK color model

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

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

CMYK percentages

%0
%24.07
%12.04
%57.65

Codes

Color #6C525F in popluar color models

6C525F
RGB1088295
HSL330°13.68%37.25%
HSB/HSV330°24.07%42.35%
CMYK0.00%24.07%12.04%
57.65%

Color #6C525F in popluar number systems.

HEX6C525F
Decimal1088295
Binary110110010100101011111
Octal154122137

Shades and tints

Shades of #6C525F

#6C525F
(108,82,95)
#634B57
(99,75,87)
#5A444F
(90,68,79)
#513D47
(81,61,71)
#48363F
(72,54,63)
#3F2F37
(63,47,55)
#36282F
(54,40,47)
#2D2127
(45,33,39)
#241A1F
(36,26,31)
#1B1317
(27,19,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C525F

#6C525F
(108,82,95)
#79616D
(121,97,109)
#86707B
(134,112,123)
#937F89
(147,127,137)
#A08E97
(160,142,151)
#AD9DA5
(173,157,165)
#BAACB3
(186,172,179)
#C7BBC1
(199,187,193)
#D4CACF
(212,202,207)
#E1D9DD
(225,217,221)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C525F; }

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

This text font color is #6C525F.


Background Color

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

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

This div background color is #6C525F.


Border color

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

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

This div border color is #6C525F.


Opacity

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

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

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

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

This text has shadow with #6C525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C525F on black background.


Color preview on white background

This text has color #6C525F on white background.



Black color preview on #6C525F background

This text has black color on #6C525F background.


White color preview on #6C525F background

This text has white color on #6C525F background.