Color Hex Logo

#309766 Color Hex

#309766
(48,151,102)
0 Favorites   0 Comments

Color spaces of #309766

RGB 48151102
HSL0.420.520.39
HSV151°68°59°
CMYK 0.680.000.32   0.41
XYZ14.683823.720916.3750
Yxy23.72090.26810.4330
Hunter Lab48.7041-31.416214.1587
CIE-Lab55.8073-41.224817.4476

#309766 color RGB value is (48,151,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010111 01100110
Octal 60 227 146
Decimal 48 151 102
Hex 30 97 66

RGB Percentages of Color #309766

%15.95
%50.17
%33.89

CMYK Percentages of Color #309766

%68
%0
%32
%41

Triadic Colors of #309766

#309766 #663097 #976630

Analogous Colors of #309766

#309766 #309597 #309733

Monochromatic Colors of #309766

#309766

Complementary Color

#309766 #973061

#309766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309766 Color CSS Codes

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

#309766 Text Font Color

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

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


#309766 Background Color

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

This div background color is #309766


#309766 Border Color

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

This div border color is #309766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309766


Comments

No comments written yet.

Please login to write comment.