Color Hex Logo

#300c3a Color Hex

#300C3A
(48,12,58)
0 Favorites   0 Comments

Color spaces of #300c3a

RGB 481258
HSL0.800.660.14
HSV287°79°23°
CMYK 0.170.790.00   0.77
XYZ2.11411.19684.1226
Yxy1.19680.28440.1610
Hunter Lab10.939815.3500-14.6851
CIE-Lab10.533726.2457-21.4106

#300c3a color RGB value is (48,12,58).

#300c3a hex color red value is 48, green value is 12 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #300c3a hue: 0.80 , saturation: 0.66 and the lightness value of 300c3a is 0.14.

The process color (four color CMYK) of #300c3a color hex is 0.17, 0.79, 0.00, 0.77. Web safe color of #300c3a is #330033. Color #300c3a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001100 00111010
Octal 60 14 72
Decimal 48 12 58
Hex 30 C 3A

RGB Percentages of Color #300c3a

%40.68
%10.17
%49.15

CMYK Percentages of Color #300c3a

%17
%79
%0
%77

Triadic Colors of #300c3a

#300c3a #3a300c #0c3a30

Analogous Colors of #300c3a

#300c3a #3a0c2d #190c3a

Monochromatic Colors of #300c3a

#300c3a

Complementary Color

#300c3a #163a0c

#300c3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300c3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#300c3a Color CSS Codes

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

#300c3a Text Font Color

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

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


#300c3a Background Color

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

This div background color is #300c3a


#300c3a Border Color

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

This div border color is #300c3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300c3a


Comments

No comments written yet.

Please login to write comment.