Color Hex Logo

#318963 Color Hex

#318963
(49,137,99)
0 Favorites   0 Comments

Color spaces of #318963

RGB 4913799
HSL0.430.470.36
HSV154°64°54°
CMYK 0.640.000.28   0.46
XYZ12.464419.445114.9007
Yxy19.44510.26630.4154
Hunter Lab44.0966-26.714010.8329
CIE-Lab51.2039-35.644512.8036

#318963 color RGB value is (49,137,99).

#318963 hex color red value is 49, green value is 137 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #318963 hue: 0.43 , saturation: 0.47 and the lightness value of 318963 is 0.36.

The process color (four color CMYK) of #318963 color hex is 0.64, 0.00, 0.28, 0.46. Web safe color of #318963 is #339966. Color #318963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 01100011
Octal 61 211 143
Decimal 49 137 99
Hex 31 89 63

RGB Percentages of Color #318963

%17.19
%48.07
%34.74

CMYK Percentages of Color #318963

%64
%0
%28
%46

Triadic Colors of #318963

#318963 #633189 #896331

Analogous Colors of #318963

#318963 #318389 #318937

Monochromatic Colors of #318963

#318963

Complementary Color

#318963 #893157

#318963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318963 Color CSS Codes

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

#318963 Text Font Color

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

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


#318963 Background Color

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

This div background color is #318963


#318963 Border Color

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

This div border color is #318963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318963


Comments

No comments written yet.

Please login to write comment.