Color Hex Logo

#30292f Color Hex

#30292F
(48,41,47)
0 Favorites   0 Comments

Color spaces of #30292f

RGB 484147
HSL0.860.080.17
HSV309°15°19°
CMYK 0.000.150.02   0.81
XYZ2.52502.41953.0233
Yxy2.41950.31690.3037
Hunter Lab15.55471.7551-0.6356
CIE-Lab17.55064.5771-2.7167

#30292f color RGB value is (48,41,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101001 00101111
Octal 60 51 57
Decimal 48 41 47
Hex 30 29 2F

RGB Percentages of Color #30292f

%35.29
%30.15
%34.56

CMYK Percentages of Color #30292f

%0
%15
%2
%81

Triadic Colors of #30292f

#30292f #2f3029 #292f30

Analogous Colors of #30292f

#30292f #30292c #2e2930

Monochromatic Colors of #30292f

#30292f

Complementary Color

#30292f #29302a

#30292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30292f Color CSS Codes

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

#30292f Text Font Color

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

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


#30292f Background Color

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

This div background color is #30292f


#30292f Border Color

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

This div border color is #30292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30292f


Comments

No comments written yet.

Please login to write comment.