Color Hex Logo

#00303d Color Hex

#00303D
(0,48,61)
0 Favorites   0 Comments

Color spaces of #00303d

RGB 04861
HSL0.541.000.12
HSV193°100°24°
CMYK 1.000.210.00   0.76
XYZ1.89932.45084.7878
Yxy2.45080.20780.2682
Hunter Lab15.6550-5.7403-7.1742
CIE-Lab17.6946-9.5536-12.4978

#00303d color RGB value is (0,48,61).

#00303d hex color red value is 0, green value is 48 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #00303d hue: 0.54 , saturation: 1.00 and the lightness value of 00303d is 0.12.

The process color (four color CMYK) of #00303d color hex is 1.00, 0.21, 0.00, 0.76. Web safe color of #00303d is #003333. Color #00303d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110000 00111101
Octal 0 60 75
Decimal 0 48 61
Hex 0 30 3D

RGB Percentages of Color #00303d

%0.00
%44.04
%55.96

CMYK Percentages of Color #00303d

%100
%21
%0
%76

Triadic Colors of #00303d

#00303d #3d0030 #303d00

Analogous Colors of #00303d

#00303d #00123d #003d2c

Monochromatic Colors of #00303d

#00303d

Complementary Color

#00303d #3d0d00

#00303d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00303d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00303d Color CSS Codes

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

#00303d Text Font Color

<p style="color:#00303d">Text here</p>

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


#00303d Background Color

<div style="background-color:#00303d">
Div content here</div>

This div background color is #00303d


#00303d Border Color

<div style="border:3px solid #00303d">
Div here</div>

This div border color is #00303d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,48,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00303d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00303d;
  -webkit-box-shadow: 1px 1px 3px 2px #00303d;
  box-shadow:         1px 1px 3px 2px #00303d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00303d


Comments

No comments written yet.

Please login to write comment.