COLOR #020525

HEX: #020525 RGB: (2,5,37)

Color info

#020525 contains red, green and blue colors in about the same proportion. Web safe color of #020525 is #000033 (or #003).

RGB color model

#020525 color RGB value is (2,5,37).

RGB: (2,5,37) (1%, 2%, 15%)

RGB channels and saturation

R 2 of 255 = 1%
G 5 of 255 = 2%
B 37 of 255 = 15%

2
5
37

R + G + B ~ 6%. #020525 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 5 + 37 = 44 (100%)
R 2 of 44 ~ 4.55%
G 5 of 44 ~ 11.36%
B 37 of 44 ~ 84.09'%

%11.36
%84.09

CMYK color model

#020525 color CMYK value is (95,86,0,85).

  • cyan value is 94.59%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (95,86,0,85)
C95M86Y0K85 (95%, 86%, 0%, 85%)
(0.95 / 0.86 / 0.00 / 0.85)

CMYK percentages

%94.59
%86.49
%0
%85.49

Codes

Color #020525 in popluar color models

02 05 25
RGB 2 5 37
HSL 235° 89.74% 7.65%
HSB/HSV 235° 94.59% 14.51%
CMYK 94.59% 86.49% 0.00%
85.49%

Color #020525 in popluar number systems.

HEX 02 05 25
Decimal 2 5 37
Binary 10 101 100101
Octal 2 5 45

Shades and tints

Shades of #020525

#020525
(2,5,37)
#020522
(2,5,34)
#02051F
(2,5,31)
#02051C
(2,5,28)
#020519
(2,5,25)
#020516
(2,5,22)
#020513
(2,5,19)
#020510
(2,5,16)
#02050D
(2,5,13)
#02050A
(2,5,10)
#020507
(2,5,7)
#000000
(0,0,0)

Tints of #020525

#020525
(2,5,37)
#191B38
(25,27,56)
#30314B
(48,49,75)
#47475E
(71,71,94)
#5E5D71
(94,93,113)
#757384
(117,115,132)
#8C8997
(140,137,151)
#A39FAA
(163,159,170)
#BAB5BD
(186,181,189)
#D1CBD0
(209,203,208)
#E8E1E3
(232,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020525 color. Also use rgb(2,5,37) instead hex code.

Text Font Color

.myTextColor { color: #020525; }

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

This text font color is #020525.

Background Color

.myBgColor { background-color: #020525; }

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

This div background color is #020525.

Border color

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

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

This div border color is #020525.

Opacity

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

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

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

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

This text has shadow with #020525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020525.

Preview

Color preview on black background

This text has color #020525 on black background.


Color preview on white background

This text has color #020525 on white background.


Black color preview on #020525 background

This text has black color on #020525 background.


White color preview on #020525 background

This text has white color on #020525 background.


Related colors

Complementary color

Complementary color for #hex is #FDFADA.


I love getcolorcode.com

Triadic colors

1 #250205 and #052502 with #020525 are triadic colors.

2 #250502 and #050225 with #020525 are triadic colors.