COLOR #6D546A

HEX: #6D546A
RGB: (109,84,106)

Color info

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

RGB color model

#6D546A color RGB value is (109,84,106).

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

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 106 of 255 = 42%

109
84
106

R + G + B ~ 39%. #6D546A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 106 = 299 (100%)
R 109 of 299 ~ 36.45%
G 84 of 299 ~ 28.09%
B 106 of 299 ~ 35.45%

%36.45
%28.09
%35.45

CMYK color model

#6D546A color CMYK value is (0,23,3,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,23,3,57)
C0M23Y3K57 
(0%,23%,3%,57%)
(0.00/0.23/0.03/0.57)	

CMYK percentages

%0
%22.94
%2.75
%57.25

Codes

Color #6D546A in popluar color models

6D546A
RGB10984106
HSL307°12.95%37.84%
HSB/HSV307°22.94%42.75%
CMYK0.00%22.94%2.75%
57.25%

Color #6D546A in popluar number systems.

HEX6D546A
Decimal10984106
Binary110110110101001101010
Octal155124152

Shades and tints

Shades of #6D546A

#6D546A
(109,84,106)
#644D61
(100,77,97)
#5B4658
(91,70,88)
#523F4F
(82,63,79)
#493846
(73,56,70)
#40313D
(64,49,61)
#372A34
(55,42,52)
#2E232B
(46,35,43)
#251C22
(37,28,34)
#1C1519
(28,21,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D546A

#6D546A
(109,84,106)
#7A6377
(122,99,119)
#877284
(135,114,132)
#948191
(148,129,145)
#A1909E
(161,144,158)
#AE9FAB
(174,159,171)
#BBAEB8
(187,174,184)
#C8BDC5
(200,189,197)
#D5CCD2
(213,204,210)
#E2DBDF
(226,219,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D546A; }

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

This text font color is #6D546A.


Background Color

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

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

This div background color is #6D546A.


Border color

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

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

This div border color is #6D546A.


Opacity

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

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

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

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

This text has shadow with #6D546A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D546A on black background.


Color preview on white background

This text has color #6D546A on white background.



Black color preview on #6D546A background

This text has black color on #6D546A background.


White color preview on #6D546A background

This text has white color on #6D546A background.