Color Hex Logo

#319966 Color Hex

#319966
(49,153,102)
0 Favorites   0 Comments

Color spaces of #319966

RGB 49153102
HSL0.420.510.40
HSV151°68°60°
CMYK 0.680.000.33   0.40
XYZ15.056124.394716.4855
Yxy24.39470.26920.4361
Hunter Lab49.3910-32.021214.7841
CIE-Lab56.4808-41.879518.3702

#319966 color RGB value is (49,153,102).

#319966 hex color red value is 49, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #319966 hue: 0.42 , saturation: 0.51 and the lightness value of 319966 is 0.40.

The process color (four color CMYK) of #319966 color hex is 0.68, 0.00, 0.33, 0.40. Web safe color of #319966 is #339966. Color #319966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 01100110
Octal 61 231 146
Decimal 49 153 102
Hex 31 99 66

RGB Percentages of Color #319966

%16.12
%50.33
%33.55

CMYK Percentages of Color #319966

%68
%0
%33
%40

Triadic Colors of #319966

#319966 #663199 #996631

Analogous Colors of #319966

#319966 #319899 #319932

Monochromatic Colors of #319966

#319966

Complementary Color

#319966 #993164

#319966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319966 Color CSS Codes

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

#319966 Text Font Color

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

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


#319966 Background Color

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

This div background color is #319966


#319966 Border Color

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

This div border color is #319966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319966


Comments

No comments written yet.

Please login to write comment.