Color Hex Logo

#314846 Color Hex

#314846
(49,72,70)
0 Favorites   0 Comments

Color spaces of #314846

RGB 497270
HSL0.490.190.24
HSV175°32°28°
CMYK 0.320.000.03   0.72
XYZ4.68955.72996.6532
Yxy5.72990.27470.3356
Hunter Lab23.9372-6.92050.2768
CIE-Lab28.7205-9.3750-1.6703

#314846 color RGB value is (49,72,70).

#314846 hex color red value is 49, green value is 72 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #314846 hue: 0.49 , saturation: 0.19 and the lightness value of 314846 is 0.24.

The process color (four color CMYK) of #314846 color hex is 0.32, 0.00, 0.03, 0.72. Web safe color of #314846 is #333333. Color #314846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 01000110
Octal 61 110 106
Decimal 49 72 70
Hex 31 48 46

RGB Percentages of Color #314846

%25.65
%37.70
%36.65

CMYK Percentages of Color #314846

%32
%0
%3
%72

Triadic Colors of #314846

#314846 #463148 #484631

Analogous Colors of #314846

#314846 #313f48 #31483b

Monochromatic Colors of #314846

#314846

Complementary Color

#314846 #483133

#314846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314846 Color CSS Codes

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

#314846 Text Font Color

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

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


#314846 Background Color

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

This div background color is #314846


#314846 Border Color

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

This div border color is #314846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314846


Comments

No comments written yet.

Please login to write comment.