Color Hex Logo

#314337 Color Hex

#314337
(49,67,55)
0 Favorites   0 Comments

Color spaces of #314337

RGB 496755
HSL0.390.160.23
HSV140°27°26°
CMYK 0.270.000.18   0.74
XYZ3.96344.94314.3597
Yxy4.94310.29880.3726
Hunter Lab22.2331-7.08743.9369
CIE-Lab26.5720-10.11454.9781

#314337 color RGB value is (49,67,55).

#314337 hex color red value is 49, green value is 67 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #314337 hue: 0.39 , saturation: 0.16 and the lightness value of 314337 is 0.23.

The process color (four color CMYK) of #314337 color hex is 0.27, 0.00, 0.18, 0.74. Web safe color of #314337 is #333333. Color #314337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000011 00110111
Octal 61 103 67
Decimal 49 67 55
Hex 31 43 37

RGB Percentages of Color #314337

%28.65
%39.18
%32.16

CMYK Percentages of Color #314337

%27
%0
%18
%74

Triadic Colors of #314337

#314337 #373143 #433731

Analogous Colors of #314337

#314337 #314340 #344331

Monochromatic Colors of #314337

#314337

Complementary Color

#314337 #43313d

#314337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314337 Color CSS Codes

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

#314337 Text Font Color

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

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


#314337 Background Color

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

This div background color is #314337


#314337 Border Color

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

This div border color is #314337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314337


Comments

No comments written yet.

Please login to write comment.