Color Hex Logo

#1d522d Color Hex

#1D522D
(29,82,45)
0 Favorites   0 Comments

Color spaces of #1d522d

RGB 298245
HSL0.380.480.22
HSV138°65°32°
CMYK 0.650.000.45   0.68
XYZ3.99766.48533.5237
Yxy6.48530.28540.4630
Hunter Lab25.4663-16.54579.6226
CIE-Lab30.6052-27.001716.6191

#1d522d color RGB value is (29,82,45).

#1d522d hex color red value is 29, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #1d522d hue: 0.38 , saturation: 0.48 and the lightness value of 1d522d is 0.22.

The process color (four color CMYK) of #1d522d color hex is 0.65, 0.00, 0.45, 0.68. Web safe color of #1d522d is #336633. Color #1d522d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010010 00101101
Octal 35 122 55
Decimal 29 82 45
Hex 1D 52 2D

RGB Percentages of Color #1d522d

%18.59
%52.56
%28.85

CMYK Percentages of Color #1d522d

%65
%0
%45
%68

Triadic Colors of #1d522d

#1d522d #2d1d52 #522d1d

Analogous Colors of #1d522d

#1d522d #1d5248 #28521d

Monochromatic Colors of #1d522d

#1d522d

Complementary Color

#1d522d #521d42

#1d522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d522d Color CSS Codes

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

#1d522d Text Font Color

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

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


#1d522d Background Color

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

This div background color is #1d522d


#1d522d Border Color

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

This div border color is #1d522d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d522d


Comments

No comments written yet.

Please login to write comment.