COLOR #6D7572

HEX: #6D7572
RGB: (109,117,114)

Color info

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

RGB color model

#6D7572 color RGB value is (109,117,114).

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

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 114 of 255 = 45%

109
117
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 114 = 340 (100%)
R 109 of 340 ~ 32.06%
G 117 of 340 ~ 34.41%
B 114 of 340 ~ 33.53%

%32.06
%34.41
%33.53

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • 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
%2.56
%54.12

Codes

Color #6D7572 in popluar color models

6D7572
RGB109117114
HSL158°3.54%44.31%
HSB/HSV158°6.84%45.88%
CMYK6.84%0.00%2.56%
54.12%

Color #6D7572 in popluar number systems.

HEX6D7572
Decimal109117114
Binary110110111101011110010
Octal155165162

Shades and tints

Shades of #6D7572

#6D7572
(109,117,114)
#646B68
(100,107,104)
#5B615E
(91,97,94)
#525754
(82,87,84)
#494D4A
(73,77,74)
#404340
(64,67,64)
#373936
(55,57,54)
#2E2F2C
(46,47,44)
#252522
(37,37,34)
#1C1B18
(28,27,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D7572

#6D7572
(109,117,114)
#7A817E
(122,129,126)
#878D8A
(135,141,138)
#949996
(148,153,150)
#A1A5A2
(161,165,162)
#AEB1AE
(174,177,174)
#BBBDBA
(187,189,186)
#C8C9C6
(200,201,198)
#D5D5D2
(213,213,210)
#E2E1DE
(226,225,222)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7572; }

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

This text font color is #6D7572.


Background Color

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

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

This div background color is #6D7572.


Border color

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

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

This div border color is #6D7572.


Opacity

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

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

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

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

This text has shadow with #6D7572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7572 on black background.


Color preview on white background

This text has color #6D7572 on white background.



Black color preview on #6D7572 background

This text has black color on #6D7572 background.


White color preview on #6D7572 background

This text has white color on #6D7572 background.