COLOR #420000

HEX: #420000
RGB: (66,0,0)

Renk bilgisi

#420000 contains only red color. #420000 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#420000 color RGB value is (66,0,0).

  • kırmız ton 66;
  • yeşil ton 0;
  • mavi ton 0.
RGB:
(66,0,0)
(26%,0%,0%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 0 of 255 = 0%
B 0 of 255 = 0%

66
0
0

R + G + B ~ 9%. #420000 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 0 + 0 = 66 (100%)
R 66 of 66 ~ 100%
G 0 of 66 ~ 0%
B 0 of 66 ~ 0%

%100

CMYK RENK MODELİ

#420000 rengi CMYK tonu (0,100,100,74).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 100.00%
  • ana renk tonu 74.12%
CMYK:
(0,100,100,74)
C0M100Y100K74 
(0%,100%,100%,74%)
(0.00/1.00/1.00/0.74)	

CMYK yüzdeleri

%0
%100
%100
%74.12

Codes

Color #420000 in popluar color models

420000
RGB6600
HSL100.00%12.94%
HSB/HSV100.00%25.88%
CMYK0.00%100.00%100.00%
74.12%

Color #420000 in popluar number systems.

HEX420000
Decimal6600
Binary100001000
Octal10200

Shades and tints

Shades of #420000

#420000
(66,0,0)
#3C0000
(60,0,0)
#360000
(54,0,0)
#300000
(48,0,0)
#2A0000
(42,0,0)
#240000
(36,0,0)
#1E0000
(30,0,0)
#180000
(24,0,0)
#120000
(18,0,0)
#0C0000
(12,0,0)
#060000
(6,0,0)
#000000
(0,0,0)

Tints of #420000

#420000
(66,0,0)
#531717
(83,23,23)
#642E2E
(100,46,46)
#754545
(117,69,69)
#865C5C
(134,92,92)
#977373
(151,115,115)
#A88A8A
(168,138,138)
#B9A1A1
(185,161,161)
#CAB8B8
(202,184,184)
#DBCFCF
(219,207,207)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420000 color. Also use rgb(66,0,0) instead hex code.

Text Font Color

.myTextColor { color: #420000; }

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

This text font color is #420000.


Background Color

.myBgColor { background-color: #420000; }

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

This div background color is #420000.


Border color

.myBorderColor { border: 1px solid #420000; }

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

This div border color is #420000.


Opacity

.myOpacity80 { color: #420000; opacity: 0.8; }

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

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

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

This text has shadow with #420000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420000 on black background.


Color preview on white background

This text has color #420000 on white background.



Black color preview on #420000 background

This text has black color on #420000 background.


White color preview on #420000 background

This text has white color on #420000 background.