Color Hex Logo

#309634 Color Hex

#309634
(48,150,52)
0 Favorites   0 Comments

Color spaces of #309634

RGB 4815052
HSL0.340.520.39
HSV122°68°59°
CMYK 0.680.000.65   0.41
XYZ12.745122.68906.9565
Yxy22.68900.30070.5352
Hunter Lab47.6330-35.596724.6841
CIE-Lab54.7505-49.038842.0297

#309634 color RGB value is (48,150,52).

#309634 hex color red value is 48, green value is 150 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #309634 hue: 0.34 , saturation: 0.52 and the lightness value of 309634 is 0.39.

The process color (four color CMYK) of #309634 color hex is 0.68, 0.00, 0.65, 0.41. Web safe color of #309634 is #339933. Color #309634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 00110100
Octal 60 226 64
Decimal 48 150 52
Hex 30 96 34

RGB Percentages of Color #309634

%19.20
%60.00
%20.80

CMYK Percentages of Color #309634

%68
%0
%65
%41

Triadic Colors of #309634

#309634 #343096 #963430

Analogous Colors of #309634

#309634 #309667 #5f9630

Monochromatic Colors of #309634

#309634

Complementary Color

#309634 #963092

#309634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309634 Color CSS Codes

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

#309634 Text Font Color

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

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


#309634 Background Color

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

This div background color is #309634


#309634 Border Color

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

This div border color is #309634


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,150,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309634; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309634;
  -webkit-box-shadow: 1px 1px 3px 2px #309634;
  box-shadow:         1px 1px 3px 2px #309634; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309634


Comments

No comments written yet.

Please login to write comment.