Color Hex Logo

#314918 Color Hex

#314918
(49,73,24)
0 Favorites   0 Comments

Color spaces of #314918

RGB 497324
HSL0.250.510.19
HSV89°67°29°
CMYK 0.330.000.67   0.71
XYZ3.81405.48401.7217
Yxy5.48400.34610.4977
Hunter Lab23.4179-11.909712.0335
CIE-Lab28.0714-18.783925.7861

#314918 color RGB value is (49,73,24).

#314918 hex color red value is 49, green value is 73 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #314918 hue: 0.25 , saturation: 0.51 and the lightness value of 314918 is 0.19.

The process color (four color CMYK) of #314918 color hex is 0.33, 0.00, 0.67, 0.71. Web safe color of #314918 is #333300. Color #314918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00011000
Octal 61 111 30
Decimal 49 73 24
Hex 31 49 18

RGB Percentages of Color #314918

%33.56
%50.00
%16.44

CMYK Percentages of Color #314918

%33
%0
%67
%71

Triadic Colors of #314918

#314918 #183149 #491831

Analogous Colors of #314918

#314918 #194918 #494918

Monochromatic Colors of #314918

#314918

Complementary Color

#314918 #301849

#314918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314918 Color CSS Codes

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

#314918 Text Font Color

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

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


#314918 Background Color

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

This div background color is #314918


#314918 Border Color

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

This div border color is #314918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314918


Comments

No comments written yet.

Please login to write comment.