COLOR #021C29

HEX: #021C29
RGB: (2,28,41)

Color info

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

RGB color model

#021C29 color RGB value is (2,28,41).

  • red value is 2;
  • green value is 28;
  • blue value is 41.
RGB:
(2,28,41)
(1%,11%,16%)

RGB channels and saturation

R 2 of 255 = 1%
G 28 of 255 = 11%
B 41 of 255 = 16%

2
28
41

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

Portions of RGB colors in percentages

R + G + B =
2 + 28 + 41 = 71 (100%)
R 2 of 71 ~ 2.82%
G 28 of 71 ~ 39.44%
B 41 of 71 ~ 57.75%

%39.44
%57.75

CMYK color model

#021C29 color CMYK value is (95,32,0,84).

  • cyan value is 95.12%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(95,32,0,84)
C95M32Y0K84 
(95%,32%,0%,84%)
(0.95/0.32/0.00/0.84)	

CMYK percentages

%95.12
%31.71
%0
%83.92

Codes

Color #021C29 in popluar color models

021C29
RGB22841
HSL200°90.70%8.43%
HSB/HSV200°95.12%16.08%
CMYK95.12%31.71%0.00%
83.92%

Color #021C29 in popluar number systems.

HEX021C29
Decimal22841
Binary1011100101001
Octal23451

Shades and tints

Shades of #021C29

#021C29
(2,28,41)
#021A26
(2,26,38)
#021823
(2,24,35)
#021620
(2,22,32)
#02141D
(2,20,29)
#02121A
(2,18,26)
#021017
(2,16,23)
#020E14
(2,14,20)
#020C11
(2,12,17)
#020A0E
(2,10,14)
#02080B
(2,8,11)
#000000
(0,0,0)

Tints of #021C29

#021C29
(2,28,41)
#19303C
(25,48,60)
#30444F
(48,68,79)
#475862
(71,88,98)
#5E6C75
(94,108,117)
#758088
(117,128,136)
#8C949B
(140,148,155)
#A3A8AE
(163,168,174)
#BABCC1
(186,188,193)
#D1D0D4
(209,208,212)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021C29 color. Also use rgb(2,28,41) instead hex code.

Text Font Color

.myTextColor { color: #021C29; }

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

This text font color is #021C29.


Background Color

.myBgColor { background-color: #021C29; }

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

This div background color is #021C29.


Border color

.myBorderColor { border: 1px solid #021C29; }

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

This div border color is #021C29.


Opacity

.myOpacity80 { color: #021C29; opacity: 0.8; }

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

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

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

This text has shadow with #021C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021C29 on black background.


Color preview on white background

This text has color #021C29 on white background.



Black color preview on #021C29 background

This text has black color on #021C29 background.


White color preview on #021C29 background

This text has white color on #021C29 background.