COLOR #6D4E5A

HEX: #6D4E5A
RGB: (109,78,90)

Color info

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

RGB color model

#6D4E5A color RGB value is (109,78,90).

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

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 90 of 255 = 35%

109
78
90

R + G + B ~ 36%. #6D4E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 78 + 90 = 277 (100%)
R 109 of 277 ~ 39.35%
G 78 of 277 ~ 28.16%
B 90 of 277 ~ 32.49%

%39.35
%28.16
%32.49

CMYK color model

#6D4E5A color CMYK value is (0,28,17,57).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 17.43%
  • key color value is 57.25%
CMYK: (0,28,17,57) C0M28Y17K57 (0%,28%,17%,57%) (0.00/0.28/0.17/0.57)

CMYK percentages

%0
%28.44
%17.43
%57.25

Codes

Color #6D4E5A in popluar color models

6D4E5A
RGB1097890
HSL337°16.58%36.67%
HSB/HSV337°28.44%42.75%
CMYK0.00%28.44%17.43%
57.25%

Color #6D4E5A in popluar number systems.

HEX6D4E5A
Decimal1097890
Binary110110110011101011010
Octal155116132

Shades and tints

Shades of #6D4E5A

#6D4E5A
(109,78,90)
#644752
(100,71,82)
#5B404A
(91,64,74)
#523942
(82,57,66)
#49323A
(73,50,58)
#402B32
(64,43,50)
#37242A
(55,36,42)
#2E1D22
(46,29,34)
#25161A
(37,22,26)
#1C0F12
(28,15,18)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #6D4E5A

#6D4E5A
(109,78,90)
#7A5E69
(122,94,105)
#876E78
(135,110,120)
#947E87
(148,126,135)
#A18E96
(161,142,150)
#AE9EA5
(174,158,165)
#BBAEB4
(187,174,180)
#C8BEC3
(200,190,195)
#D5CED2
(213,206,210)
#E2DEE1
(226,222,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4E5A; }

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

This text font color is #6D4E5A.


Background Color

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

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

This div background color is #6D4E5A.


Border color

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

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

This div border color is #6D4E5A.


Opacity

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

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

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

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

This text has shadow with #6D4E5A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D4E5A on black background.


Color preview on white background

This text has color #6D4E5A on white background.



Black color preview on #6D4E5A background

This text has black color on #6D4E5A background.


White color preview on #6D4E5A background

This text has white color on #6D4E5A background.