Color Hex Logo

#313f1d Color Hex

#313F1D
(49,63,29)
0 Favorites   0 Comments

Color spaces of #313f1d

RGB 496329
HSL0.240.370.18
HSV85°54°25°
CMYK 0.220.000.54   0.75
XYZ3.26594.29671.8196
Yxy4.29670.34810.4580
Hunter Lab20.7285-8.15119.3053
CIE-Lab24.6290-12.573418.9170

#313f1d color RGB value is (49,63,29).

#313f1d hex color red value is 49, green value is 63 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #313f1d hue: 0.24 , saturation: 0.37 and the lightness value of 313f1d is 0.18.

The process color (four color CMYK) of #313f1d color hex is 0.22, 0.00, 0.54, 0.75. Web safe color of #313f1d is #333333. Color #313f1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111111 00011101
Octal 61 77 35
Decimal 49 63 29
Hex 31 3F 1D

RGB Percentages of Color #313f1d

%34.75
%44.68
%20.57

CMYK Percentages of Color #313f1d

%22
%0
%54
%75

Triadic Colors of #313f1d

#313f1d #1d313f #3f1d31

Analogous Colors of #313f1d

#313f1d #203f1d #3f3c1d

Monochromatic Colors of #313f1d

#313f1d

Complementary Color

#313f1d #2b1d3f

#313f1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313f1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#313f1d Color CSS Codes

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

#313f1d Text Font Color

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

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


#313f1d Background Color

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

This div background color is #313f1d


#313f1d Border Color

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

This div border color is #313f1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313f1d


Comments

No comments written yet.

Please login to write comment.