Color Hex Logo

#00383c Color Hex

#00383C
(0,56,60)
0 Favorites   0 Comments

Color spaces of #00383c

RGB 05660
HSL0.511.000.12
HSV184°100°24°
CMYK 1.000.070.00   0.76
XYZ2.22983.15464.7663
Yxy3.15460.21970.3108
Hunter Lab17.7612-8.6726-3.4779
CIE-Lab20.6527-14.8508-7.2918

#00383c color RGB value is (0,56,60).

#00383c hex color red value is 0, green value is 56 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #00383c hue: 0.51 , saturation: 1.00 and the lightness value of 00383c is 0.12.

The process color (four color CMYK) of #00383c color hex is 1.00, 0.07, 0.00, 0.76. Web safe color of #00383c is #003333. Color #00383c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111000 00111100
Octal 0 70 74
Decimal 0 56 60
Hex 0 38 3C

RGB Percentages of Color #00383c

%0.00
%48.28
%51.72

CMYK Percentages of Color #00383c

%100
%7
%0
%76

Triadic Colors of #00383c

#00383c #3c0038 #383c00

Analogous Colors of #00383c

#00383c #001a3c #003c22

Monochromatic Colors of #00383c

#00383c

Complementary Color

#00383c #3c0400

#00383c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00383c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00383c Color CSS Codes

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

#00383c Text Font Color

<p style="color:#00383c">Text here</p>

This sample text font color is #00383c
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.


#00383c Background Color

<div style="background-color:#00383c">
Div content here</div>

This div background color is #00383c


#00383c Border Color

<div style="border:3px solid #00383c">
Div here</div>

This div border color is #00383c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,56,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00383c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00383c;
  -webkit-box-shadow: 1px 1px 3px 2px #00383c;
  box-shadow:         1px 1px 3px 2px #00383c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00383c


Comments

No comments written yet.

Please login to write comment.