COLOR #6D3C56

HEX: #6D3C56
RGB: (109,60,86)

Renk bilgisi

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

RGB renk modeli

#6D3C56 color RGB value is (109,60,86).

  • kırmız ton 109;
  • yeşil ton 60;
  • mavi ton 86.
RGB:
(109,60,86)
(43%,24%,34%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 60 of 255 = 24%
B 86 of 255 = 34%

109
60
86

R + G + B ~ 34%. #6D3C56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 60 + 86 = 255 (100%)
R 109 of 255 ~ 42.75%
G 60 of 255 ~ 23.53%
B 86 of 255 ~ 33.73%

%42.75
%23.53
%33.73

CMYK RENK MODELİ

#6D3C56 rengi CMYK tonu (0,45,21,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.95%
  • sarı tonu 21.10%
  • ana renk tonu 57.25%
CMYK:
(0,45,21,57)
C0M45Y21K57 
(0%,45%,21%,57%)
(0.00/0.45/0.21/0.57)	

CMYK yüzdeleri

%0
%44.95
%21.1
%57.25

Codes

Color #6D3C56 in popluar color models

6D3C56
RGB1096086
HSL328°28.99%33.14%
HSB/HSV328°44.95%42.75%
CMYK0.00%44.95%21.10%
57.25%

Color #6D3C56 in popluar number systems.

HEX6D3C56
Decimal1096086
Binary11011011111001010110
Octal15574126

Shades and tints

Shades of #6D3C56

#6D3C56
(109,60,86)
#64374F
(100,55,79)
#5B3248
(91,50,72)
#522D41
(82,45,65)
#49283A
(73,40,58)
#402333
(64,35,51)
#371E2C
(55,30,44)
#2E1925
(46,25,37)
#25141E
(37,20,30)
#1C0F17
(28,15,23)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #6D3C56

#6D3C56
(109,60,86)
#7A4D65
(122,77,101)
#875E74
(135,94,116)
#946F83
(148,111,131)
#A18092
(161,128,146)
#AE91A1
(174,145,161)
#BBA2B0
(187,162,176)
#C8B3BF
(200,179,191)
#D5C4CE
(213,196,206)
#E2D5DD
(226,213,221)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C56 color. Also use rgb(109,60,86) instead hex code.

Text Font Color

.myTextColor { color: #6D3C56; }

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

This text font color is #6D3C56.


Background Color

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

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

This div background color is #6D3C56.


Border color

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

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

This div border color is #6D3C56.


Opacity

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

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

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

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

This text has shadow with #6D3C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C56 on black background.


Color preview on white background

This text has color #6D3C56 on white background.



Black color preview on #6D3C56 background

This text has black color on #6D3C56 background.


White color preview on #6D3C56 background

This text has white color on #6D3C56 background.