Color Hex Logo

#319947 Color Hex

#319947
(49,153,71)
0 Favorites   0 Comments

Color spaces of #319947

RGB 4915371
HSL0.370.510.40
HSV133°68°60°
CMYK 0.680.000.54   0.40
XYZ13.795223.89049.8455
Yxy23.89040.29020.5026
Hunter Lab48.8778-35.156622.2716
CIE-Lab55.9779-47.485134.3316

#319947 color RGB value is (49,153,71).

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

The process color (four color CMYK) of #319947 color hex is 0.68, 0.00, 0.54, 0.40. Web safe color of #319947 is #339933. Color #319947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011001 01000111
Octal 61 231 107
Decimal 49 153 71
Hex 31 99 47

RGB Percentages of Color #319947

%17.95
%56.04
%26.01

CMYK Percentages of Color #319947

%68
%0
%54
%40

Triadic Colors of #319947

#319947 #473199 #994731

Analogous Colors of #319947

#319947 #31997b #4f9931

Monochromatic Colors of #319947

#319947

Complementary Color

#319947 #993183

#319947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319947 Color CSS Codes

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

#319947 Text Font Color

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

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


#319947 Background Color

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

This div background color is #319947


#319947 Border Color

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

This div border color is #319947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319947


Comments

No comments written yet.

Please login to write comment.