COLOR #6D4454

HEX: #6D4454
RGB: (109,68,84)

Color info

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

RGB color model

#6D4454 color RGB value is (109,68,84).

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

RGB channels and saturation

R 109 of 255 = 43%
G 68 of 255 = 27%
B 84 of 255 = 33%

109
68
84

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

Portions of RGB colors in percentages

R + G + B =
109 + 68 + 84 = 261 (100%)
R 109 of 261 ~ 41.76%
G 68 of 261 ~ 26.05%
B 84 of 261 ~ 32.18%

%41.76
%26.05
%32.18

CMYK color model

#6D4454 color CMYK value is (0,38,23,57).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(0,38,23,57)
C0M38Y23K57 
(0%,38%,23%,57%)
(0.00/0.38/0.23/0.57)	

CMYK percentages

%0
%37.61
%22.94
%57.25

Codes

Color #6D4454 in popluar color models

6D4454
RGB1096884
HSL337°23.16%34.71%
HSB/HSV337°37.61%42.75%
CMYK0.00%37.61%22.94%
57.25%

Color #6D4454 in popluar number systems.

HEX6D4454
Decimal1096884
Binary110110110001001010100
Octal155104124

Shades and tints

Shades of #6D4454

#6D4454
(109,68,84)
#643E4D
(100,62,77)
#5B3846
(91,56,70)
#52323F
(82,50,63)
#492C38
(73,44,56)
#402631
(64,38,49)
#37202A
(55,32,42)
#2E1A23
(46,26,35)
#25141C
(37,20,28)
#1C0E15
(28,14,21)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #6D4454

#6D4454
(109,68,84)
#7A5563
(122,85,99)
#876672
(135,102,114)
#947781
(148,119,129)
#A18890
(161,136,144)
#AE999F
(174,153,159)
#BBAAAE
(187,170,174)
#C8BBBD
(200,187,189)
#D5CCCC
(213,204,204)
#E2DDDB
(226,221,219)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4454; }

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

This text font color is #6D4454.


Background Color

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

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

This div background color is #6D4454.


Border color

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

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

This div border color is #6D4454.


Opacity

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

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

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

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

This text has shadow with #6D4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4454 on black background.


Color preview on white background

This text has color #6D4454 on white background.



Black color preview on #6D4454 background

This text has black color on #6D4454 background.


White color preview on #6D4454 background

This text has white color on #6D4454 background.