COLOR #6D5764

HEX: #6D5764
RGB: (109,87,100)

Color info

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

RGB color model

#6D5764 color RGB value is (109,87,100).

  • red value is 109;
  • green value is 87;
  • blue value is 100.
RGB:
(109,87,100)
(43%,34%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 100 of 255 = 39%

109
87
100

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

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 100 = 296 (100%)
R 109 of 296 ~ 36.82%
G 87 of 296 ~ 29.39%
B 100 of 296 ~ 33.78%

%36.82
%29.39
%33.78

CMYK color model

#6D5764 color CMYK value is (0,20,8,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(0,20,8,57)
C0M20Y8K57 
(0%,20%,8%,57%)
(0.00/0.20/0.08/0.57)	

CMYK percentages

%0
%20.18
%8.26
%57.25

Codes

Color #6D5764 in popluar color models

6D5764
RGB10987100
HSL325°11.22%38.43%
HSB/HSV325°20.18%42.75%
CMYK0.00%20.18%8.26%
57.25%

Color #6D5764 in popluar number systems.

HEX6D5764
Decimal10987100
Binary110110110101111100100
Octal155127144

Shades and tints

Shades of #6D5764

#6D5764
(109,87,100)
#64505B
(100,80,91)
#5B4952
(91,73,82)
#524249
(82,66,73)
#493B40
(73,59,64)
#403437
(64,52,55)
#372D2E
(55,45,46)
#2E2625
(46,38,37)
#251F1C
(37,31,28)
#1C1813
(28,24,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #6D5764

#6D5764
(109,87,100)
#7A6672
(122,102,114)
#877580
(135,117,128)
#94848E
(148,132,142)
#A1939C
(161,147,156)
#AEA2AA
(174,162,170)
#BBB1B8
(187,177,184)
#C8C0C6
(200,192,198)
#D5CFD4
(213,207,212)
#E2DEE2
(226,222,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5764 color. Also use rgb(109,87,100) instead hex code.

Text Font Color

.myTextColor { color: #6D5764; }

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

This text font color is #6D5764.


Background Color

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

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

This div background color is #6D5764.


Border color

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

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

This div border color is #6D5764.


Opacity

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

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

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

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

This text has shadow with #6D5764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5764 on black background.


Color preview on white background

This text has color #6D5764 on white background.



Black color preview on #6D5764 background

This text has black color on #6D5764 background.


White color preview on #6D5764 background

This text has white color on #6D5764 background.