COLOR #6D4A4E

HEX: #6D4A4E
RGB: (109,74,78)

Color info

#6D4A4E contains red, green and blue colors in about the same proportion. Web safe color of #6D4A4E is #663366 (or #636).

RGB color model

#6D4A4E color RGB value is (109,74,78).

  • red value is 109;
  • green value is 74;
  • blue value is 78.
RGB:
(109,74,78)
(43%,29%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 74 of 255 = 29%
B 78 of 255 = 31%

109
74
78

R + G + B ~ 34%. #6D4A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 74 + 78 = 261 (100%)
R 109 of 261 ~ 41.76%
G 74 of 261 ~ 28.35%
B 78 of 261 ~ 29.89%

%41.76
%28.35
%29.89

CMYK color model

#6D4A4E color CMYK value is (0,32,28,57).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(0,32,28,57)
C0M32Y28K57 
(0%,32%,28%,57%)
(0.00/0.32/0.28/0.57)	

CMYK percentages

%0
%32.11
%28.44
%57.25

Codes

Color #6D4A4E in popluar color models

6D4A4E
RGB1097478
HSL353°19.13%35.88%
HSB/HSV353°32.11%42.75%
CMYK0.00%32.11%28.44%
57.25%

Color #6D4A4E in popluar number systems.

HEX6D4A4E
Decimal1097478
Binary110110110010101001110
Octal155112116

Shades and tints

Shades of #6D4A4E

#6D4A4E
(109,74,78)
#644447
(100,68,71)
#5B3E40
(91,62,64)
#523839
(82,56,57)
#493232
(73,50,50)
#402C2B
(64,44,43)
#372624
(55,38,36)
#2E201D
(46,32,29)
#251A16
(37,26,22)
#1C140F
(28,20,15)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #6D4A4E

#6D4A4E
(109,74,78)
#7A5A5E
(122,90,94)
#876A6E
(135,106,110)
#947A7E
(148,122,126)
#A18A8E
(161,138,142)
#AE9A9E
(174,154,158)
#BBAAAE
(187,170,174)
#C8BABE
(200,186,190)
#D5CACE
(213,202,206)
#E2DADE
(226,218,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4A4E color. Also use rgb(109,74,78) instead hex code.

Text Font Color

.myTextColor { color: #6D4A4E; }

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

This text font color is #6D4A4E.


Background Color

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

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

This div background color is #6D4A4E.


Border color

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

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

This div border color is #6D4A4E.


Opacity

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

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

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

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

This text has shadow with #6D4A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4A4E on black background.


Color preview on white background

This text has color #6D4A4E on white background.



Black color preview on #6D4A4E background

This text has black color on #6D4A4E background.


White color preview on #6D4A4E background

This text has white color on #6D4A4E background.