Color Hex Logo

#314e4c Color Hex

#314E4C
(49,78,76)
0 Favorites   0 Comments

Color spaces of #314e4c

RGB 497876
HSL0.490.230.25
HSV176°37°31°
CMYK 0.370.000.03   0.69
XYZ5.29556.62357.8368
Yxy6.62350.26800.3353
Hunter Lab25.7362-8.3099-0.0388
CIE-Lab30.9340-11.3340-2.2729

#314e4c color RGB value is (49,78,76).

#314e4c hex color red value is 49, green value is 78 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #314e4c hue: 0.49 , saturation: 0.23 and the lightness value of 314e4c is 0.25.

The process color (four color CMYK) of #314e4c color hex is 0.37, 0.00, 0.03, 0.69. Web safe color of #314e4c is #336633. Color #314e4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001110 01001100
Octal 61 116 114
Decimal 49 78 76
Hex 31 4E 4C

RGB Percentages of Color #314e4c

%24.14
%38.42
%37.44

CMYK Percentages of Color #314e4c

%37
%0
%3
%69

Triadic Colors of #314e4c

#314e4c #4c314e #4e4c31

Analogous Colors of #314e4c

#314e4c #31424e #314e3e

Monochromatic Colors of #314e4c

#314e4c

Complementary Color

#314e4c #4e3133

#314e4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314e4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#314e4c Color CSS Codes

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

#314e4c Text Font Color

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

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


#314e4c Background Color

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

This div background color is #314e4c


#314e4c Border Color

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

This div border color is #314e4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314e4c


Comments

No comments written yet.

Please login to write comment.