COLOR #6D4550

HEX: #6D4550
RGB: (109,69,80)

Renk bilgisi

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

RGB renk modeli

#6D4550 color RGB value is (109,69,80).

  • kırmız ton 109;
  • yeşil ton 69;
  • mavi ton 80.
RGB:
(109,69,80)
(43%,27%,31%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 69 of 255 = 27%
B 80 of 255 = 31%

109
69
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 69 + 80 = 258 (100%)
R 109 of 258 ~ 42.25%
G 69 of 258 ~ 26.74%
B 80 of 258 ~ 31.01%

%42.25
%26.74
%31.01

CMYK RENK MODELİ

#6D4550 rengi CMYK tonu (0,37,27,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.70%
  • sarı tonu 26.61%
  • ana renk tonu 57.25%
CMYK:
(0,37,27,57)
C0M37Y27K57 
(0%,37%,27%,57%)
(0.00/0.37/0.27/0.57)	

CMYK yüzdeleri

%0
%36.7
%26.61
%57.25

Codes

Color #6D4550 in popluar color models

6D4550
RGB1096980
HSL344°22.47%34.90%
HSB/HSV344°36.70%42.75%
CMYK0.00%36.70%26.61%
57.25%

Color #6D4550 in popluar number systems.

HEX6D4550
Decimal1096980
Binary110110110001011010000
Octal155105120

Shades and tints

Shades of #6D4550

#6D4550
(109,69,80)
#643F49
(100,63,73)
#5B3942
(91,57,66)
#52333B
(82,51,59)
#492D34
(73,45,52)
#40272D
(64,39,45)
#372126
(55,33,38)
#2E1B1F
(46,27,31)
#251518
(37,21,24)
#1C0F11
(28,15,17)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #6D4550

#6D4550
(109,69,80)
#7A555F
(122,85,95)
#87656E
(135,101,110)
#94757D
(148,117,125)
#A1858C
(161,133,140)
#AE959B
(174,149,155)
#BBA5AA
(187,165,170)
#C8B5B9
(200,181,185)
#D5C5C8
(213,197,200)
#E2D5D7
(226,213,215)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4550 color. Also use rgb(109,69,80) instead hex code.

Text Font Color

.myTextColor { color: #6D4550; }

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

This text font color is #6D4550.


Background Color

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

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

This div background color is #6D4550.


Border color

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

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

This div border color is #6D4550.


Opacity

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

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

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

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

This text has shadow with #6D4550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4550 on black background.


Color preview on white background

This text has color #6D4550 on white background.



Black color preview on #6D4550 background

This text has black color on #6D4550 background.


White color preview on #6D4550 background

This text has white color on #6D4550 background.