Color Hex Logo

#314930 Color Hex

#314930
(49,73,48)
0 Favorites   0 Comments

Color spaces of #314930

RGB 497348
HSL0.330.210.24
HSV118°34°29°
CMYK 0.330.000.34   0.71
XYZ4.18275.63153.6628
Yxy5.63150.31040.4179
Hunter Lab23.7308-10.06717.4603
CIE-Lab28.4631-15.124812.0978

#314930 color RGB value is (49,73,48).

#314930 hex color red value is 49, green value is 73 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #314930 hue: 0.33 , saturation: 0.21 and the lightness value of 314930 is 0.24.

The process color (four color CMYK) of #314930 color hex is 0.33, 0.00, 0.34, 0.71. Web safe color of #314930 is #333333. Color #314930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00110000
Octal 61 111 60
Decimal 49 73 48
Hex 31 49 30

RGB Percentages of Color #314930

%28.82
%42.94
%28.24

CMYK Percentages of Color #314930

%33
%0
%34
%71

Triadic Colors of #314930

#314930 #303149 #493031

Analogous Colors of #314930

#314930 #30493c #3e4930

Monochromatic Colors of #314930

#314930

Complementary Color

#314930 #483049

#314930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314930 Color CSS Codes

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

#314930 Text Font Color

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

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


#314930 Background Color

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

This div background color is #314930


#314930 Border Color

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

This div border color is #314930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314930


Comments

No comments written yet.

Please login to write comment.