COLOR #020323

HEX: #020323
RGB: (2,3,35)

Color info

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

RGB color model

#020323 color RGB value is (2,3,35).

  • red value is 2;
  • green value is 3;
  • blue value is 35.
RGB:
(2,3,35)
(1%,1%,14%)

RGB channels and saturation

R 2 of 255 = 1%
G 3 of 255 = 1%
B 35 of 255 = 14%

2
3
35

R + G + B ~ 5%. #020323 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 3 + 35 = 40 (100%)
R 2 of 40 ~ 5%
G 3 of 40 ~ 7.5%
B 35 of 40 ~ 87.5%

%87.5

CMYK color model

#020323 color CMYK value is (94,91,0,86).

  • cyan value is 94.29%
  • magenta value is 91.43%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(94,91,0,86)
C94M91Y0K86 
(94%,91%,0%,86%)
(0.94/0.91/0.00/0.86)	

CMYK percentages

%94.29
%91.43
%0
%86.27

Codes

Color #020323 in popluar color models

020323
RGB2335
HSL238°89.19%7.25%
HSB/HSV238°94.29%13.73%
CMYK94.29%91.43%0.00%
86.27%

Color #020323 in popluar number systems.

HEX020323
Decimal2335
Binary1011100011
Octal2343

Shades and tints

Shades of #020323

#020323
(2,3,35)
#020320
(2,3,32)
#02031D
(2,3,29)
#02031A
(2,3,26)
#020317
(2,3,23)
#020314
(2,3,20)
#020311
(2,3,17)
#02030E
(2,3,14)
#02030B
(2,3,11)
#020308
(2,3,8)
#020305
(2,3,5)
#000000
(0,0,0)

Tints of #020323

#020323
(2,3,35)
#191937
(25,25,55)
#302F4B
(48,47,75)
#47455F
(71,69,95)
#5E5B73
(94,91,115)
#757187
(117,113,135)
#8C879B
(140,135,155)
#A39DAF
(163,157,175)
#BAB3C3
(186,179,195)
#D1C9D7
(209,201,215)
#E8DFEB
(232,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020323 color. Also use rgb(2,3,35) instead hex code.

Text Font Color

.myTextColor { color: #020323; }

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

This text font color is #020323.


Background Color

.myBgColor { background-color: #020323; }

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

This div background color is #020323.


Border color

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

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

This div border color is #020323.


Opacity

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

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

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

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

This text has shadow with #020323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020323 on black background.


Color preview on white background

This text has color #020323 on white background.



Black color preview on #020323 background

This text has black color on #020323 background.


White color preview on #020323 background

This text has white color on #020323 background.