Color Hex Logo

#30060e Color Hex

#30060E
(48,6,14)
0 Favorites   0 Comments

Color spaces of #30060e

RGB 48614
HSL0.970.780.11
HSV349°88°19°
CMYK 0.000.880.71   0.81
XYZ1.36330.79030.4962
Yxy0.79030.51450.2982
Hunter Lab8.889911.81642.9136
CIE-Lab7.138721.74875.2108

#30060e color RGB value is (48,6,14).

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

The process color (four color CMYK) of #30060e color hex is 0.00, 0.88, 0.71, 0.81. Web safe color of #30060e is #330000. Color #30060e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 00001110
Octal 60 6 16
Decimal 48 6 14
Hex 30 6 E

RGB Percentages of Color #30060e

%70.59
%8.82
%20.59

CMYK Percentages of Color #30060e

%0
%88
%71
%81

Triadic Colors of #30060e

#30060e #0e3006 #060e30

Analogous Colors of #30060e

#30060e #301306 #300623

Monochromatic Colors of #30060e

#30060e

Complementary Color

#30060e #063028

#30060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30060e Color CSS Codes

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

#30060e Text Font Color

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

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


#30060e Background Color

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

This div background color is #30060e


#30060e Border Color

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

This div border color is #30060e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30060e


Comments

No comments written yet.

Please login to write comment.