COLOR #6D5F68

HEX: #6D5F68
RGB: (109,95,104)

Color info

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

RGB color model

#6D5F68 color RGB value is (109,95,104).

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

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 104 of 255 = 41%

109
95
104

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

Portions of RGB colors in percentages

R + G + B =
109 + 95 + 104 = 308 (100%)
R 109 of 308 ~ 35.39%
G 95 of 308 ~ 30.84%
B 104 of 308 ~ 33.77%

%35.39
%30.84
%33.77

CMYK color model

#6D5F68 color CMYK value is (0,13,5,57).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(0,13,5,57)
C0M13Y5K57 
(0%,13%,5%,57%)
(0.00/0.13/0.05/0.57)	

CMYK percentages

%0
%12.84
%4.59
%57.25

Codes

Color #6D5F68 in popluar color models

6D5F68
RGB10995104
HSL321°6.86%40.00%
HSB/HSV321°12.84%42.75%
CMYK0.00%12.84%4.59%
57.25%

Color #6D5F68 in popluar number systems.

HEX6D5F68
Decimal10995104
Binary110110110111111101000
Octal155137150

Shades and tints

Shades of #6D5F68

#6D5F68
(109,95,104)
#64575F
(100,87,95)
#5B4F56
(91,79,86)
#52474D
(82,71,77)
#493F44
(73,63,68)
#40373B
(64,55,59)
#372F32
(55,47,50)
#2E2729
(46,39,41)
#251F20
(37,31,32)
#1C1717
(28,23,23)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D5F68

#6D5F68
(109,95,104)
#7A6D75
(122,109,117)
#877B82
(135,123,130)
#94898F
(148,137,143)
#A1979C
(161,151,156)
#AEA5A9
(174,165,169)
#BBB3B6
(187,179,182)
#C8C1C3
(200,193,195)
#D5CFD0
(213,207,208)
#E2DDDD
(226,221,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F68; }

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

This text font color is #6D5F68.


Background Color

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

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

This div background color is #6D5F68.


Border color

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

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

This div border color is #6D5F68.


Opacity

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

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

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

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

This text has shadow with #6D5F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F68 on black background.


Color preview on white background

This text has color #6D5F68 on white background.



Black color preview on #6D5F68 background

This text has black color on #6D5F68 background.


White color preview on #6D5F68 background

This text has white color on #6D5F68 background.