COLOR #023328

HEX: #023328
RGB: (2,51,40)

Color info

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

RGB color model

#023328 color RGB value is (2,51,40).

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

RGB channels and saturation

R 2 of 255 = 1%
G 51 of 255 = 20%
B 40 of 255 = 16%

2
51
40

R + G + B ~ 12%. #023328 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 51 + 40 = 93 (100%)
R 2 of 93 ~ 2.15%
G 51 of 93 ~ 54.84%
B 40 of 93 ~ 43.01%

%54.84
%43.01

CMYK color model

#023328 color CMYK value is (96,0,22,80).

  • cyan value is 96.08%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(96,0,22,80)
C96M0Y22K80 
(96%,0%,22%,80%)
(0.96/0.00/0.22/0.80)	

CMYK percentages

%96.08
%0
%21.57
%80

Codes

Color #023328 in popluar color models

023328
RGB25140
HSL167°92.45%10.39%
HSB/HSV167°96.08%20.00%
CMYK96.08%0.00%21.57%
80.00%

Color #023328 in popluar number systems.

HEX023328
Decimal25140
Binary10110011101000
Octal26350

Shades and tints

Shades of #023328

#023328
(2,51,40)
#022F25
(2,47,37)
#022B22
(2,43,34)
#02271F
(2,39,31)
#02231C
(2,35,28)
#021F19
(2,31,25)
#021B16
(2,27,22)
#021713
(2,23,19)
#021310
(2,19,16)
#020F0D
(2,15,13)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #023328

#023328
(2,51,40)
#19453B
(25,69,59)
#30574E
(48,87,78)
#476961
(71,105,97)
#5E7B74
(94,123,116)
#758D87
(117,141,135)
#8C9F9A
(140,159,154)
#A3B1AD
(163,177,173)
#BAC3C0
(186,195,192)
#D1D5D3
(209,213,211)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #023328; }

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

This text font color is #023328.


Background Color

.myBgColor { background-color: #023328; }

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

This div background color is #023328.


Border color

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

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

This div border color is #023328.


Opacity

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

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

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

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

This text has shadow with #023328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023328 on black background.


Color preview on white background

This text has color #023328 on white background.



Black color preview on #023328 background

This text has black color on #023328 background.


White color preview on #023328 background

This text has white color on #023328 background.