Color Hex Logo

#316440 Color Hex

#316440
(49,100,64)
0 Favorites   0 Comments

Color spaces of #316440

RGB 4910064
HSL0.380.340.29
HSV138°51°39°
CMYK 0.510.000.36   0.61
XYZ6.749210.13756.4515
Yxy10.13750.28920.4344
Hunter Lab31.8394-17.881310.2739
CIE-Lab38.0881-26.088615.2848

#316440 color RGB value is (49,100,64).

#316440 hex color red value is 49, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #316440 hue: 0.38 , saturation: 0.34 and the lightness value of 316440 is 0.29.

The process color (four color CMYK) of #316440 color hex is 0.51, 0.00, 0.36, 0.61. Web safe color of #316440 is #336633. Color #316440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100100 01000000
Octal 61 144 100
Decimal 49 100 64
Hex 31 64 40

RGB Percentages of Color #316440

%23.00
%46.95
%30.05

CMYK Percentages of Color #316440

%51
%0
%36
%61

Triadic Colors of #316440

#316440 #403164 #644031

Analogous Colors of #316440

#316440 #31645a #3c6431

Monochromatic Colors of #316440

#316440

Complementary Color

#316440 #643155

#316440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316440 Color CSS Codes

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

#316440 Text Font Color

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

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


#316440 Background Color

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

This div background color is #316440


#316440 Border Color

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

This div border color is #316440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316440


Comments

No comments written yet.

Please login to write comment.