COLOR #02464C

HEX: #02464C
RGB: (2,70,76)

Color info

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

RGB color model

#02464C color RGB value is (2,70,76).

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

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 76 of 255 = 30%

2
70
76

R + G + B ~ 19%. #02464C is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 76 = 148 (100%)
R 2 of 148 ~ 1.35%
G 70 of 148 ~ 47.3%
B 76 of 148 ~ 51.35%

%47.3
%51.35

CMYK color model

#02464C color CMYK value is (97,8,0,70).

  • cyan value is 97.37%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(97,8,0,70)
C97M8Y0K70 
(97%,8%,0%,70%)
(0.97/0.08/0.00/0.70)	

CMYK percentages

%97.37
%7.89
%0
%70.2

Codes

Color #02464C in popluar color models

02464C
RGB27076
HSL185°94.87%15.29%
HSB/HSV185°97.37%29.80%
CMYK97.37%7.89%0.00%
70.20%

Color #02464C in popluar number systems.

HEX02464C
Decimal27076
Binary1010001101001100
Octal2106114

Shades and tints

Shades of #02464C

#02464C
(2,70,76)
#024046
(2,64,70)
#023A40
(2,58,64)
#02343A
(2,52,58)
#022E34
(2,46,52)
#02282E
(2,40,46)
#022228
(2,34,40)
#021C22
(2,28,34)
#02161C
(2,22,28)
#021016
(2,16,22)
#020A10
(2,10,16)
#000000
(0,0,0)

Tints of #02464C

#02464C
(2,70,76)
#19565C
(25,86,92)
#30666C
(48,102,108)
#47767C
(71,118,124)
#5E868C
(94,134,140)
#75969C
(117,150,156)
#8CA6AC
(140,166,172)
#A3B6BC
(163,182,188)
#BAC6CC
(186,198,204)
#D1D6DC
(209,214,220)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02464C; }

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

This text font color is #02464C.


Background Color

.myBgColor { background-color: #02464C; }

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

This div background color is #02464C.


Border color

.myBorderColor { border: 1px solid #02464C; }

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

This div border color is #02464C.


Opacity

.myOpacity80 { color: #02464C; opacity: 0.8; }

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

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

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

This text has shadow with #02464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02464C on black background.


Color preview on white background

This text has color #02464C on white background.



Black color preview on #02464C background

This text has black color on #02464C background.


White color preview on #02464C background

This text has white color on #02464C background.