Color Hex Logo

#314928 Color Hex

#314928
(49,73,40)
0 Favorites   0 Comments

Color spaces of #314928

RGB 497340
HSL0.290.290.22
HSV104°45°29°
CMYK 0.330.000.45   0.71
XYZ4.03225.57132.8703
Yxy5.57130.32330.4466
Hunter Lab23.6036-10.81329.3126
CIE-Lab28.3041-16.582616.8632

#314928 color RGB value is (49,73,40).

#314928 hex color red value is 49, green value is 73 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #314928 hue: 0.29 , saturation: 0.29 and the lightness value of 314928 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00101000
Octal 61 111 50
Decimal 49 73 40
Hex 31 49 28

RGB Percentages of Color #314928

%30.25
%45.06
%24.69

CMYK Percentages of Color #314928

%33
%0
%45
%71

Triadic Colors of #314928

#314928 #283149 #492831

Analogous Colors of #314928

#314928 #284930 #424928

Monochromatic Colors of #314928

#314928

Complementary Color

#314928 #402849

#314928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314928 Color CSS Codes

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

#314928 Text Font Color

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

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


#314928 Background Color

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

This div background color is #314928


#314928 Border Color

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

This div border color is #314928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314928


Comments

No comments written yet.

Please login to write comment.