COLOR #6D0021

HEX: #6D0021
RGB: (109,0,33)

Renk bilgisi

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

RGB renk modeli

#6D0021 color RGB value is (109,0,33).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 0 of 255 = 0%
B 33 of 255 = 13%

109
0
33

R + G + B ~ 19%. #6D0021 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 0 + 33 = 142 (100%)
R 109 of 142 ~ 76.76%
G 0 of 142 ~ 0%
B 33 of 142 ~ 23.24%

%76.76
%23.24

CMYK RENK MODELİ

#6D0021 rengi CMYK tonu (0,100,70,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 69.72%
  • ana renk tonu 57.25%
CMYK:
(0,100,70,57)
C0M100Y70K57 
(0%,100%,70%,57%)
(0.00/1.00/0.70/0.57)	

CMYK yüzdeleri

%0
%100
%69.72
%57.25

Codes

Color #6D0021 in popluar color models

6D0021
RGB109033
HSL342°100.00%21.37%
HSB/HSV342°100.00%42.75%
CMYK0.00%100.00%69.72%
57.25%

Color #6D0021 in popluar number systems.

HEX6D0021
Decimal109033
Binary11011010100001
Octal155041

Shades and tints

Shades of #6D0021

#6D0021
(109,0,33)
#64001E
(100,0,30)
#5B001B
(91,0,27)
#520018
(82,0,24)
#490015
(73,0,21)
#400012
(64,0,18)
#37000F
(55,0,15)
#2E000C
(46,0,12)
#250009
(37,0,9)
#1C0006
(28,0,6)
#130003
(19,0,3)
#000000
(0,0,0)

Tints of #6D0021

#6D0021
(109,0,33)
#7A1735
(122,23,53)
#872E49
(135,46,73)
#94455D
(148,69,93)
#A15C71
(161,92,113)
#AE7385
(174,115,133)
#BB8A99
(187,138,153)
#C8A1AD
(200,161,173)
#D5B8C1
(213,184,193)
#E2CFD5
(226,207,213)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0021 color. Also use rgb(109,0,33) instead hex code.

Text Font Color

.myTextColor { color: #6D0021; }

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

This text font color is #6D0021.


Background Color

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

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

This div background color is #6D0021.


Border color

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

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

This div border color is #6D0021.


Opacity

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

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

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

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

This text has shadow with #6D0021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0021 on black background.


Color preview on white background

This text has color #6D0021 on white background.



Black color preview on #6D0021 background

This text has black color on #6D0021 background.


White color preview on #6D0021 background

This text has white color on #6D0021 background.