Color Hex Logo

#30292c Color Hex

#30292C
(48,41,44)
0 Favorites   0 Comments

Color spaces of #30292c

RGB 484144
HSL0.930.080.17
HSV334°15°19°
CMYK 0.000.150.08   0.81
XYZ2.46652.39612.7154
Yxy2.39610.32550.3162
Hunter Lab15.47931.35360.4348
CIE-Lab17.44213.8836-0.7738

#30292c color RGB value is (48,41,44).

#30292c hex color red value is 48, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #30292c hue: 0.93 , saturation: 0.08 and the lightness value of 30292c is 0.17.

The process color (four color CMYK) of #30292c color hex is 0.00, 0.15, 0.08, 0.81. Web safe color of #30292c is #333333. Color #30292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101001 00101100
Octal 60 51 54
Decimal 48 41 44
Hex 30 29 2C

RGB Percentages of Color #30292c

%36.09
%30.83
%33.08

CMYK Percentages of Color #30292c

%0
%15
%8
%81

Triadic Colors of #30292c

#30292c #2c3029 #292c30

Analogous Colors of #30292c

#30292c #302a29 #302930

Monochromatic Colors of #30292c

#30292c

Complementary Color

#30292c #29302d

#30292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30292c Color CSS Codes

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

#30292c Text Font Color

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

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


#30292c Background Color

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

This div background color is #30292c


#30292c Border Color

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

This div border color is #30292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30292c


Comments

No comments written yet.

Please login to write comment.