Color Hex Logo

#309982 Color Hex

#309982
(48,153,130)
0 Favorites   0 Comments

Color spaces of #309982

RGB 48153130
HSL0.460.520.39
HSV167°69°60°
CMYK 0.690.000.15   0.40
XYZ16.639425.022525.0719
Yxy25.02250.24930.3750
Hunter Lab50.0225-28.16345.2989
CIE-Lab57.0973-35.36793.4444

#309982 color RGB value is (48,153,130).

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

The process color (four color CMYK) of #309982 color hex is 0.69, 0.00, 0.15, 0.40. Web safe color of #309982 is #339999. Color #309982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 10000010
Octal 60 231 202
Decimal 48 153 130
Hex 30 99 82

RGB Percentages of Color #309982

%14.50
%46.22
%39.27

CMYK Percentages of Color #309982

%69
%0
%15
%40

Triadic Colors of #309982

#309982 #823099 #998230

Analogous Colors of #309982

#309982 #307c99 #30994e

Monochromatic Colors of #309982

#309982

Complementary Color

#309982 #993047

#309982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309982 Color CSS Codes

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

#309982 Text Font Color

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

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


#309982 Background Color

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

This div background color is #309982


#309982 Border Color

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

This div border color is #309982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309982


Comments

No comments written yet.

Please login to write comment.