COLOR #002332

HEX: #002332
RGB: (0,35,50)

Color info

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

RGB color model

#002332 color RGB value is (0,35,50).

  • red value is 0;
  • green value is 35;
  • blue value is 50.
RGB:
(0,35,50)
(0%,14%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 50 of 255 = 20%

0
35
50

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

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 50 = 85 (100%)
R 0 of 85 ~ 0%
G 35 of 85 ~ 41.18%
B 50 of 85 ~ 58.82%

%41.18
%58.82

CMYK color model

#002332 color CMYK value is (100,30,0,80).

  • cyan value is 100.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(100,30,0,80)
C100M30Y0K80 
(100%,30%,0%,80%)
(1.00/0.30/0.00/0.80)	

CMYK percentages

%100
%30
%0
%80.39

Codes

Color #002332 in popluar color models

002332
RGB03550
HSL198°100.00%9.80%
HSB/HSV198°100.00%19.61%
CMYK100.00%30.00%0.00%
80.39%

Color #002332 in popluar number systems.

HEX002332
Decimal03550
Binary0100011110010
Octal04362

Shades and tints

Shades of #002332

#002332
(0,35,50)
#00202E
(0,32,46)
#001D2A
(0,29,42)
#001A26
(0,26,38)
#001722
(0,23,34)
#00141E
(0,20,30)
#00111A
(0,17,26)
#000E16
(0,14,22)
#000B12
(0,11,18)
#00080E
(0,8,14)
#00050A
(0,5,10)
#000000
(0,0,0)

Tints of #002332

#002332
(0,35,50)
#173744
(23,55,68)
#2E4B56
(46,75,86)
#455F68
(69,95,104)
#5C737A
(92,115,122)
#73878C
(115,135,140)
#8A9B9E
(138,155,158)
#A1AFB0
(161,175,176)
#B8C3C2
(184,195,194)
#CFD7D4
(207,215,212)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002332 color. Also use rgb(0,35,50) instead hex code.

Text Font Color

.myTextColor { color: #002332; }

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

This text font color is #002332.


Background Color

.myBgColor { background-color: #002332; }

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

This div background color is #002332.


Border color

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

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

This div border color is #002332.


Opacity

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

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

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

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

This text has shadow with #002332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002332 on black background.


Color preview on white background

This text has color #002332 on white background.



Black color preview on #002332 background

This text has black color on #002332 background.


White color preview on #002332 background

This text has white color on #002332 background.