COLOR #00465C

HEX: #00465C
RGB: (0,70,92)

Color info

#00465C contains only green and blue colors. Web safe color of #00465C is #003366 (or #036).

RGB color model

#00465C color RGB value is (0,70,92).

  • red value is 0;
  • green value is 70;
  • blue value is 92.
RGB:
(0,70,92)
(0%,27%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 92 of 255 = 36%

0
70
92

R + G + B ~ 21%. #00465C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 70 + 92 = 162 (100%)
R 0 of 162 ~ 0%
G 70 of 162 ~ 43.21%
B 92 of 162 ~ 56.79%

%43.21
%56.79

CMYK color model

#00465C color CMYK value is (100,24,0,64).

  • cyan value is 100.00%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(100,24,0,64)
C100M24Y0K64 
(100%,24%,0%,64%)
(1.00/0.24/0.00/0.64)	

CMYK percentages

%100
%23.91
%0
%63.92

Codes

Color #00465C in popluar color models

00465C
RGB07092
HSL194°100.00%18.04%
HSB/HSV194°100.00%36.08%
CMYK100.00%23.91%0.00%
63.92%

Color #00465C in popluar number systems.

HEX00465C
Decimal07092
Binary010001101011100
Octal0106134

Shades and tints

Shades of #00465C

#00465C
(0,70,92)
#004054
(0,64,84)
#003A4C
(0,58,76)
#003444
(0,52,68)
#002E3C
(0,46,60)
#002834
(0,40,52)
#00222C
(0,34,44)
#001C24
(0,28,36)
#00161C
(0,22,28)
#001014
(0,16,20)
#000A0C
(0,10,12)
#000000
(0,0,0)

Tints of #00465C

#00465C
(0,70,92)
#17566A
(23,86,106)
#2E6678
(46,102,120)
#457686
(69,118,134)
#5C8694
(92,134,148)
#7396A2
(115,150,162)
#8AA6B0
(138,166,176)
#A1B6BE
(161,182,190)
#B8C6CC
(184,198,204)
#CFD6DA
(207,214,218)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00465C color. Also use rgb(0,70,92) instead hex code.

Text Font Color

.myTextColor { color: #00465C; }

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

This text font color is #00465C.


Background Color

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

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

This div background color is #00465C.


Border color

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

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

This div border color is #00465C.


Opacity

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

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

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

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

This text has shadow with #00465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00465C on black background.


Color preview on white background

This text has color #00465C on white background.



Black color preview on #00465C background

This text has black color on #00465C background.


White color preview on #00465C background

This text has white color on #00465C background.