Color Hex Logo

#30060d Color Hex

#30060D
(48,6,13)
1 Favorites   0 Comments

Color spaces of #30060d

RGB 48613
HSL0.970.780.11
HSV350°88°19°
CMYK 0.000.880.73   0.81
XYZ1.35670.78770.4613
Yxy0.78770.52070.3023
Hunter Lab8.875211.75443.1310
CIE-Lab7.115221.65365.6695

#30060d color RGB value is (48,6,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 00001101
Octal 60 6 15
Decimal 48 6 13
Hex 30 6 D

RGB Percentages of Color #30060d

%71.64
%8.96
%19.40

CMYK Percentages of Color #30060d

%0
%88
%73
%81

Triadic Colors of #30060d

#30060d #0d3006 #060d30

Analogous Colors of #30060d

#30060d #301406 #300622

Monochromatic Colors of #30060d

#30060d

Complementary Color

#30060d #063029

#30060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30060d Color CSS Codes

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

#30060d Text Font Color

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

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


#30060d Background Color

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

This div background color is #30060d


#30060d Border Color

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

This div border color is #30060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30060d


Comments

No comments written yet.

Please login to write comment.