COLOR #6D7D6A

HEX: #6D7D6A
RGB: (109,125,106)

Color info

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

RGB color model

#6D7D6A color RGB value is (109,125,106).

  • red value is 109;
  • green value is 125;
  • blue value is 106.
RGB:
(109,125,106)
(43%,49%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 106 of 255 = 42%

109
125
106

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 106 = 340 (100%)
R 109 of 340 ~ 32.06%
G 125 of 340 ~ 36.76%
B 106 of 340 ~ 31.18%

%32.06
%36.76
%31.18

CMYK color model

#6D7D6A color CMYK value is (13,0,15,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(13,0,15,51)
C13M0Y15K51 
(13%,0%,15%,51%)
(0.13/0.00/0.15/0.51)	

CMYK percentages

%12.8
%0
%15.2
%50.98

Codes

Color #6D7D6A in popluar color models

6D7D6A
RGB109125106
HSL111°8.23%45.29%
HSB/HSV111°15.20%49.02%
CMYK12.80%0.00%15.20%
50.98%

Color #6D7D6A in popluar number systems.

HEX6D7D6A
Decimal109125106
Binary110110111111011101010
Octal155175152

Shades and tints

Shades of #6D7D6A

#6D7D6A
(109,125,106)
#647261
(100,114,97)
#5B6758
(91,103,88)
#525C4F
(82,92,79)
#495146
(73,81,70)
#40463D
(64,70,61)
#373B34
(55,59,52)
#2E302B
(46,48,43)
#252522
(37,37,34)
#1C1A19
(28,26,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #6D7D6A

#6D7D6A
(109,125,106)
#7A8877
(122,136,119)
#879384
(135,147,132)
#949E91
(148,158,145)
#A1A99E
(161,169,158)
#AEB4AB
(174,180,171)
#BBBFB8
(187,191,184)
#C8CAC5
(200,202,197)
#D5D5D2
(213,213,210)
#E2E0DF
(226,224,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7D6A color. Also use rgb(109,125,106) instead hex code.

Text Font Color

.myTextColor { color: #6D7D6A; }

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

This text font color is #6D7D6A.


Background Color

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

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

This div background color is #6D7D6A.


Border color

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

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

This div border color is #6D7D6A.


Opacity

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

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

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

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

This text has shadow with #6D7D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D6A on black background.


Color preview on white background

This text has color #6D7D6A on white background.



Black color preview on #6D7D6A background

This text has black color on #6D7D6A background.


White color preview on #6D7D6A background

This text has white color on #6D7D6A background.