Color Hex Logo

#314939 Color Hex

#314939
(49,73,57)
0 Favorites   0 Comments

Color spaces of #314939

RGB 497357
HSL0.390.200.24
HSV140°33°29°
CMYK 0.330.000.22   0.71
XYZ4.38775.71354.7424
Yxy5.71350.29560.3849
Hunter Lab23.9029-9.06414.9688
CIE-Lab28.6778-13.21256.6626

#314939 color RGB value is (49,73,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 00111001
Octal 61 111 71
Decimal 49 73 57
Hex 31 49 39

RGB Percentages of Color #314939

%27.37
%40.78
%31.84

CMYK Percentages of Color #314939

%33
%0
%22
%71

Triadic Colors of #314939

#314939 #393149 #493931

Analogous Colors of #314939

#314939 #314945 #354931

Monochromatic Colors of #314939

#314939

Complementary Color

#314939 #493141

#314939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314939 Color CSS Codes

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

#314939 Text Font Color

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

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


#314939 Background Color

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

This div background color is #314939


#314939 Border Color

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

This div border color is #314939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314939


Comments

No comments written yet.

Please login to write comment.