Color Hex Logo

#300c3c Color Hex

#300C3C
(48,12,60)
0 Favorites   0 Comments

Color spaces of #300c3c

RGB 481260
HSL0.790.670.14
HSV285°80°24°
CMYK 0.200.800.00   0.76
XYZ2.16601.21764.3958
Yxy1.21760.27840.1565
Hunter Lab11.034515.7280-15.8952
CIE-Lab10.686626.7283-22.5990

#300c3c color RGB value is (48,12,60).

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

The process color (four color CMYK) of #300c3c color hex is 0.20, 0.80, 0.00, 0.76. Web safe color of #300c3c is #330033. Color #300c3c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001100 00111100
Octal 60 14 74
Decimal 48 12 60
Hex 30 C 3C

RGB Percentages of Color #300c3c

%40.00
%10.00
%50.00

CMYK Percentages of Color #300c3c

%20
%80
%0
%76

Triadic Colors of #300c3c

#300c3c #3c300c #0c3c30

Analogous Colors of #300c3c

#300c3c #3c0c30 #180c3c

Monochromatic Colors of #300c3c

#300c3c

Complementary Color

#300c3c #183c0c

#300c3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300c3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#300c3c Color CSS Codes

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

#300c3c Text Font Color

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

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


#300c3c Background Color

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

This div background color is #300c3c


#300c3c Border Color

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

This div border color is #300c3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300c3c


Comments

No comments written yet.

Please login to write comment.