Color Hex Logo

#1d311d Color Hex

#1D311D
(29,49,29)
0 Favorites   0 Comments

Color spaces of #1d311d

RGB 294929
HSL0.330.260.15
HSV120°41°19°
CMYK 0.410.000.41   0.81
XYZ1.82682.54651.5576
Yxy2.54650.30800.4294
Hunter Lab15.9578-7.49195.3833
CIE-Lab18.1276-13.168810.2900

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

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

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

Base Numbers

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

RGB Percentages of Color #1d311d

%27.10
%45.79
%27.10

CMYK Percentages of Color #1d311d

%41
%0
%41
%81

Triadic Colors of #1d311d

#1d311d #1d1d31 #311d1d

Analogous Colors of #1d311d

#1d311d #1d3127 #27311d

Monochromatic Colors of #1d311d

#1d311d

Complementary Color

#1d311d #311d31

#1d311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d311d Color CSS Codes

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

#1d311d Text Font Color

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

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


#1d311d Background Color

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

This div background color is #1d311d


#1d311d Border Color

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

This div border color is #1d311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d311d


Comments

No comments written yet.

Please login to write comment.