COLOR #022521

HEX: #022521
RGB: (2,37,33)

Color info

#022521 contains red, green and blue colors in about the same proportion. Web safe color of #022521 is #003333 (or #033).

RGB color model

#022521 color RGB value is (2,37,33).

  • red value is 2;
  • green value is 37;
  • blue value is 33.
RGB:
(2,37,33)
(1%,15%,13%)

RGB channels and saturation

R 2 of 255 = 1%
G 37 of 255 = 15%
B 33 of 255 = 13%

2
37
33

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

Portions of RGB colors in percentages

R + G + B =
2 + 37 + 33 = 72 (100%)
R 2 of 72 ~ 2.78%
G 37 of 72 ~ 51.39%
B 33 of 72 ~ 45.83%

%51.39
%45.83

CMYK color model

#022521 color CMYK value is (95,0,11,85).

  • cyan value is 94.59%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(95,0,11,85)
C95M0Y11K85 
(95%,0%,11%,85%)
(0.95/0.00/0.11/0.85)	

CMYK percentages

%94.59
%0
%10.81
%85.49

Codes

Color #022521 in popluar color models

022521
RGB23733
HSL173°89.74%7.65%
HSB/HSV173°94.59%14.51%
CMYK94.59%0.00%10.81%
85.49%

Color #022521 in popluar number systems.

HEX022521
Decimal23733
Binary10100101100001
Octal24541

Shades and tints

Shades of #022521

#022521
(2,37,33)
#02221E
(2,34,30)
#021F1B
(2,31,27)
#021C18
(2,28,24)
#021915
(2,25,21)
#021612
(2,22,18)
#02130F
(2,19,15)
#02100C
(2,16,12)
#020D09
(2,13,9)
#020A06
(2,10,6)
#020703
(2,7,3)
#000000
(0,0,0)

Tints of #022521

#022521
(2,37,33)
#193835
(25,56,53)
#304B49
(48,75,73)
#475E5D
(71,94,93)
#5E7171
(94,113,113)
#758485
(117,132,133)
#8C9799
(140,151,153)
#A3AAAD
(163,170,173)
#BABDC1
(186,189,193)
#D1D0D5
(209,208,213)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #022521; }

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

This text font color is #022521.


Background Color

.myBgColor { background-color: #022521; }

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

This div background color is #022521.


Border color

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

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

This div border color is #022521.


Opacity

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

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

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

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

This text has shadow with #022521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022521 on black background.


Color preview on white background

This text has color #022521 on white background.



Black color preview on #022521 background

This text has black color on #022521 background.


White color preview on #022521 background

This text has white color on #022521 background.