COLOR #6D0D1F

HEX: #6D0D1F
RGB: (109,13,31)

Renk bilgisi

#6D0D1F contains mainly red color. #6D0D1F ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#6D0D1F color RGB value is (109,13,31).

  • kırmız ton 109;
  • yeşil ton 13;
  • mavi ton 31.
RGB:
(109,13,31)
(43%,5%,12%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 13 of 255 = 5%
B 31 of 255 = 12%

109
13
31

R + G + B ~ 20%. #6D0D1F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 13 + 31 = 153 (100%)
R 109 of 153 ~ 71.24%
G 13 of 153 ~ 8.5%
B 31 of 153 ~ 20.26%

%71.24
%20.26

CMYK RENK MODELİ

#6D0D1F rengi CMYK tonu (0,88,72,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.07%
  • sarı tonu 71.56%
  • ana renk tonu 57.25%
CMYK:
(0,88,72,57)
C0M88Y72K57 
(0%,88%,72%,57%)
(0.00/0.88/0.72/0.57)	

CMYK yüzdeleri

%0
%88.07
%71.56
%57.25

Codes

Color #6D0D1F in popluar color models

6D0D1F
RGB1091331
HSL349°78.69%23.92%
HSB/HSV349°88.07%42.75%
CMYK0.00%88.07%71.56%
57.25%

Color #6D0D1F in popluar number systems.

HEX6D0D1F
Decimal1091331
Binary1101101110111111
Octal1551537

Shades and tints

Shades of #6D0D1F

#6D0D1F
(109,13,31)
#640C1D
(100,12,29)
#5B0B1B
(91,11,27)
#520A19
(82,10,25)
#490917
(73,9,23)
#400815
(64,8,21)
#370713
(55,7,19)
#2E0611
(46,6,17)
#25050F
(37,5,15)
#1C040D
(28,4,13)
#13030B
(19,3,11)
#000000
(0,0,0)

Tints of #6D0D1F

#6D0D1F
(109,13,31)
#7A2333
(122,35,51)
#873947
(135,57,71)
#944F5B
(148,79,91)
#A1656F
(161,101,111)
#AE7B83
(174,123,131)
#BB9197
(187,145,151)
#C8A7AB
(200,167,171)
#D5BDBF
(213,189,191)
#E2D3D3
(226,211,211)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0D1F color. Also use rgb(109,13,31) instead hex code.

Text Font Color

.myTextColor { color: #6D0D1F; }

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

This text font color is #6D0D1F.


Background Color

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

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

This div background color is #6D0D1F.


Border color

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

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

This div border color is #6D0D1F.


Opacity

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

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

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

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

This text has shadow with #6D0D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0D1F on black background.


Color preview on white background

This text has color #6D0D1F on white background.



Black color preview on #6D0D1F background

This text has black color on #6D0D1F background.


White color preview on #6D0D1F background

This text has white color on #6D0D1F background.