Color Hex Logo

#00333e Color Hex

#00333E
(0,51,62)
0 Favorites   0 Comments

Color spaces of #00333e

RGB 05162
HSL0.531.000.12
HSV191°100°24°
CMYK 1.000.180.00   0.76
XYZ2.05332.71554.9733
Yxy2.71550.21080.2787
Hunter Lab16.4788-6.5963-6.3586
CIE-Lab18.8665-11.0324-11.3775

#00333e color RGB value is (0,51,62).

#00333e hex color red value is 0, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #00333e hue: 0.53 , saturation: 1.00 and the lightness value of 00333e is 0.12.

The process color (four color CMYK) of #00333e color hex is 1.00, 0.18, 0.00, 0.76. Web safe color of #00333e is #003333. Color #00333e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110011 00111110
Octal 0 63 76
Decimal 0 51 62
Hex 0 33 3E

RGB Percentages of Color #00333e

%0.00
%45.13
%54.87

CMYK Percentages of Color #00333e

%100
%18
%0
%76

Triadic Colors of #00333e

#00333e #3e0033 #333e00

Analogous Colors of #00333e

#00333e #00143e #003e2a

Monochromatic Colors of #00333e

#00333e

Complementary Color

#00333e #3e0b00

#00333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00333e Color CSS Codes

.mybgcolor {background-color:#00333e; } 
.myforecolor {color:#00333e; }
.mybordercolor {border:3px solid #00333e; }

#00333e Text Font Color

<p style="color:#00333e">Text here</p>

This sample text font color is #00333e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00333e Background Color

<div style="background-color:#00333e">
Div content here</div>

This div background color is #00333e


#00333e Border Color

<div style="border:3px solid #00333e">
Div here</div>

This div border color is #00333e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,51,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00333e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00333e;
  -webkit-box-shadow: 1px 1px 3px 2px #00333e;
  box-shadow:         1px 1px 3px 2px #00333e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,51,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00333e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00333e;
  -webkit-box-shadow: 1px 1px 3px 2px #00333e;
  box-shadow:         1px 1px 3px 2px #00333e;">
Div content here</div>

This div box has shadow with color #00333e


Comments

No comments written yet.

Please login to write comment.