COLOR #6D7571

HEX: #6D7571
RGB: (109,117,113)

Color info

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

RGB color model

#6D7571 color RGB value is (109,117,113).

  • red value is 109;
  • green value is 117;
  • blue value is 113.
RGB:
(109,117,113)
(43%,46%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 113 of 255 = 44%

109
117
113

R + G + B ~ 44%. #6D7571 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 113 = 339 (100%)
R 109 of 339 ~ 32.15%
G 117 of 339 ~ 34.51%
B 113 of 339 ~ 33.33%

%32.15
%34.51
%33.33

CMYK color model

#6D7571 color CMYK value is (7,0,3,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%
CMYK:
(7,0,3,54)
C7M0Y3K54 
(7%,0%,3%,54%)
(0.07/0.00/0.03/0.54)	

CMYK percentages

%6.84
%0
%3.42
%54.12

Codes

Color #6D7571 in popluar color models

6D7571
RGB109117113
HSL150°3.54%44.31%
HSB/HSV150°6.84%45.88%
CMYK6.84%0.00%3.42%
54.12%

Color #6D7571 in popluar number systems.

HEX6D7571
Decimal109117113
Binary110110111101011110001
Octal155165161

Shades and tints

Shades of #6D7571

#6D7571
(109,117,113)
#646B67
(100,107,103)
#5B615D
(91,97,93)
#525753
(82,87,83)
#494D49
(73,77,73)
#40433F
(64,67,63)
#373935
(55,57,53)
#2E2F2B
(46,47,43)
#252521
(37,37,33)
#1C1B17
(28,27,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D7571

#6D7571
(109,117,113)
#7A817D
(122,129,125)
#878D89
(135,141,137)
#949995
(148,153,149)
#A1A5A1
(161,165,161)
#AEB1AD
(174,177,173)
#BBBDB9
(187,189,185)
#C8C9C5
(200,201,197)
#D5D5D1
(213,213,209)
#E2E1DD
(226,225,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7571 color. Also use rgb(109,117,113) instead hex code.

Text Font Color

.myTextColor { color: #6D7571; }

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

This text font color is #6D7571.


Background Color

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

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

This div background color is #6D7571.


Border color

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

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

This div border color is #6D7571.


Opacity

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

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

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

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

This text has shadow with #6D7571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7571 on black background.


Color preview on white background

This text has color #6D7571 on white background.



Black color preview on #6D7571 background

This text has black color on #6D7571 background.


White color preview on #6D7571 background

This text has white color on #6D7571 background.