COLOR #6D5763

HEX: #6D5763
RGB: (109,87,99)

Renk bilgisi

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

RGB renk modeli

#6D5763 color RGB value is (109,87,99).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 87 of 255 = 34%
B 99 of 255 = 39%

109
87
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 87 + 99 = 295 (100%)
R 109 of 295 ~ 36.95%
G 87 of 295 ~ 29.49%
B 99 of 295 ~ 33.56%

%36.95
%29.49
%33.56

CMYK RENK MODELİ

#6D5763 rengi CMYK tonu (0,20,9,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.18%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(0,20,9,57)
C0M20Y9K57 
(0%,20%,9%,57%)
(0.00/0.20/0.09/0.57)	

CMYK yüzdeleri

%0
%20.18
%9.17
%57.25

Codes

Color #6D5763 in popluar color models

6D5763
RGB1098799
HSL327°11.22%38.43%
HSB/HSV327°20.18%42.75%
CMYK0.00%20.18%9.17%
57.25%

Color #6D5763 in popluar number systems.

HEX6D5763
Decimal1098799
Binary110110110101111100011
Octal155127143

Shades and tints

Shades of #6D5763

#6D5763
(109,87,99)
#64505A
(100,80,90)
#5B4951
(91,73,81)
#524248
(82,66,72)
#493B3F
(73,59,63)
#403436
(64,52,54)
#372D2D
(55,45,45)
#2E2624
(46,38,36)
#251F1B
(37,31,27)
#1C1812
(28,24,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #6D5763

#6D5763
(109,87,99)
#7A6671
(122,102,113)
#87757F
(135,117,127)
#94848D
(148,132,141)
#A1939B
(161,147,155)
#AEA2A9
(174,162,169)
#BBB1B7
(187,177,183)
#C8C0C5
(200,192,197)
#D5CFD3
(213,207,211)
#E2DEE1
(226,222,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5763; }

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

This text font color is #6D5763.


Background Color

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

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

This div background color is #6D5763.


Border color

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

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

This div border color is #6D5763.


Opacity

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

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

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

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

This text has shadow with #6D5763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5763 on black background.


Color preview on white background

This text has color #6D5763 on white background.



Black color preview on #6D5763 background

This text has black color on #6D5763 background.


White color preview on #6D5763 background

This text has white color on #6D5763 background.