Color Hex Logo

#30392e Color Hex

#30392E
(48,57,46)
0 Favorites   0 Comments

Color spaces of #30392e

RGB 485746
HSL0.300.110.20
HSV109°19°22°
CMYK 0.160.000.19   0.78
XYZ3.17523.75193.1416
Yxy3.75190.31540.3726
Hunter Lab19.3698-4.63663.9426
CIE-Lab22.8337-6.35375.6123

#30392e color RGB value is (48,57,46).

#30392e hex color red value is 48, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #30392e hue: 0.30 , saturation: 0.11 and the lightness value of 30392e is 0.20.

The process color (four color CMYK) of #30392e color hex is 0.16, 0.00, 0.19, 0.78. Web safe color of #30392e is #333333. Color #30392e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111001 00101110
Octal 60 71 56
Decimal 48 57 46
Hex 30 39 2E

RGB Percentages of Color #30392e

%31.79
%37.75
%30.46

CMYK Percentages of Color #30392e

%16
%0
%19
%78

Triadic Colors of #30392e

#30392e #2e3039 #392e30

Analogous Colors of #30392e

#30392e #2e3932 #36392e

Monochromatic Colors of #30392e

#30392e

Complementary Color

#30392e #372e39

#30392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30392e Color CSS Codes

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

#30392e Text Font Color

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

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


#30392e Background Color

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

This div background color is #30392e


#30392e Border Color

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

This div border color is #30392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30392e

#30392e Color Palettes


Comments

No comments written yet.

Please login to write comment.