Color Hex Logo

#300425 Color Hex

#300425
(48,4,37)
0 Favorites   0 Comments

Color spaces of #300425

RGB 48437
HSL0.880.850.10
HSV315°92°19°
CMYK 0.000.920.23   0.81
XYZ1.59630.84881.8300
Yxy0.84880.37340.1985
Hunter Lab9.213014.8051-5.3277
CIE-Lab7.667126.0313-10.4249

#300425 color RGB value is (48,4,37).

#300425 hex color red value is 48, green value is 4 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #300425 hue: 0.88 , saturation: 0.85 and the lightness value of 300425 is 0.10.

The process color (four color CMYK) of #300425 color hex is 0.00, 0.92, 0.23, 0.81. Web safe color of #300425 is #330033. Color #300425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000100 00100101
Octal 60 4 45
Decimal 48 4 37
Hex 30 4 25

RGB Percentages of Color #300425

%53.93
%4.49
%41.57

CMYK Percentages of Color #300425

%0
%92
%23
%81

Triadic Colors of #300425

#300425 #253004 #042530

Analogous Colors of #300425

#300425 #30040f #250430

Monochromatic Colors of #300425

#300425

Complementary Color

#300425 #04300f

#300425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300425 Color CSS Codes

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

#300425 Text Font Color

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

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


#300425 Background Color

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

This div background color is #300425


#300425 Border Color

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

This div border color is #300425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300425


Comments

No comments written yet.

Please login to write comment.