Color Hex Logo

#300740 Color Hex

#300740
(48,7,64)
0 Favorites   0 Comments

Color spaces of #300740

RGB 48764
HSL0.790.800.14
HSV283°89°25°
CMYK 0.250.890.00   0.75
XYZ2.22031.15054.9555
Yxy1.15050.26670.1382
Hunter Lab10.726118.1786-19.8838
CIE-Lab10.187130.0561-26.2566

#300740 color RGB value is (48,7,64).

#300740 hex color red value is 48, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #300740 hue: 0.79 , saturation: 0.80 and the lightness value of 300740 is 0.14.

The process color (four color CMYK) of #300740 color hex is 0.25, 0.89, 0.00, 0.75. Web safe color of #300740 is #330033. Color #300740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000111 01000000
Octal 60 7 100
Decimal 48 7 64
Hex 30 7 40

RGB Percentages of Color #300740

%40.34
%5.88
%53.78

CMYK Percentages of Color #300740

%25
%89
%0
%75

Triadic Colors of #300740

#300740 #403007 #074030

Analogous Colors of #300740

#300740 #400733 #140740

Monochromatic Colors of #300740

#300740

Complementary Color

#300740 #174007

#300740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300740 Color CSS Codes

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

#300740 Text Font Color

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

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


#300740 Background Color

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

This div background color is #300740


#300740 Border Color

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

This div border color is #300740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300740


Comments

No comments written yet.

Please login to write comment.