COLOR #6D0E1D

HEX: #6D0E1D
RGB: (109,14,29)

Renk bilgisi

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

RGB renk modeli

#6D0E1D color RGB value is (109,14,29).

  • kırmız ton 109;
  • yeşil ton 14;
  • mavi ton 29.
RGB:
(109,14,29)
(43%,5%,11%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 14 of 255 = 5%
B 29 of 255 = 11%

109
14
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 14 + 29 = 152 (100%)
R 109 of 152 ~ 71.71%
G 14 of 152 ~ 9.21%
B 29 of 152 ~ 19.08%

%71.71
%19.08

CMYK RENK MODELİ

#6D0E1D rengi CMYK tonu (0,87,73,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.16%
  • sarı tonu 73.39%
  • ana renk tonu 57.25%
CMYK:
(0,87,73,57)
C0M87Y73K57 
(0%,87%,73%,57%)
(0.00/0.87/0.73/0.57)	

CMYK yüzdeleri

%0
%87.16
%73.39
%57.25

Codes

Color #6D0E1D in popluar color models

6D0E1D
RGB1091429
HSL351°77.24%24.12%
HSB/HSV351°87.16%42.75%
CMYK0.00%87.16%73.39%
57.25%

Color #6D0E1D in popluar number systems.

HEX6D0E1D
Decimal1091429
Binary1101101111011101
Octal1551635

Shades and tints

Shades of #6D0E1D

#6D0E1D
(109,14,29)
#640D1B
(100,13,27)
#5B0C19
(91,12,25)
#520B17
(82,11,23)
#490A15
(73,10,21)
#400913
(64,9,19)
#370811
(55,8,17)
#2E070F
(46,7,15)
#25060D
(37,6,13)
#1C050B
(28,5,11)
#130409
(19,4,9)
#000000
(0,0,0)

Tints of #6D0E1D

#6D0E1D
(109,14,29)
#7A2331
(122,35,49)
#873845
(135,56,69)
#944D59
(148,77,89)
#A1626D
(161,98,109)
#AE7781
(174,119,129)
#BB8C95
(187,140,149)
#C8A1A9
(200,161,169)
#D5B6BD
(213,182,189)
#E2CBD1
(226,203,209)
#EFE0E5
(239,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0E1D color. Also use rgb(109,14,29) instead hex code.

Text Font Color

.myTextColor { color: #6D0E1D; }

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

This text font color is #6D0E1D.


Background Color

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

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

This div background color is #6D0E1D.


Border color

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

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

This div border color is #6D0E1D.


Opacity

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

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

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

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

This text has shadow with #6D0E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0E1D on black background.


Color preview on white background

This text has color #6D0E1D on white background.



Black color preview on #6D0E1D background

This text has black color on #6D0E1D background.


White color preview on #6D0E1D background

This text has white color on #6D0E1D background.