Color Hex Logo

#1d3c2c Color Hex

#1D3C2C
(29,60,44)
0 Favorites   0 Comments

Color spaces of #1d3c2c

RGB 296044
HSL0.410.350.17
HSV149°52°24°
CMYK 0.520.000.27   0.76
XYZ2.57723.67482.9563
Yxy3.67480.27990.3991
Hunter Lab19.1698-9.54944.2753
CIE-Lab22.5658-16.01936.3810

#1d3c2c color RGB value is (29,60,44).

#1d3c2c hex color red value is 29, green value is 60 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #1d3c2c hue: 0.41 , saturation: 0.35 and the lightness value of 1d3c2c is 0.17.

The process color (four color CMYK) of #1d3c2c color hex is 0.52, 0.00, 0.27, 0.76. Web safe color of #1d3c2c is #333333. Color #1d3c2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111100 00101100
Octal 35 74 54
Decimal 29 60 44
Hex 1D 3C 2C

RGB Percentages of Color #1d3c2c

%21.80
%45.11
%33.08

CMYK Percentages of Color #1d3c2c

%52
%0
%27
%76

Triadic Colors of #1d3c2c

#1d3c2c #2c1d3c #3c2c1d

Analogous Colors of #1d3c2c

#1d3c2c #1d3c3c #1e3c1d

Monochromatic Colors of #1d3c2c

#1d3c2c

Complementary Color

#1d3c2c #3c1d2d

#1d3c2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d3c2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d3c2c Color CSS Codes

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

#1d3c2c Text Font Color

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

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


#1d3c2c Background Color

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

This div background color is #1d3c2c


#1d3c2c Border Color

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

This div border color is #1d3c2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d3c2c


Comments

No comments written yet.

Please login to write comment.