COLOR #6D5D5F

HEX: #6D5D5F
RGB: (109,93,95)

Renk bilgisi

#6D5D5F contains red, green and blue colors in about the same proportion. #6D5D5F ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6D5D5F color RGB value is (109,93,95).

  • kırmız ton 109;
  • yeşil ton 93;
  • mavi ton 95.
RGB:
(109,93,95)
(43%,36%,37%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 93 of 255 = 36%
B 95 of 255 = 37%

109
93
95

R + G + B ~ 39%. #6D5D5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 93 + 95 = 297 (100%)
R 109 of 297 ~ 36.7%
G 93 of 297 ~ 31.31%
B 95 of 297 ~ 31.99%

%36.7
%31.31
%31.99

CMYK RENK MODELİ

#6D5D5F rengi CMYK tonu (0,15,13,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.68%
  • sarı tonu 12.84%
  • ana renk tonu 57.25%
CMYK:
(0,15,13,57)
C0M15Y13K57 
(0%,15%,13%,57%)
(0.00/0.15/0.13/0.57)	

CMYK yüzdeleri

%0
%14.68
%12.84
%57.25

Codes

Color #6D5D5F in popluar color models

6D5D5F
RGB1099395
HSL353°7.92%39.61%
HSB/HSV353°14.68%42.75%
CMYK0.00%14.68%12.84%
57.25%

Color #6D5D5F in popluar number systems.

HEX6D5D5F
Decimal1099395
Binary110110110111011011111
Octal155135137

Shades and tints

Shades of #6D5D5F

#6D5D5F
(109,93,95)
#645557
(100,85,87)
#5B4D4F
(91,77,79)
#524547
(82,69,71)
#493D3F
(73,61,63)
#403537
(64,53,55)
#372D2F
(55,45,47)
#2E2527
(46,37,39)
#251D1F
(37,29,31)
#1C1517
(28,21,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D5D5F

#6D5D5F
(109,93,95)
#7A6B6D
(122,107,109)
#87797B
(135,121,123)
#948789
(148,135,137)
#A19597
(161,149,151)
#AEA3A5
(174,163,165)
#BBB1B3
(187,177,179)
#C8BFC1
(200,191,193)
#D5CDCF
(213,205,207)
#E2DBDD
(226,219,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D5F; }

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

This text font color is #6D5D5F.


Background Color

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

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

This div background color is #6D5D5F.


Border color

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

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

This div border color is #6D5D5F.


Opacity

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

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

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

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

This text has shadow with #6D5D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D5F on black background.


Color preview on white background

This text has color #6D5D5F on white background.



Black color preview on #6D5D5F background

This text has black color on #6D5D5F background.


White color preview on #6D5D5F background

This text has white color on #6D5D5F background.