COLOR #6D505C

HEX: #6D505C
RGB: (109,80,92)

Color info

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

RGB color model

#6D505C color RGB value is (109,80,92).

  • red value is 109;
  • green value is 80;
  • blue value is 92.
RGB: (109,80,92) (43%,31%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 92 of 255 = 36%

109
80
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 92 = 281 (100%)
R 109 of 281 ~ 38.79%
G 80 of 281 ~ 28.47%
B 92 of 281 ~ 32.74%

%38.79
%28.47
%32.74

CMYK color model

#6D505C color CMYK value is (0,27,16,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK: (0,27,16,57) C0M27Y16K57 (0%,27%,16%,57%) (0.00/0.27/0.16/0.57)

CMYK percentages

%0
%26.61
%15.6
%57.25

Codes

Color #6D505C in popluar color models

6D505C
RGB1098092
HSL335°15.34%37.06%
HSB/HSV335°26.61%42.75%
CMYK0.00%26.61%15.60%
57.25%

Color #6D505C in popluar number systems.

HEX6D505C
Decimal1098092
Binary110110110100001011100
Octal155120134

Shades and tints

Shades of #6D505C

#6D505C
(109,80,92)
#644954
(100,73,84)
#5B424C
(91,66,76)
#523B44
(82,59,68)
#49343C
(73,52,60)
#402D34
(64,45,52)
#37262C
(55,38,44)
#2E1F24
(46,31,36)
#25181C
(37,24,28)
#1C1114
(28,17,20)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #6D505C

#6D505C
(109,80,92)
#7A5F6A
(122,95,106)
#876E78
(135,110,120)
#947D86
(148,125,134)
#A18C94
(161,140,148)
#AE9BA2
(174,155,162)
#BBAAB0
(187,170,176)
#C8B9BE
(200,185,190)
#D5C8CC
(213,200,204)
#E2D7DA
(226,215,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D505C color. Also use rgb(109,80,92) instead hex code.

Text Font Color

.myTextColor { color: #6D505C; }

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

This text font color is #6D505C.


Background Color

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

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

This div background color is #6D505C.


Border color

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

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

This div border color is #6D505C.


Opacity

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

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

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

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

This text has shadow with #6D505C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D505C on black background.


Color preview on white background

This text has color #6D505C on white background.



Black color preview on #6D505C background

This text has black color on #6D505C background.


White color preview on #6D505C background

This text has white color on #6D505C background.