COLOR #6D7D68

HEX: #6D7D68
RGB: (109,125,104)

Color info

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

RGB color model

#6D7D68 color RGB value is (109,125,104).

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

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 104 of 255 = 41%

109
125
104

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 104 = 338 (100%)
R 109 of 338 ~ 32.25%
G 125 of 338 ~ 36.98%
B 104 of 338 ~ 30.77%

%32.25
%36.98
%30.77

CMYK color model

#6D7D68 color CMYK value is (13,0,17,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(13,0,17,51)
C13M0Y17K51 
(13%,0%,17%,51%)
(0.13/0.00/0.17/0.51)	

CMYK percentages

%12.8
%0
%16.8
%50.98

Codes

Color #6D7D68 in popluar color models

6D7D68
RGB109125104
HSL106°9.17%44.90%
HSB/HSV106°16.80%49.02%
CMYK12.80%0.00%16.80%
50.98%

Color #6D7D68 in popluar number systems.

HEX6D7D68
Decimal109125104
Binary110110111111011101000
Octal155175150

Shades and tints

Shades of #6D7D68

#6D7D68
(109,125,104)
#64725F
(100,114,95)
#5B6756
(91,103,86)
#525C4D
(82,92,77)
#495144
(73,81,68)
#40463B
(64,70,59)
#373B32
(55,59,50)
#2E3029
(46,48,41)
#252520
(37,37,32)
#1C1A17
(28,26,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D7D68

#6D7D68
(109,125,104)
#7A8875
(122,136,117)
#879382
(135,147,130)
#949E8F
(148,158,143)
#A1A99C
(161,169,156)
#AEB4A9
(174,180,169)
#BBBFB6
(187,191,182)
#C8CAC3
(200,202,195)
#D5D5D0
(213,213,208)
#E2E0DD
(226,224,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7D68; }

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

This text font color is #6D7D68.


Background Color

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

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

This div background color is #6D7D68.


Border color

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

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

This div border color is #6D7D68.


Opacity

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

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

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

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

This text has shadow with #6D7D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D68 on black background.


Color preview on white background

This text has color #6D7D68 on white background.



Black color preview on #6D7D68 background

This text has black color on #6D7D68 background.


White color preview on #6D7D68 background

This text has white color on #6D7D68 background.