Color Hex Logo

#1d3129 Color Hex

#1D3129
(29,49,41)
0 Favorites   0 Comments

Color spaces of #1d3129

RGB 294941
HSL0.430.260.15
HSV156°41°19°
CMYK 0.410.000.16   0.81
XYZ2.00522.61792.4974
Yxy2.61790.28160.3677
Hunter Lab16.1799-6.19312.1744
CIE-Lab18.4436-10.30582.5606

#1d3129 color RGB value is (29,49,41).

#1d3129 hex color red value is 29, green value is 49 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #1d3129 hue: 0.43 , saturation: 0.26 and the lightness value of 1d3129 is 0.15.

The process color (four color CMYK) of #1d3129 color hex is 0.41, 0.00, 0.16, 0.81. Web safe color of #1d3129 is #333333. Color #1d3129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110001 00101001
Octal 35 61 51
Decimal 29 49 41
Hex 1D 31 29

RGB Percentages of Color #1d3129

%24.37
%41.18
%34.45

CMYK Percentages of Color #1d3129

%41
%0
%16
%81

Triadic Colors of #1d3129

#1d3129 #291d31 #31291d

Analogous Colors of #1d3129

#1d3129 #1d2f31 #1d311f

Monochromatic Colors of #1d3129

#1d3129

Complementary Color

#1d3129 #311d25

#1d3129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3129 Color CSS Codes

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

#1d3129 Text Font Color

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

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


#1d3129 Background Color

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

This div background color is #1d3129


#1d3129 Border Color

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

This div border color is #1d3129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3129


Comments

No comments written yet.

Please login to write comment.