Color Hex Logo

#319746 Color Hex

#319746
(49,151,70)
0 Favorites   0 Comments

Color spaces of #319746

RGB 4915170
HSL0.370.510.39
HSV132°68°59°
CMYK 0.680.000.54   0.41
XYZ13.438723.22849.5696
Yxy23.22840.29070.5024
Hunter Lab48.1959-34.570721.9647
CIE-Lab55.3068-46.875934.0211

#319746 color RGB value is (49,151,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010111 01000110
Octal 61 227 106
Decimal 49 151 70
Hex 31 97 46

RGB Percentages of Color #319746

%18.15
%55.93
%25.93

CMYK Percentages of Color #319746

%68
%0
%54
%41

Triadic Colors of #319746

#319746 #463197 #974631

Analogous Colors of #319746

#319746 #319779 #4f9731

Monochromatic Colors of #319746

#319746

Complementary Color

#319746 #973182

#319746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319746 Color CSS Codes

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

#319746 Text Font Color

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

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


#319746 Background Color

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

This div background color is #319746


#319746 Border Color

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

This div border color is #319746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319746


Comments

No comments written yet.

Please login to write comment.