COLOR #002425

HEX: #002425 RGB: (0,36,37)

Color info

#002425 contains only green and blue colors. Web safe color of #002425 is #003333 (or #033).

RGB color model

#002425 color RGB value is (0,36,37).

RGB: (0,36,37) (0%, 14%, 15%)

RGB channels and saturation

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

0
36
37

R + G + B ~ 10%. #002425 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 36 + 37 = 73 (100%)
R 0 of 73 ~ 0%
G 36 of 73 ~ 49.32%
B 37 of 73 ~ 50.68'%

%49.32
%50.68

CMYK color model

#002425 color CMYK value is (100,3,0,85).

  • cyan value is 100.00%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (100,3,0,85)
C100M3Y0K85 (100%, 3%, 0%, 85%)
(1.00 / 0.03 / 0.00 / 0.85)

CMYK percentages

%100
%2.7
%0
%85.49

Codes

Color #002425 in popluar color models

00 24 25
RGB 0 36 37
HSL 182° 100.00% 7.25%
HSB/HSV 182° 100.00% 14.51%
CMYK 100.00% 2.70% 0.00%
85.49%

Color #002425 in popluar number systems.

HEX 00 24 25
Decimal 0 36 37
Binary 0 100100 100101
Octal 0 44 45

Shades and tints

Shades of #002425

#002425
(0,36,37)
#002122
(0,33,34)
#001E1F
(0,30,31)
#001B1C
(0,27,28)
#001819
(0,24,25)
#001516
(0,21,22)
#001213
(0,18,19)
#000F10
(0,15,16)
#000C0D
(0,12,13)
#00090A
(0,9,10)
#000607
(0,6,7)
#000000
(0,0,0)

Tints of #002425

#002425
(0,36,37)
#173738
(23,55,56)
#2E4A4B
(46,74,75)
#455D5E
(69,93,94)
#5C7071
(92,112,113)
#738384
(115,131,132)
#8A9697
(138,150,151)
#A1A9AA
(161,169,170)
#B8BCBD
(184,188,189)
#CFCFD0
(207,207,208)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002425; }

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

This text font color is #002425.

Background Color

.myBgColor { background-color: #002425; }

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

This div background color is #002425.

Border color

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

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

This div border color is #002425.

Opacity

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

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

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

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

This text has shadow with #002425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002425.

Preview

Color preview on black background

This text has color #002425 on black background.


Color preview on white background

This text has color #002425 on white background.


Black color preview on #002425 background

This text has black color on #002425 background.


White color preview on #002425 background

This text has white color on #002425 background.


Related colors

Complementary color

Complementary color for #hex is #FFDBDA.


I love getcolorcode.com

Triadic colors

1 #250024 and #242500 with #002425 are triadic colors.

2 #252400 and #240025 with #002425 are triadic colors.