COLOR #002333

HEX: #002333 RGB: (0,35,51)

Color info

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

RGB color model

#002333 color RGB value is (0,35,51).

RGB: (0,35,51) (0%, 14%, 20%)

RGB channels and saturation

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

0
35
51

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

Portions of RGB colors in percentages

R + G + B = 0 + 35 + 51 = 86 (100%)
R 0 of 86 ~ 0%
G 35 of 86 ~ 40.7%
B 51 of 86 ~ 59.3'%

%40.7
%59.3

CMYK color model

#002333 color CMYK value is (100,31,0,80).

  • cyan value is 100.00%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (100,31,0,80)
C100M31Y0K80 (100%, 31%, 0%, 80%)
(1.00 / 0.31 / 0.00 / 0.80)

CMYK percentages

%100
%31.37
%0
%80

Codes

Color #002333 in popluar color models

00 23 33
RGB 0 35 51
HSL 199° 100.00% 10.00%
HSB/HSV 199° 100.00% 20.00%
CMYK 100.00% 31.37% 0.00%
80.00%

Color #002333 in popluar number systems.

HEX 00 23 33
Decimal 0 35 51
Binary 0 100011 110011
Octal 0 43 63

Shades and tints

Shades of #002333

#002333
(0,35,51)
#00202F
(0,32,47)
#001D2B
(0,29,43)
#001A27
(0,26,39)
#001723
(0,23,35)
#00141F
(0,20,31)
#00111B
(0,17,27)
#000E17
(0,14,23)
#000B13
(0,11,19)
#00080F
(0,8,15)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #002333

#002333
(0,35,51)
#173745
(23,55,69)
#2E4B57
(46,75,87)
#455F69
(69,95,105)
#5C737B
(92,115,123)
#73878D
(115,135,141)
#8A9B9F
(138,155,159)
#A1AFB1
(161,175,177)
#B8C3C3
(184,195,195)
#CFD7D5
(207,215,213)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002333; }

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

This text font color is #002333.

Background Color

.myBgColor { background-color: #002333; }

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

This div background color is #002333.

Border color

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

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

This div border color is #002333.

Opacity

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

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

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

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

This text has shadow with #002333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002333.

Preview

Color preview on black background

This text has color #002333 on black background.


Color preview on white background

This text has color #002333 on white background.


Black color preview on #002333 background

This text has black color on #002333 background.


White color preview on #002333 background

This text has white color on #002333 background.


Related colors

Complementary color

Complementary color for #hex is #FFDCCC.


I love getcolorcode.com

Triadic colors

1 #330023 and #233300 with #002333 are triadic colors.

2 #332300 and #230033 with #002333 are triadic colors.