COLOR #6D7F71

HEX: #6D7F71
RGB: (109,127,113)

Color info

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

RGB color model

#6D7F71 color RGB value is (109,127,113).

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

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 113 of 255 = 44%

109
127
113

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

Portions of RGB colors in percentages

R + G + B =
109 + 127 + 113 = 349 (100%)
R 109 of 349 ~ 31.23%
G 127 of 349 ~ 36.39%
B 113 of 349 ~ 32.38%

%31.23
%36.39
%32.38

CMYK color model

#6D7F71 color CMYK value is (14,0,11,50).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK: (14,0,11,50) C14M0Y11K50 (14%,0%,11%,50%) (0.14/0.00/0.11/0.50)

CMYK percentages

%14.17
%0
%11.02
%50.2

Codes

Color #6D7F71 in popluar color models

6D7F71
RGB109127113
HSL133°7.63%46.27%
HSB/HSV133°14.17%49.80%
CMYK14.17%0.00%11.02%
50.20%

Color #6D7F71 in popluar number systems.

HEX6D7F71
Decimal109127113
Binary110110111111111110001
Octal155177161

Shades and tints

Shades of #6D7F71

#6D7F71
(109,127,113)
#647467
(100,116,103)
#5B695D
(91,105,93)
#525E53
(82,94,83)
#495349
(73,83,73)
#40483F
(64,72,63)
#373D35
(55,61,53)
#2E322B
(46,50,43)
#252721
(37,39,33)
#1C1C17
(28,28,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D7F71

#6D7F71
(109,127,113)
#7A8A7D
(122,138,125)
#879589
(135,149,137)
#94A095
(148,160,149)
#A1ABA1
(161,171,161)
#AEB6AD
(174,182,173)
#BBC1B9
(187,193,185)
#C8CCC5
(200,204,197)
#D5D7D1
(213,215,209)
#E2E2DD
(226,226,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7F71; }

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

This text font color is #6D7F71.


Background Color

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

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

This div background color is #6D7F71.


Border color

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

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

This div border color is #6D7F71.


Opacity

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

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

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

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

This text has shadow with #6D7F71 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D7F71 on black background.


Color preview on white background

This text has color #6D7F71 on white background.



Black color preview on #6D7F71 background

This text has black color on #6D7F71 background.


White color preview on #6D7F71 background

This text has white color on #6D7F71 background.