Color Hex Logo

#30080d Color Hex

#30080D
(48,8,13)
0 Favorites   0 Comments

Color spaces of #30080d

RGB 48813
HSL0.980.710.11
HSV353°83°19°
CMYK 0.000.830.73   0.81
XYZ1.37840.83110.4685
Yxy0.83110.51470.3103
Hunter Lab9.116511.03523.3346
CIE-Lab7.507320.60706.2424

#30080d color RGB value is (48,8,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 00001101
Octal 60 10 15
Decimal 48 8 13
Hex 30 8 D

RGB Percentages of Color #30080d

%69.57
%11.59
%18.84

CMYK Percentages of Color #30080d

%0
%83
%73
%81

Triadic Colors of #30080d

#30080d #0d3008 #080d30

Analogous Colors of #30080d

#30080d #301708 #300821

Monochromatic Colors of #30080d

#30080d

Complementary Color

#30080d #08302b

#30080d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30080d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30080d Color CSS Codes

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

#30080d Text Font Color

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

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


#30080d Background Color

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

This div background color is #30080d


#30080d Border Color

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

This div border color is #30080d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,8,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 #30080d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30080d


Comments

No comments written yet.

Please login to write comment.