COLOR #6D576A

HEX: #6D576A
RGB: (109,87,106)

Color info

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

RGB color model

#6D576A color RGB value is (109,87,106).

  • red value is 109;
  • green value is 87;
  • blue value is 106.
RGB:
(109,87,106)
(43%,34%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 106 of 255 = 42%

109
87
106

R + G + B ~ 40%. #6D576A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 106 = 302 (100%)
R 109 of 302 ~ 36.09%
G 87 of 302 ~ 28.81%
B 106 of 302 ~ 35.1%

%36.09
%28.81
%35.1

CMYK color model

#6D576A color CMYK value is (0,20,3,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,20,3,57)
C0M20Y3K57 
(0%,20%,3%,57%)
(0.00/0.20/0.03/0.57)	

CMYK percentages

%0
%20.18
%2.75
%57.25

Codes

Color #6D576A in popluar color models

6D576A
RGB10987106
HSL308°11.22%38.43%
HSB/HSV308°20.18%42.75%
CMYK0.00%20.18%2.75%
57.25%

Color #6D576A in popluar number systems.

HEX6D576A
Decimal10987106
Binary110110110101111101010
Octal155127152

Shades and tints

Shades of #6D576A

#6D576A
(109,87,106)
#645061
(100,80,97)
#5B4958
(91,73,88)
#52424F
(82,66,79)
#493B46
(73,59,70)
#40343D
(64,52,61)
#372D34
(55,45,52)
#2E262B
(46,38,43)
#251F22
(37,31,34)
#1C1819
(28,24,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D576A

#6D576A
(109,87,106)
#7A6677
(122,102,119)
#877584
(135,117,132)
#948491
(148,132,145)
#A1939E
(161,147,158)
#AEA2AB
(174,162,171)
#BBB1B8
(187,177,184)
#C8C0C5
(200,192,197)
#D5CFD2
(213,207,210)
#E2DEDF
(226,222,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D576A color. Also use rgb(109,87,106) instead hex code.

Text Font Color

.myTextColor { color: #6D576A; }

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

This text font color is #6D576A.


Background Color

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

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

This div background color is #6D576A.


Border color

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

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

This div border color is #6D576A.


Opacity

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

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

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

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

This text has shadow with #6D576A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D576A on black background.


Color preview on white background

This text has color #6D576A on white background.



Black color preview on #6D576A background

This text has black color on #6D576A background.


White color preview on #6D576A background

This text has white color on #6D576A background.