Color Hex Logo

#314a2e Color Hex

#314A2E
(49,74,46)
0 Favorites   0 Comments

Color spaces of #314a2e

RGB 497446
HSL0.320.230.24
HSV114°38°29°
CMYK 0.340.000.38   0.71
XYZ4.20855.74783.4724
Yxy5.74780.31340.4280
Hunter Lab23.9746-10.62168.1948
CIE-Lab28.7671-16.072913.7606

#314a2e color RGB value is (49,74,46).

#314a2e hex color red value is 49, green value is 74 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #314a2e hue: 0.32 , saturation: 0.23 and the lightness value of 314a2e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 00101110
Octal 61 112 56
Decimal 49 74 46
Hex 31 4A 2E

RGB Percentages of Color #314a2e

%28.99
%43.79
%27.22

CMYK Percentages of Color #314a2e

%34
%0
%38
%71

Triadic Colors of #314a2e

#314a2e #2e314a #4a2e31

Analogous Colors of #314a2e

#314a2e #2e4a39 #3f4a2e

Monochromatic Colors of #314a2e

#314a2e

Complementary Color

#314a2e #472e4a

#314a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#314a2e Color CSS Codes

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

#314a2e Text Font Color

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

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


#314a2e Background Color

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

This div background color is #314a2e


#314a2e Border Color

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

This div border color is #314a2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,74,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314a2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314a2e;
  -webkit-box-shadow: 1px 1px 3px 2px #314a2e;
  box-shadow:         1px 1px 3px 2px #314a2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314a2e


Comments

No comments written yet.

Please login to write comment.