COLOR #420D09

HEX: #420D09
RGB: (66,13,9)

Renk bilgisi

#420D09 contains red, green and blue colors in about the same proportion. #420D09 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#420D09 color RGB value is (66,13,9).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 13 of 255 = 5%
B 9 of 255 = 4%

66
13
9

R + G + B ~ 12%. #420D09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 13 + 9 = 88 (100%)
R 66 of 88 ~ 75%
G 13 of 88 ~ 14.77%
B 9 of 88 ~ 10.23%

%75
%14.77
%10.23

CMYK RENK MODELİ

#420D09 rengi CMYK tonu (0,80,86,74).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.30%
  • sarı tonu 86.36%
  • ana renk tonu 74.12%
CMYK:
(0,80,86,74)
C0M80Y86K74 
(0%,80%,86%,74%)
(0.00/0.80/0.86/0.74)	

CMYK yüzdeleri

%0
%80.3
%86.36
%74.12

Codes

Color #420D09 in popluar color models

420D09
RGB66139
HSL76.00%14.71%
HSB/HSV86.36%25.88%
CMYK0.00%80.30%86.36%
74.12%

Color #420D09 in popluar number systems.

HEX420D09
Decimal66139
Binary100001011011001
Octal1021511

Shades and tints

Shades of #420D09

#420D09
(66,13,9)
#3C0C09
(60,12,9)
#360B09
(54,11,9)
#300A09
(48,10,9)
#2A0909
(42,9,9)
#240809
(36,8,9)
#1E0709
(30,7,9)
#180609
(24,6,9)
#120509
(18,5,9)
#0C0409
(12,4,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #420D09

#420D09
(66,13,9)
#53231F
(83,35,31)
#643935
(100,57,53)
#754F4B
(117,79,75)
#866561
(134,101,97)
#977B77
(151,123,119)
#A8918D
(168,145,141)
#B9A7A3
(185,167,163)
#CABDB9
(202,189,185)
#DBD3CF
(219,211,207)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420D09 color. Also use rgb(66,13,9) instead hex code.

Text Font Color

.myTextColor { color: #420D09; }

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

This text font color is #420D09.


Background Color

.myBgColor { background-color: #420D09; }

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

This div background color is #420D09.


Border color

.myBorderColor { border: 1px solid #420D09; }

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

This div border color is #420D09.


Opacity

.myOpacity80 { color: #420D09; opacity: 0.8; }

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

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

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

This text has shadow with #420D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420D09 on black background.


Color preview on white background

This text has color #420D09 on white background.



Black color preview on #420D09 background

This text has black color on #420D09 background.


White color preview on #420D09 background

This text has white color on #420D09 background.