Color Hex Logo

#300628 Color Hex

#300628
(48,6,40)
0 Favorites   0 Comments

Color spaces of #300628

RGB 48640
HSL0.870.780.11
HSV311°88°19°
CMYK 0.000.880.17   0.81
XYZ1.66710.91182.0956
Yxy0.91180.35660.1951
Hunter Lab9.548814.4533-6.3277
CIE-Lab8.234025.4538-11.8150

#300628 color RGB value is (48,6,40).

#300628 hex color red value is 48, green value is 6 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #300628 hue: 0.87 , saturation: 0.78 and the lightness value of 300628 is 0.11.

The process color (four color CMYK) of #300628 color hex is 0.00, 0.88, 0.17, 0.81. Web safe color of #300628 is #330033. Color #300628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 00101000
Octal 60 6 50
Decimal 48 6 40
Hex 30 6 28

RGB Percentages of Color #300628

%51.06
%6.38
%42.55

CMYK Percentages of Color #300628

%0
%88
%17
%81

Triadic Colors of #300628

#300628 #283006 #062830

Analogous Colors of #300628

#300628 #300613 #230630

Monochromatic Colors of #300628

#300628

Complementary Color

#300628 #06300e

#300628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300628 Color CSS Codes

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

#300628 Text Font Color

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

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


#300628 Background Color

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

This div background color is #300628


#300628 Border Color

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

This div border color is #300628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300628


Comments

No comments written yet.

Please login to write comment.