Color Hex Logo

#31341f Color Hex

#31341F
(49,52,31)
0 Favorites   0 Comments

Color spaces of #31341f

RGB 495231
HSL0.190.250.16
HSV69°40°20°
CMYK 0.060.000.40   0.80
XYZ2.74193.20791.7710
Yxy3.20790.35510.4155
Hunter Lab17.9106-4.01746.6748
CIE-Lab20.8580-5.523912.8745

#31341f color RGB value is (49,52,31).

#31341f hex color red value is 49, green value is 52 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #31341f hue: 0.19 , saturation: 0.25 and the lightness value of 31341f is 0.16.

The process color (four color CMYK) of #31341f color hex is 0.06, 0.00, 0.40, 0.80. Web safe color of #31341f is #333333. Color #31341f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 00011111
Octal 61 64 37
Decimal 49 52 31
Hex 31 34 1F

RGB Percentages of Color #31341f

%37.12
%39.39
%23.48

CMYK Percentages of Color #31341f

%6
%0
%40
%80

Triadic Colors of #31341f

#31341f #1f3134 #341f31

Analogous Colors of #31341f

#31341f #27341f #342d1f

Monochromatic Colors of #31341f

#31341f

Complementary Color

#31341f #221f34

#31341f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31341f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31341f Color CSS Codes

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

#31341f Text Font Color

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

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


#31341f Background Color

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

This div background color is #31341f


#31341f Border Color

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

This div border color is #31341f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31341f

#31341f Color Palettes


Comments

No comments written yet.

Please login to write comment.