COLOR #6D504F

HEX: #6D504F
RGB: (109,80,79)

Color info

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

RGB color model

#6D504F color RGB value is (109,80,79).

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

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 79 of 255 = 31%

109
80
79

R + G + B ~ 35%. #6D504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 79 = 268 (100%)
R 109 of 268 ~ 40.67%
G 80 of 268 ~ 29.85%
B 79 of 268 ~ 29.48%

%40.67
%29.85
%29.48

CMYK color model

#6D504F color CMYK value is (0,27,28,57).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,27,28,57)
C0M27Y28K57 
(0%,27%,28%,57%)
(0.00/0.27/0.28/0.57)	

CMYK percentages

%0
%26.61
%27.52
%57.25

Codes

Color #6D504F in popluar color models

6D504F
RGB1098079
HSL15.96%36.86%
HSB/HSV27.52%42.75%
CMYK0.00%26.61%27.52%
57.25%

Color #6D504F in popluar number systems.

HEX6D504F
Decimal1098079
Binary110110110100001001111
Octal155120117

Shades and tints

Shades of #6D504F

#6D504F
(109,80,79)
#644948
(100,73,72)
#5B4241
(91,66,65)
#523B3A
(82,59,58)
#493433
(73,52,51)
#402D2C
(64,45,44)
#372625
(55,38,37)
#2E1F1E
(46,31,30)
#251817
(37,24,23)
#1C1110
(28,17,16)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D504F

#6D504F
(109,80,79)
#7A5F5F
(122,95,95)
#876E6F
(135,110,111)
#947D7F
(148,125,127)
#A18C8F
(161,140,143)
#AE9B9F
(174,155,159)
#BBAAAF
(187,170,175)
#C8B9BF
(200,185,191)
#D5C8CF
(213,200,207)
#E2D7DF
(226,215,223)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D504F; }

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

This text font color is #6D504F.


Background Color

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

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

This div background color is #6D504F.


Border color

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

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

This div border color is #6D504F.


Opacity

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

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

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

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

This text has shadow with #6D504F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D504F on black background.


Color preview on white background

This text has color #6D504F on white background.



Black color preview on #6D504F background

This text has black color on #6D504F background.


White color preview on #6D504F background

This text has white color on #6D504F background.