Color Hex Logo

#309e82 Color Hex

#309E82
(48,158,130)
0 Favorites   0 Comments

Color spaces of #309e82

RGB 48158130
HSL0.460.530.40
HSV165°70°62°
CMYK 0.700.000.18   0.38
XYZ17.475026.693825.3505
Yxy26.69380.25140.3840
Hunter Lab51.6660-30.04157.0750
CIE-Lab58.6898-37.62625.7377

#309e82 color RGB value is (48,158,130).

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

The process color (four color CMYK) of #309e82 color hex is 0.70, 0.00, 0.18, 0.38. Web safe color of #309e82 is #339999. Color #309e82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 10000010
Octal 60 236 202
Decimal 48 158 130
Hex 30 9E 82

RGB Percentages of Color #309e82

%14.29
%47.02
%38.69

CMYK Percentages of Color #309e82

%70
%0
%18
%38

Triadic Colors of #309e82

#309e82 #82309e #9e8230

Analogous Colors of #309e82

#309e82 #30839e #309e4b

Monochromatic Colors of #309e82

#309e82

Complementary Color

#309e82 #9e304c

#309e82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309e82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309e82 Color CSS Codes

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

#309e82 Text Font Color

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

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


#309e82 Background Color

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

This div background color is #309e82


#309e82 Border Color

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

This div border color is #309e82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309e82


Comments

No comments written yet.

Please login to write comment.