COLOR #023321

HEX: #023321
RGB: (2,51,33)

Color info

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

RGB color model

#023321 color RGB value is (2,51,33).

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

RGB channels and saturation

R 2 of 255 = 1%
G 51 of 255 = 20%
B 33 of 255 = 13%

2
51
33

R + G + B ~ 11%. #023321 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 51 + 33 = 86 (100%)
R 2 of 86 ~ 2.33%
G 51 of 86 ~ 59.3%
B 33 of 86 ~ 38.37%

%59.3
%38.37

CMYK color model

#023321 color CMYK value is (96,0,35,80).

  • cyan value is 96.08%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(96,0,35,80)
C96M0Y35K80 
(96%,0%,35%,80%)
(0.96/0.00/0.35/0.80)	

CMYK percentages

%96.08
%0
%35.29
%80

Codes

Color #023321 in popluar color models

023321
RGB25133
HSL158°92.45%10.39%
HSB/HSV158°96.08%20.00%
CMYK96.08%0.00%35.29%
80.00%

Color #023321 in popluar number systems.

HEX023321
Decimal25133
Binary10110011100001
Octal26341

Shades and tints

Shades of #023321

#023321
(2,51,33)
#022F1E
(2,47,30)
#022B1B
(2,43,27)
#022718
(2,39,24)
#022315
(2,35,21)
#021F12
(2,31,18)
#021B0F
(2,27,15)
#02170C
(2,23,12)
#021309
(2,19,9)
#020F06
(2,15,6)
#020B03
(2,11,3)
#000000
(0,0,0)

Tints of #023321

#023321
(2,51,33)
#194535
(25,69,53)
#305749
(48,87,73)
#47695D
(71,105,93)
#5E7B71
(94,123,113)
#758D85
(117,141,133)
#8C9F99
(140,159,153)
#A3B1AD
(163,177,173)
#BAC3C1
(186,195,193)
#D1D5D5
(209,213,213)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #023321; }

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

This text font color is #023321.


Background Color

.myBgColor { background-color: #023321; }

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

This div background color is #023321.


Border color

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

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

This div border color is #023321.


Opacity

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

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

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

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

This text has shadow with #023321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023321 on black background.


Color preview on white background

This text has color #023321 on white background.



Black color preview on #023321 background

This text has black color on #023321 background.


White color preview on #023321 background

This text has white color on #023321 background.