Color Hex Logo

#300037 Color Hex

#300037
(48,0,55)
0 Favorites   0 Comments

Color spaces of #300037

RGB 48055
HSL0.811.000.11
HSV292°100°22°
CMYK 0.131.000.00   0.78
XYZ1.90850.90423.6884
Yxy0.90420.29360.1391
Hunter Lab9.508919.1853-16.3416
CIE-Lab8.166431.7348-23.0464

#300037 color RGB value is (48,0,55).

#300037 hex color red value is 48, green value is 0 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #300037 hue: 0.81 , saturation: 1.00 and the lightness value of 300037 is 0.11.

The process color (four color CMYK) of #300037 color hex is 0.13, 1.00, 0.00, 0.78. Web safe color of #300037 is #330033. Color #300037 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 00110111
Octal 60 0 67
Decimal 48 0 55
Hex 30 0 37

RGB Percentages of Color #300037

%46.60
%0.00
%53.40

CMYK Percentages of Color #300037

%13
%100
%0
%78

Triadic Colors of #300037

#300037 #373000 #003730

Analogous Colors of #300037

#300037 #370023 #150037

Monochromatic Colors of #300037

#300037

Complementary Color

#300037 #073700

#300037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300037 Color CSS Codes

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

#300037 Text Font Color

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

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


#300037 Background Color

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

This div background color is #300037


#300037 Border Color

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

This div border color is #300037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300037


Comments

No comments written yet.

Please login to write comment.