Color Hex Logo

#309b66 Color Hex

#309B66
(48,155,102)
0 Favorites   0 Comments

Color spaces of #309b66

RGB 48155102
HSL0.420.530.40
HSV150°69°61°
CMYK 0.690.000.34   0.39
XYZ15.338525.030416.5933
Yxy25.03040.26930.4394
Hunter Lab50.0304-32.828015.3569
CIE-Lab57.1050-42.889119.2145

#309b66 color RGB value is (48,155,102).

#309b66 hex color red value is 48, green value is 155 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #309b66 hue: 0.42 , saturation: 0.53 and the lightness value of 309b66 is 0.40.

The process color (four color CMYK) of #309b66 color hex is 0.69, 0.00, 0.34, 0.39. Web safe color of #309b66 is #339966. Color #309b66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 01100110
Octal 60 233 146
Decimal 48 155 102
Hex 30 9B 66

RGB Percentages of Color #309b66

%15.74
%50.82
%33.44

CMYK Percentages of Color #309b66

%69
%0
%34
%39

Triadic Colors of #309b66

#309b66 #66309b #9b6630

Analogous Colors of #309b66

#309b66 #309b9b #309b31

Monochromatic Colors of #309b66

#309b66

Complementary Color

#309b66 #9b3065

#309b66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309b66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309b66 Color CSS Codes

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

#309b66 Text Font Color

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

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


#309b66 Background Color

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

This div background color is #309b66


#309b66 Border Color

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

This div border color is #309b66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,155,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 #309b66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309b66


Comments

No comments written yet.

Please login to write comment.