COLOR #6C525D

HEX: #6C525D
RGB: (108,82,93)

Color info

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

RGB color model

#6C525D color RGB value is (108,82,93).

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

RGB channels and saturation

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

108
82
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 93 = 283 (100%)
R 108 of 283 ~ 38.16%
G 82 of 283 ~ 28.98%
B 93 of 283 ~ 32.86%

%38.16
%28.98
%32.86

CMYK color model

#6C525D color CMYK value is (0,24,14,58).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 13.89%
  • key color value is 57.65%
CMYK:
(0,24,14,58)
C0M24Y14K58 
(0%,24%,14%,58%)
(0.00/0.24/0.14/0.58)	

CMYK percentages

%0
%24.07
%13.89
%57.65

Codes

Color #6C525D in popluar color models

6C525D
RGB1088293
HSL335°13.68%37.25%
HSB/HSV335°24.07%42.35%
CMYK0.00%24.07%13.89%
57.65%

Color #6C525D in popluar number systems.

HEX6C525D
Decimal1088293
Binary110110010100101011101
Octal154122135

Shades and tints

Shades of #6C525D

#6C525D
(108,82,93)
#634B55
(99,75,85)
#5A444D
(90,68,77)
#513D45
(81,61,69)
#48363D
(72,54,61)
#3F2F35
(63,47,53)
#36282D
(54,40,45)
#2D2125
(45,33,37)
#241A1D
(36,26,29)
#1B1315
(27,19,21)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C525D

#6C525D
(108,82,93)
#79616B
(121,97,107)
#867079
(134,112,121)
#937F87
(147,127,135)
#A08E95
(160,142,149)
#AD9DA3
(173,157,163)
#BAACB1
(186,172,177)
#C7BBBF
(199,187,191)
#D4CACD
(212,202,205)
#E1D9DB
(225,217,219)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C525D; }

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

This text font color is #6C525D.


Background Color

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

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

This div background color is #6C525D.


Border color

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

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

This div border color is #6C525D.


Opacity

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

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

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

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

This text has shadow with #6C525D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C525D on black background.


Color preview on white background

This text has color #6C525D on white background.



Black color preview on #6C525D background

This text has black color on #6C525D background.


White color preview on #6C525D background

This text has white color on #6C525D background.