Color Hex Logo

#314943 Color Hex

#314943
(49,73,67)
0 Favorites   0 Comments

Color spaces of #314943

RGB 497367
HSL0.460.200.24
HSV165°33°29°
CMYK 0.330.000.08   0.71
XYZ4.66235.82336.1885
Yxy5.82330.27960.3492
Hunter Lab24.1315-7.74331.6872
CIE-Lab28.9622-10.77200.6248

#314943 color RGB value is (49,73,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 01000011
Octal 61 111 103
Decimal 49 73 67
Hex 31 49 43

RGB Percentages of Color #314943

%25.93
%38.62
%35.45

CMYK Percentages of Color #314943

%33
%0
%8
%71

Triadic Colors of #314943

#314943 #433149 #494331

Analogous Colors of #314943

#314943 #314349 #314937

Monochromatic Colors of #314943

#314943

Complementary Color

#314943 #493137

#314943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314943 Color CSS Codes

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

#314943 Text Font Color

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

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


#314943 Background Color

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

This div background color is #314943


#314943 Border Color

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

This div border color is #314943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314943


Comments

No comments written yet.

Please login to write comment.