COLOR #6D7B6C

HEX: #6D7B6C
RGB: (109,123,108)

Color info

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

RGB color model

#6D7B6C color RGB value is (109,123,108).

  • red value is 109;
  • green value is 123;
  • blue value is 108.
RGB:
(109,123,108)
(43%,48%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 123 of 255 = 48%
B 108 of 255 = 42%

109
123
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 123 + 108 = 340 (100%)
R 109 of 340 ~ 32.06%
G 123 of 340 ~ 36.18%
B 108 of 340 ~ 31.76%

%32.06
%36.18
%31.76

CMYK color model

#6D7B6C color CMYK value is (11,0,12,52).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 51.76%
CMYK:
(11,0,12,52)
C11M0Y12K52 
(11%,0%,12%,52%)
(0.11/0.00/0.12/0.52)	

CMYK percentages

%11.38
%0
%12.2
%51.76

Codes

Color #6D7B6C in popluar color models

6D7B6C
RGB109123108
HSL116°6.49%45.29%
HSB/HSV116°12.20%48.24%
CMYK11.38%0.00%12.20%
51.76%

Color #6D7B6C in popluar number systems.

HEX6D7B6C
Decimal109123108
Binary110110111110111101100
Octal155173154

Shades and tints

Shades of #6D7B6C

#6D7B6C
(109,123,108)
#647063
(100,112,99)
#5B655A
(91,101,90)
#525A51
(82,90,81)
#494F48
(73,79,72)
#40443F
(64,68,63)
#373936
(55,57,54)
#2E2E2D
(46,46,45)
#252324
(37,35,36)
#1C181B
(28,24,27)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #6D7B6C

#6D7B6C
(109,123,108)
#7A8779
(122,135,121)
#879386
(135,147,134)
#949F93
(148,159,147)
#A1ABA0
(161,171,160)
#AEB7AD
(174,183,173)
#BBC3BA
(187,195,186)
#C8CFC7
(200,207,199)
#D5DBD4
(213,219,212)
#E2E7E1
(226,231,225)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7B6C color. Also use rgb(109,123,108) instead hex code.

Text Font Color

.myTextColor { color: #6D7B6C; }

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

This text font color is #6D7B6C.


Background Color

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

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

This div background color is #6D7B6C.


Border color

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

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

This div border color is #6D7B6C.


Opacity

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

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

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

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

This text has shadow with #6D7B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7B6C on black background.


Color preview on white background

This text has color #6D7B6C on white background.



Black color preview on #6D7B6C background

This text has black color on #6D7B6C background.


White color preview on #6D7B6C background

This text has white color on #6D7B6C background.