Color Hex Logo

#318360 Color Hex

#318360
(49,131,96)
0 Favorites   0 Comments

Color spaces of #318360

RGB 4913196
HSL0.430.460.35
HSV154°63°51°
CMYK 0.630.000.27   0.49
XYZ11.494217.730113.8828
Yxy17.73010.26660.4113
Hunter Lab42.1071-24.96149.9270
CIE-Lab49.1671-33.634811.6943

#318360 color RGB value is (49,131,96).

#318360 hex color red value is 49, green value is 131 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #318360 hue: 0.43 , saturation: 0.46 and the lightness value of 318360 is 0.35.

The process color (four color CMYK) of #318360 color hex is 0.63, 0.00, 0.27, 0.49. Web safe color of #318360 is #339966. Color #318360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000011 01100000
Octal 61 203 140
Decimal 49 131 96
Hex 31 83 60

RGB Percentages of Color #318360

%17.75
%47.46
%34.78

CMYK Percentages of Color #318360

%63
%0
%27
%49

Triadic Colors of #318360

#318360 #603183 #836031

Analogous Colors of #318360

#318360 #317d83 #318337

Monochromatic Colors of #318360

#318360

Complementary Color

#318360 #833154

#318360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318360 Color CSS Codes

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

#318360 Text Font Color

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

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


#318360 Background Color

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

This div background color is #318360


#318360 Border Color

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

This div border color is #318360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318360


Comments

No comments written yet.

Please login to write comment.