COLOR #00421A

HEX: #00421A
RGB: (0,66,26)

Renk bilgisi

#00421A contains only green and blue colors. #00421A ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#00421A color RGB value is (0,66,26).

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

RGB bağlantıları ve doygunluk

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

0
66
26

R + G + B ~ 12%. #00421A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 66 + 26 = 92 (100%)
R 0 of 92 ~ 0%
G 66 of 92 ~ 71.74%
B 26 of 92 ~ 28.26%

%71.74
%28.26

CMYK RENK MODELİ

#00421A rengi CMYK tonu (100,0,61,74).

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

CMYK yüzdeleri

%100
%0
%60.61
%74.12

Codes

Color #00421A in popluar color models

00421A
RGB06626
HSL144°100.00%12.94%
HSB/HSV144°100.00%25.88%
CMYK100.00%0.00%60.61%
74.12%

Color #00421A in popluar number systems.

HEX00421A
Decimal06626
Binary0100001011010
Octal010232

Shades and tints

Shades of #00421A

#00421A
(0,66,26)
#003C18
(0,60,24)
#003616
(0,54,22)
#003014
(0,48,20)
#002A12
(0,42,18)
#002410
(0,36,16)
#001E0E
(0,30,14)
#00180C
(0,24,12)
#00120A
(0,18,10)
#000C08
(0,12,8)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #00421A

#00421A
(0,66,26)
#17532E
(23,83,46)
#2E6442
(46,100,66)
#457556
(69,117,86)
#5C866A
(92,134,106)
#73977E
(115,151,126)
#8AA892
(138,168,146)
#A1B9A6
(161,185,166)
#B8CABA
(184,202,186)
#CFDBCE
(207,219,206)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00421A; }

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

This text font color is #00421A.


Background Color

.myBgColor { background-color: #00421A; }

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

This div background color is #00421A.


Border color

.myBorderColor { border: 1px solid #00421A; }

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

This div border color is #00421A.


Opacity

.myOpacity80 { color: #00421A; opacity: 0.8; }

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

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

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

This text has shadow with #00421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00421A on black background.


Color preview on white background

This text has color #00421A on white background.



Black color preview on #00421A background

This text has black color on #00421A background.


White color preview on #00421A background

This text has white color on #00421A background.