COLOR #023346

HEX: #023346
RGB: (2,51,70)

Color info

#023346 contains mainly green and blue colors. Web safe color of #023346 is #003333 (or #033).

RGB color model

#023346 color RGB value is (2,51,70).

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

RGB channels and saturation

R 2 of 255 = 1%
G 51 of 255 = 20%
B 70 of 255 = 27%

2
51
70

R + G + B ~ 16%. #023346 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 51 + 70 = 123 (100%)
R 2 of 123 ~ 1.63%
G 51 of 123 ~ 41.46%
B 70 of 123 ~ 56.91%

%41.46
%56.91

CMYK color model

#023346 color CMYK value is (97,27,0,73).

  • cyan value is 97.14%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(97,27,0,73)
C97M27Y0K73 
(97%,27%,0%,73%)
(0.97/0.27/0.00/0.73)	

CMYK percentages

%97.14
%27.14
%0
%72.55

Codes

Color #023346 in popluar color models

023346
RGB25170
HSL197°94.44%14.12%
HSB/HSV197°97.14%27.45%
CMYK97.14%27.14%0.00%
72.55%

Color #023346 in popluar number systems.

HEX023346
Decimal25170
Binary101100111000110
Octal263106

Shades and tints

Shades of #023346

#023346
(2,51,70)
#022F40
(2,47,64)
#022B3A
(2,43,58)
#022734
(2,39,52)
#02232E
(2,35,46)
#021F28
(2,31,40)
#021B22
(2,27,34)
#02171C
(2,23,28)
#021316
(2,19,22)
#020F10
(2,15,16)
#020B0A
(2,11,10)
#000000
(0,0,0)

Tints of #023346

#023346
(2,51,70)
#194556
(25,69,86)
#305766
(48,87,102)
#476976
(71,105,118)
#5E7B86
(94,123,134)
#758D96
(117,141,150)
#8C9FA6
(140,159,166)
#A3B1B6
(163,177,182)
#BAC3C6
(186,195,198)
#D1D5D6
(209,213,214)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #023346; }

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

This text font color is #023346.


Background Color

.myBgColor { background-color: #023346; }

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

This div background color is #023346.


Border color

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

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

This div border color is #023346.


Opacity

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

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

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

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

This text has shadow with #023346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023346 on black background.


Color preview on white background

This text has color #023346 on white background.



Black color preview on #023346 background

This text has black color on #023346 background.


White color preview on #023346 background

This text has white color on #023346 background.