COLOR #6D5857

HEX: #6D5857
RGB: (109,88,87)

Renk bilgisi

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

RGB renk modeli

#6D5857 color RGB value is (109,88,87).

  • kırmız ton 109;
  • yeşil ton 88;
  • mavi ton 87.
RGB:
(109,88,87)
(43%,35%,34%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 88 of 255 = 35%
B 87 of 255 = 34%

109
88
87

R + G + B ~ 37%. #6D5857 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 88 + 87 = 284 (100%)
R 109 of 284 ~ 38.38%
G 88 of 284 ~ 30.99%
B 87 of 284 ~ 30.63%

%38.38
%30.99
%30.63

CMYK RENK MODELİ

#6D5857 rengi CMYK tonu (0,19,20,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.27%
  • sarı tonu 20.18%
  • ana renk tonu 57.25%
CMYK:
(0,19,20,57)
C0M19Y20K57 
(0%,19%,20%,57%)
(0.00/0.19/0.20/0.57)	

CMYK yüzdeleri

%0
%19.27
%20.18
%57.25

Codes

Color #6D5857 in popluar color models

6D5857
RGB1098887
HSL11.22%38.43%
HSB/HSV20.18%42.75%
CMYK0.00%19.27%20.18%
57.25%

Color #6D5857 in popluar number systems.

HEX6D5857
Decimal1098887
Binary110110110110001010111
Octal155130127

Shades and tints

Shades of #6D5857

#6D5857
(109,88,87)
#645050
(100,80,80)
#5B4849
(91,72,73)
#524042
(82,64,66)
#49383B
(73,56,59)
#403034
(64,48,52)
#37282D
(55,40,45)
#2E2026
(46,32,38)
#25181F
(37,24,31)
#1C1018
(28,16,24)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #6D5857

#6D5857
(109,88,87)
#7A6766
(122,103,102)
#877675
(135,118,117)
#948584
(148,133,132)
#A19493
(161,148,147)
#AEA3A2
(174,163,162)
#BBB2B1
(187,178,177)
#C8C1C0
(200,193,192)
#D5D0CF
(213,208,207)
#E2DFDE
(226,223,222)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5857; }

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

This text font color is #6D5857.


Background Color

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

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

This div background color is #6D5857.


Border color

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

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

This div border color is #6D5857.


Opacity

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

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

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

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

This text has shadow with #6D5857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5857 on black background.


Color preview on white background

This text has color #6D5857 on white background.



Black color preview on #6D5857 background

This text has black color on #6D5857 background.


White color preview on #6D5857 background

This text has white color on #6D5857 background.