COLOR #002529

HEX: #002529 RGB: (0,37,41)

Color info

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

RGB color model

#002529 color RGB value is (0,37,41).

RGB: (0,37,41) (0%, 15%, 16%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 41 of 255 = 16%

0
37
41

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

Portions of RGB colors in percentages

R + G + B = 0 + 37 + 41 = 78 (100%)
R 0 of 78 ~ 0%
G 37 of 78 ~ 47.44%
B 41 of 78 ~ 52.56'%

%47.44
%52.56

CMYK color model

#002529 color CMYK value is (100,10,0,84).

  • cyan value is 100.00%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (100,10,0,84)
C100M10Y0K84 (100%, 10%, 0%, 84%)
(1.00 / 0.10 / 0.00 / 0.84)

CMYK percentages

%100
%9.76
%0
%83.92

Codes

Color #002529 in popluar color models

00 25 29
RGB 0 37 41
HSL 186° 100.00% 8.04%
HSB/HSV 186° 100.00% 16.08%
CMYK 100.00% 9.76% 0.00%
83.92%

Color #002529 in popluar number systems.

HEX 00 25 29
Decimal 0 37 41
Binary 0 100101 101001
Octal 0 45 51

Shades and tints

Shades of #002529

#002529
(0,37,41)
#002226
(0,34,38)
#001F23
(0,31,35)
#001C20
(0,28,32)
#00191D
(0,25,29)
#00161A
(0,22,26)
#001317
(0,19,23)
#001014
(0,16,20)
#000D11
(0,13,17)
#000A0E
(0,10,14)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #002529

#002529
(0,37,41)
#17383C
(23,56,60)
#2E4B4F
(46,75,79)
#455E62
(69,94,98)
#5C7175
(92,113,117)
#738488
(115,132,136)
#8A979B
(138,151,155)
#A1AAAE
(161,170,174)
#B8BDC1
(184,189,193)
#CFD0D4
(207,208,212)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002529; }

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

This text font color is #002529.

Background Color

.myBgColor { background-color: #002529; }

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

This div background color is #002529.

Border color

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

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

This div border color is #002529.

Opacity

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

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

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

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

This text has shadow with #002529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002529.

Preview

Color preview on black background

This text has color #002529 on black background.


Color preview on white background

This text has color #002529 on white background.


Black color preview on #002529 background

This text has black color on #002529 background.


White color preview on #002529 background

This text has white color on #002529 background.


Related colors

Complementary color

Complementary color for #hex is #FFDAD6.


I love getcolorcode.com

Triadic colors

1 #290025 and #252900 with #002529 are triadic colors.

2 #292500 and #250029 with #002529 are triadic colors.