COLOR #6D5D58

HEX: #6D5D58
RGB: (109,93,88)

Color info

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

RGB color model

#6D5D58 color RGB value is (109,93,88).

  • red value is 109;
  • green value is 93;
  • blue value is 88.
RGB:
(109,93,88)
(43%,36%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 88 of 255 = 35%

109
93
88

R + G + B ~ 38%. #6D5D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 88 = 290 (100%)
R 109 of 290 ~ 37.59%
G 93 of 290 ~ 32.07%
B 88 of 290 ~ 30.34%

%37.59
%32.07
%30.34

CMYK color model

#6D5D58 color CMYK value is (0,15,19,57).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(0,15,19,57)
C0M15Y19K57 
(0%,15%,19%,57%)
(0.00/0.15/0.19/0.57)	

CMYK percentages

%0
%14.68
%19.27
%57.25

Codes

Color #6D5D58 in popluar color models

6D5D58
RGB1099388
HSL14°10.66%38.63%
HSB/HSV14°19.27%42.75%
CMYK0.00%14.68%19.27%
57.25%

Color #6D5D58 in popluar number systems.

HEX6D5D58
Decimal1099388
Binary110110110111011011000
Octal155135130

Shades and tints

Shades of #6D5D58

#6D5D58
(109,93,88)
#645550
(100,85,80)
#5B4D48
(91,77,72)
#524540
(82,69,64)
#493D38
(73,61,56)
#403530
(64,53,48)
#372D28
(55,45,40)
#2E2520
(46,37,32)
#251D18
(37,29,24)
#1C1510
(28,21,16)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #6D5D58

#6D5D58
(109,93,88)
#7A6B67
(122,107,103)
#877976
(135,121,118)
#948785
(148,135,133)
#A19594
(161,149,148)
#AEA3A3
(174,163,163)
#BBB1B2
(187,177,178)
#C8BFC1
(200,191,193)
#D5CDD0
(213,205,208)
#E2DBDF
(226,219,223)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5D58 color. Also use rgb(109,93,88) instead hex code.

Text Font Color

.myTextColor { color: #6D5D58; }

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

This text font color is #6D5D58.


Background Color

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

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

This div background color is #6D5D58.


Border color

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

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

This div border color is #6D5D58.


Opacity

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

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

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

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

This text has shadow with #6D5D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D58 on black background.


Color preview on white background

This text has color #6D5D58 on white background.



Black color preview on #6D5D58 background

This text has black color on #6D5D58 background.


White color preview on #6D5D58 background

This text has white color on #6D5D58 background.