Color Hex Logo

#319976 Color Hex

#319976
(49,153,118)
0 Favorites   0 Comments

Color spaces of #319976

RGB 49153118
HSL0.440.510.40
HSV160°68°60°
CMYK 0.680.000.23   0.40
XYZ15.927924.743421.0760
Yxy24.74340.25800.4007
Hunter Lab49.7427-29.89319.6987
CIE-Lab56.8245-38.23709.8668

#319976 color RGB value is (49,153,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 01110110
Octal 61 231 166
Decimal 49 153 118
Hex 31 99 76

RGB Percentages of Color #319976

%15.31
%47.81
%36.88

CMYK Percentages of Color #319976

%68
%0
%23
%40

Triadic Colors of #319976

#319976 #763199 #997631

Analogous Colors of #319976

#319976 #318899 #319942

Monochromatic Colors of #319976

#319976

Complementary Color

#319976 #993154

#319976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319976 Color CSS Codes

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

#319976 Text Font Color

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

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


#319976 Background Color

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

This div background color is #319976


#319976 Border Color

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

This div border color is #319976


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,153,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319976


Comments

No comments written yet.

Please login to write comment.