Color Hex Logo

#1d4c04 Color Hex

#1D4C04
(29,76,4)
0 Favorites   0 Comments

Color spaces of #1d4c04

RGB 29764
HSL0.280.900.16
HSV99°95°30°
CMYK 0.620.000.95   0.70
XYZ3.11315.43891.0006
Yxy5.43890.32590.5694
Hunter Lab23.3214-16.985213.7812
CIE-Lab27.9503-29.464933.8844

#1d4c04 color RGB value is (29,76,4).

#1d4c04 hex color red value is 29, green value is 76 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #1d4c04 hue: 0.28 , saturation: 0.90 and the lightness value of 1d4c04 is 0.16.

The process color (four color CMYK) of #1d4c04 color hex is 0.62, 0.00, 0.95, 0.70. Web safe color of #1d4c04 is #333300. Color #1d4c04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01001100 00000100
Octal 35 114 4
Decimal 29 76 4
Hex 1D 4C 4

RGB Percentages of Color #1d4c04

%26.61
%69.72
%3.67

CMYK Percentages of Color #1d4c04

%62
%0
%95
%70

Triadic Colors of #1d4c04

#1d4c04 #041d4c #4c041d

Analogous Colors of #1d4c04

#1d4c04 #044c0f #414c04

Monochromatic Colors of #1d4c04

#1d4c04

Complementary Color

#1d4c04 #33044c

#1d4c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d4c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d4c04 Color CSS Codes

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

#1d4c04 Text Font Color

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

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


#1d4c04 Background Color

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

This div background color is #1d4c04


#1d4c04 Border Color

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

This div border color is #1d4c04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d4c04


Comments

No comments written yet.

Please login to write comment.