Color Hex Logo

#319357 Color Hex

#319357
(49,147,87)
0 Favorites   0 Comments

Color spaces of #319357

RGB 4914787
HSL0.400.500.38
HSV143°67°58°
CMYK 0.670.000.41   0.42
XYZ13.420622.208512.5962
Yxy22.20850.27830.4605
Hunter Lab47.1259-31.636817.1406
CIE-Lab54.2475-42.426923.6646

#319357 color RGB value is (49,147,87).

#319357 hex color red value is 49, green value is 147 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #319357 hue: 0.40 , saturation: 0.50 and the lightness value of 319357 is 0.38.

The process color (four color CMYK) of #319357 color hex is 0.67, 0.00, 0.41, 0.42. Web safe color of #319357 is #339966. Color #319357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10010011 01010111
Octal 61 223 127
Decimal 49 147 87
Hex 31 93 57

RGB Percentages of Color #319357

%17.31
%51.94
%30.74

CMYK Percentages of Color #319357

%67
%0
%41
%42

Triadic Colors of #319357

#319357 #573193 #935731

Analogous Colors of #319357

#319357 #319388 #3c9331

Monochromatic Colors of #319357

#319357

Complementary Color

#319357 #93316d

#319357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#319357 Color CSS Codes

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

#319357 Text Font Color

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

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


#319357 Background Color

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

This div background color is #319357


#319357 Border Color

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

This div border color is #319357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319357


Comments

No comments written yet.

Please login to write comment.