Color Hex Logo

#308866 Color Hex

#308866
(48,136,102)
1 Favorites   0 Comments

Color spaces of #308866

RGB 48136102
HSL0.440.480.36
HSV157°65°53°
CMYK 0.650.000.25   0.47
XYZ12.421419.196015.6209
Yxy19.19600.26300.4064
Hunter Lab43.8132-26.06709.5304
CIE-Lab50.9157-34.694710.6723

#308866 color RGB value is (48,136,102).

#308866 hex color red value is 48, green value is 136 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #308866 hue: 0.44 , saturation: 0.48 and the lightness value of 308866 is 0.36.

The process color (four color CMYK) of #308866 color hex is 0.65, 0.00, 0.25, 0.47. Web safe color of #308866 is #339966. Color #308866 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001000 01100110
Octal 60 210 146
Decimal 48 136 102
Hex 30 88 66

RGB Percentages of Color #308866

%16.78
%47.55
%35.66

CMYK Percentages of Color #308866

%65
%0
%25
%47

Triadic Colors of #308866

#308866 #663088 #886630

Analogous Colors of #308866

#308866 #307e88 #30883a

Monochromatic Colors of #308866

#308866

Complementary Color

#308866 #883052

#308866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308866 Color CSS Codes

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

#308866 Text Font Color

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

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


#308866 Background Color

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

This div background color is #308866


#308866 Border Color

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

This div border color is #308866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308866


Comments

No comments written yet.

Please login to write comment.