Color Hex Logo

#314831 Color Hex

#314831
(49,72,49)
0 Favorites   0 Comments

Color spaces of #314831

RGB 497249
HSL0.330.190.24
HSV120°32°28°
CMYK 0.320.000.32   0.72
XYZ4.13845.50943.7510
Yxy5.50940.30890.4112
Hunter Lab23.4721-9.60466.9555
CIE-Lab28.1394-14.355011.0256

#314831 color RGB value is (49,72,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 00110001
Octal 61 110 61
Decimal 49 72 49
Hex 31 48 31

RGB Percentages of Color #314831

%28.82
%42.35
%28.82

CMYK Percentages of Color #314831

%32
%0
%32
%72

Triadic Colors of #314831

#314831 #313148 #483131

Analogous Colors of #314831

#314831 #31483d #3d4831

Monochromatic Colors of #314831

#314831

Complementary Color

#314831 #483148

#314831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314831 Color CSS Codes

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

#314831 Text Font Color

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

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


#314831 Background Color

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

This div background color is #314831


#314831 Border Color

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

This div border color is #314831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314831


Comments

No comments written yet.

Please login to write comment.