COLOR #6D424C

HEX: #6D424C
RGB: (109,66,76)

Color info

#6D424C contains red, green and blue colors in about the same proportion. Web safe color of #6D424C is #663333 (or #633).

RGB color model

#6D424C color RGB value is (109,66,76).

  • red value is 109;
  • green value is 66;
  • blue value is 76.
RGB:
(109,66,76)
(43%,26%,30%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 76 of 255 = 30%

109
66
76

R + G + B ~ 33%. #6D424C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 66 + 76 = 251 (100%)
R 109 of 251 ~ 43.43%
G 66 of 251 ~ 26.29%
B 76 of 251 ~ 30.28%

%43.43
%26.29
%30.28

CMYK color model

#6D424C color CMYK value is (0,39,30,57).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(0,39,30,57)
C0M39Y30K57 
(0%,39%,30%,57%)
(0.00/0.39/0.30/0.57)	

CMYK percentages

%0
%39.45
%30.28
%57.25

Codes

Color #6D424C in popluar color models

6D424C
RGB1096676
HSL346°24.57%34.31%
HSB/HSV346°39.45%42.75%
CMYK0.00%39.45%30.28%
57.25%

Color #6D424C in popluar number systems.

HEX6D424C
Decimal1096676
Binary110110110000101001100
Octal155102114

Shades and tints

Shades of #6D424C

#6D424C
(109,66,76)
#643C46
(100,60,70)
#5B3640
(91,54,64)
#52303A
(82,48,58)
#492A34
(73,42,52)
#40242E
(64,36,46)
#371E28
(55,30,40)
#2E1822
(46,24,34)
#25121C
(37,18,28)
#1C0C16
(28,12,22)
#130610
(19,6,16)
#000000
(0,0,0)

Tints of #6D424C

#6D424C
(109,66,76)
#7A535C
(122,83,92)
#87646C
(135,100,108)
#94757C
(148,117,124)
#A1868C
(161,134,140)
#AE979C
(174,151,156)
#BBA8AC
(187,168,172)
#C8B9BC
(200,185,188)
#D5CACC
(213,202,204)
#E2DBDC
(226,219,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D424C color. Also use rgb(109,66,76) instead hex code.

Text Font Color

.myTextColor { color: #6D424C; }

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

This text font color is #6D424C.


Background Color

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

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

This div background color is #6D424C.


Border color

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

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

This div border color is #6D424C.


Opacity

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

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

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

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

This text has shadow with #6D424C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D424C on black background.


Color preview on white background

This text has color #6D424C on white background.



Black color preview on #6D424C background

This text has black color on #6D424C background.


White color preview on #6D424C background

This text has white color on #6D424C background.