Color Hex Logo

#300336 Color Hex

#300336
(48,3,54)
0 Favorites   0 Comments

Color spaces of #300336

RGB 48354
HSL0.810.890.11
HSV293°94°21°
CMYK 0.110.940.00   0.79
XYZ1.91730.95983.5742
Yxy0.95980.29720.1488
Hunter Lab9.796917.7885-14.7728
CIE-Lab8.652029.8506-21.5344

#300336 color RGB value is (48,3,54).

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

The process color (four color CMYK) of #300336 color hex is 0.11, 0.94, 0.00, 0.79. Web safe color of #300336 is #330033. Color #300336 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 00110110
Octal 60 3 66
Decimal 48 3 54
Hex 30 3 36

RGB Percentages of Color #300336

%45.71
%2.86
%51.43

CMYK Percentages of Color #300336

%11
%94
%0
%79

Triadic Colors of #300336

#300336 #363003 #033630

Analogous Colors of #300336

#300336 #360323 #160336

Monochromatic Colors of #300336

#300336

Complementary Color

#300336 #093603

#300336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300336 Color CSS Codes

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

#300336 Text Font Color

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

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


#300336 Background Color

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

This div background color is #300336


#300336 Border Color

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

This div border color is #300336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300336


Comments

No comments written yet.

Please login to write comment.