COLOR #6D3E48

HEX: #6D3E48
RGB: (109,62,72)

Renk bilgisi

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

RGB renk modeli

#6D3E48 color RGB value is (109,62,72).

  • kırmız ton 109;
  • yeşil ton 62;
  • mavi ton 72.
RGB:
(109,62,72)
(43%,24%,28%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 62 of 255 = 24%
B 72 of 255 = 28%

109
62
72

R + G + B ~ 32%. #6D3E48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 62 + 72 = 243 (100%)
R 109 of 243 ~ 44.86%
G 62 of 243 ~ 25.51%
B 72 of 243 ~ 29.63%

%44.86
%25.51
%29.63

CMYK RENK MODELİ

#6D3E48 rengi CMYK tonu (0,43,34,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.12%
  • sarı tonu 33.94%
  • ana renk tonu 57.25%
CMYK:
(0,43,34,57)
C0M43Y34K57 
(0%,43%,34%,57%)
(0.00/0.43/0.34/0.57)	

CMYK yüzdeleri

%0
%43.12
%33.94
%57.25

Codes

Color #6D3E48 in popluar color models

6D3E48
RGB1096272
HSL347°27.49%33.53%
HSB/HSV347°43.12%42.75%
CMYK0.00%43.12%33.94%
57.25%

Color #6D3E48 in popluar number systems.

HEX6D3E48
Decimal1096272
Binary11011011111101001000
Octal15576110

Shades and tints

Shades of #6D3E48

#6D3E48
(109,62,72)
#643942
(100,57,66)
#5B343C
(91,52,60)
#522F36
(82,47,54)
#492A30
(73,42,48)
#40252A
(64,37,42)
#372024
(55,32,36)
#2E1B1E
(46,27,30)
#251618
(37,22,24)
#1C1112
(28,17,18)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #6D3E48

#6D3E48
(109,62,72)
#7A4F58
(122,79,88)
#876068
(135,96,104)
#947178
(148,113,120)
#A18288
(161,130,136)
#AE9398
(174,147,152)
#BBA4A8
(187,164,168)
#C8B5B8
(200,181,184)
#D5C6C8
(213,198,200)
#E2D7D8
(226,215,216)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3E48 color. Also use rgb(109,62,72) instead hex code.

Text Font Color

.myTextColor { color: #6D3E48; }

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

This text font color is #6D3E48.


Background Color

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

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

This div background color is #6D3E48.


Border color

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

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

This div border color is #6D3E48.


Opacity

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

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

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

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

This text has shadow with #6D3E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3E48 on black background.


Color preview on white background

This text has color #6D3E48 on white background.



Black color preview on #6D3E48 background

This text has black color on #6D3E48 background.


White color preview on #6D3E48 background

This text has white color on #6D3E48 background.