COLOR #002424

HEX: #002424
RGB: (0,36,36)

Renk bilgisi

#002424 contains only green and blue colors. #002424 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#002424 color RGB value is (0,36,36).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 36 of 255 = 14%
B 36 of 255 = 14%

0
36
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 36 + 36 = 72 (100%)
R 0 of 72 ~ 0%
G 36 of 72 ~ 50%
B 36 of 72 ~ 50%

%50
%50

CMYK RENK MODELİ

#002424 rengi CMYK tonu (100,0,0,86).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 85.88%
CMYK:
(100,0,0,86)
C100M0Y0K86 
(100%,0%,0%,86%)
(1.00/0.00/0.00/0.86)	

CMYK yüzdeleri

%100
%0
%0
%85.88

Codes

Color #002424 in popluar color models

002424
RGB03636
HSL180°100.00%7.06%
HSB/HSV180°100.00%14.12%
CMYK100.00%0.00%0.00%
85.88%

Color #002424 in popluar number systems.

HEX002424
Decimal03636
Binary0100100100100
Octal04444

Shades and tints

Shades of #002424

#002424
(0,36,36)
#002121
(0,33,33)
#001E1E
(0,30,30)
#001B1B
(0,27,27)
#001818
(0,24,24)
#001515
(0,21,21)
#001212
(0,18,18)
#000F0F
(0,15,15)
#000C0C
(0,12,12)
#000909
(0,9,9)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #002424

#002424
(0,36,36)
#173737
(23,55,55)
#2E4A4A
(46,74,74)
#455D5D
(69,93,93)
#5C7070
(92,112,112)
#738383
(115,131,131)
#8A9696
(138,150,150)
#A1A9A9
(161,169,169)
#B8BCBC
(184,188,188)
#CFCFCF
(207,207,207)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002424; }

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

This text font color is #002424.


Background Color

.myBgColor { background-color: #002424; }

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

This div background color is #002424.


Border color

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

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

This div border color is #002424.


Opacity

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

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

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

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

This text has shadow with #002424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002424 on black background.


Color preview on white background

This text has color #002424 on white background.



Black color preview on #002424 background

This text has black color on #002424 background.


White color preview on #002424 background

This text has white color on #002424 background.