Color Hex Logo

#313e1d Color Hex

#313E1D
(49,62,29)
0 Favorites   0 Comments

Color spaces of #313e1d

RGB 496229
HSL0.230.360.18
HSV84°53°24°
CMYK 0.210.000.53   0.76
XYZ3.21104.18691.8013
Yxy4.18690.34910.4551
Hunter Lab20.4619-7.79719.1039
CIE-Lab24.2799-11.984718.4871

#313e1d color RGB value is (49,62,29).

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

The process color (four color CMYK) of #313e1d color hex is 0.21, 0.00, 0.53, 0.76. Web safe color of #313e1d is #333333. Color #313e1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111110 00011101
Octal 61 76 35
Decimal 49 62 29
Hex 31 3E 1D

RGB Percentages of Color #313e1d

%35.00
%44.29
%20.71

CMYK Percentages of Color #313e1d

%21
%0
%53
%76

Triadic Colors of #313e1d

#313e1d #1d313e #3e1d31

Analogous Colors of #313e1d

#313e1d #213e1d #3e3b1d

Monochromatic Colors of #313e1d

#313e1d

Complementary Color

#313e1d #2a1d3e

#313e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#313e1d Color CSS Codes

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

#313e1d Text Font Color

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

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


#313e1d Background Color

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

This div background color is #313e1d


#313e1d Border Color

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

This div border color is #313e1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,62,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 #313e1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313e1d


Comments

No comments written yet.

Please login to write comment.