COLOR #6D5463

HEX: #6D5463
RGB: (109,84,99)

Renk bilgisi

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

RGB renk modeli

#6D5463 color RGB value is (109,84,99).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 84 of 255 = 33%
B 99 of 255 = 39%

109
84
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 84 + 99 = 292 (100%)
R 109 of 292 ~ 37.33%
G 84 of 292 ~ 28.77%
B 99 of 292 ~ 33.9%

%37.33
%28.77
%33.9

CMYK RENK MODELİ

#6D5463 rengi CMYK tonu (0,23,9,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.94%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(0,23,9,57)
C0M23Y9K57 
(0%,23%,9%,57%)
(0.00/0.23/0.09/0.57)	

CMYK yüzdeleri

%0
%22.94
%9.17
%57.25

Codes

Color #6D5463 in popluar color models

6D5463
RGB1098499
HSL324°12.95%37.84%
HSB/HSV324°22.94%42.75%
CMYK0.00%22.94%9.17%
57.25%

Color #6D5463 in popluar number systems.

HEX6D5463
Decimal1098499
Binary110110110101001100011
Octal155124143

Shades and tints

Shades of #6D5463

#6D5463
(109,84,99)
#644D5A
(100,77,90)
#5B4651
(91,70,81)
#523F48
(82,63,72)
#49383F
(73,56,63)
#403136
(64,49,54)
#372A2D
(55,42,45)
#2E2324
(46,35,36)
#251C1B
(37,28,27)
#1C1512
(28,21,18)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #6D5463

#6D5463
(109,84,99)
#7A6371
(122,99,113)
#87727F
(135,114,127)
#94818D
(148,129,141)
#A1909B
(161,144,155)
#AE9FA9
(174,159,169)
#BBAEB7
(187,174,183)
#C8BDC5
(200,189,197)
#D5CCD3
(213,204,211)
#E2DBE1
(226,219,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5463; }

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

This text font color is #6D5463.


Background Color

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

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

This div background color is #6D5463.


Border color

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

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

This div border color is #6D5463.


Opacity

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

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

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

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

This text has shadow with #6D5463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5463 on black background.


Color preview on white background

This text has color #6D5463 on white background.



Black color preview on #6D5463 background

This text has black color on #6D5463 background.


White color preview on #6D5463 background

This text has white color on #6D5463 background.