Color Hex Logo

#309662 Color Hex

#309662
(48,150,98)
0 Favorites   0 Comments

Color spaces of #309662

RGB 4815098
HSL0.420.520.39
HSV149°68°59°
CMYK 0.680.000.35   0.41
XYZ14.329923.322915.3018
Yxy23.32290.27060.4404
Hunter Lab48.2938-31.549015.0197
CIE-Lab55.4034-41.656919.1275

#309662 color RGB value is (48,150,98).

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

The process color (four color CMYK) of #309662 color hex is 0.68, 0.00, 0.35, 0.41. Web safe color of #309662 is #339966. Color #309662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 01100010
Octal 60 226 142
Decimal 48 150 98
Hex 30 96 62

RGB Percentages of Color #309662

%16.22
%50.68
%33.11

CMYK Percentages of Color #309662

%68
%0
%35
%41

Triadic Colors of #309662

#309662 #623096 #966230

Analogous Colors of #309662

#309662 #309695 #319630

Monochromatic Colors of #309662

#309662

Complementary Color

#309662 #963064

#309662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309662 Color CSS Codes

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

#309662 Text Font Color

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

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


#309662 Background Color

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

This div background color is #309662


#309662 Border Color

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

This div border color is #309662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309662


Comments

No comments written yet.

Please login to write comment.