COLOR #6D3959

HEX: #6D3959
RGB: (109,57,89)

Renk bilgisi

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

RGB renk modeli

#6D3959 color RGB value is (109,57,89).

  • kırmız ton 109;
  • yeşil ton 57;
  • mavi ton 89.
RGB:
(109,57,89)
(43%,22%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 57 of 255 = 22%
B 89 of 255 = 35%

109
57
89

R + G + B ~ 33%. #6D3959 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 57 + 89 = 255 (100%)
R 109 of 255 ~ 42.75%
G 57 of 255 ~ 22.35%
B 89 of 255 ~ 34.9%

%42.75
%22.35
%34.9

CMYK RENK MODELİ

#6D3959 rengi CMYK tonu (0,48,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.71%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(0,48,18,57)
C0M48Y18K57 
(0%,48%,18%,57%)
(0.00/0.48/0.18/0.57)	

CMYK yüzdeleri

%0
%47.71
%18.35
%57.25

Codes

Color #6D3959 in popluar color models

6D3959
RGB1095789
HSL323°31.33%32.55%
HSB/HSV323°47.71%42.75%
CMYK0.00%47.71%18.35%
57.25%

Color #6D3959 in popluar number systems.

HEX6D3959
Decimal1095789
Binary11011011110011011001
Octal15571131

Shades and tints

Shades of #6D3959

#6D3959
(109,57,89)
#643451
(100,52,81)
#5B2F49
(91,47,73)
#522A41
(82,42,65)
#492539
(73,37,57)
#402031
(64,32,49)
#371B29
(55,27,41)
#2E1621
(46,22,33)
#251119
(37,17,25)
#1C0C11
(28,12,17)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #6D3959

#6D3959
(109,57,89)
#7A4B68
(122,75,104)
#875D77
(135,93,119)
#946F86
(148,111,134)
#A18195
(161,129,149)
#AE93A4
(174,147,164)
#BBA5B3
(187,165,179)
#C8B7C2
(200,183,194)
#D5C9D1
(213,201,209)
#E2DBE0
(226,219,224)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3959 color. Also use rgb(109,57,89) instead hex code.

Text Font Color

.myTextColor { color: #6D3959; }

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

This text font color is #6D3959.


Background Color

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

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

This div background color is #6D3959.


Border color

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

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

This div border color is #6D3959.


Opacity

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

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

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

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

This text has shadow with #6D3959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3959 on black background.


Color preview on white background

This text has color #6D3959 on white background.



Black color preview on #6D3959 background

This text has black color on #6D3959 background.


White color preview on #6D3959 background

This text has white color on #6D3959 background.