Color Hex Logo

#1d532d Color Hex

#1D532D
(29,83,45)
0 Favorites   0 Comments

Color spaces of #1d532d

RGB 298345
HSL0.380.480.22
HSV138°65°33°
CMYK 0.650.000.46   0.67
XYZ4.07366.63723.5490
Yxy6.63720.28570.4654
Hunter Lab25.7628-16.86059.8663
CIE-Lab30.9663-27.463017.0894

#1d532d color RGB value is (29,83,45).

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

The process color (four color CMYK) of #1d532d color hex is 0.65, 0.00, 0.46, 0.67. Web safe color of #1d532d is #336633. Color #1d532d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010011 00101101
Octal 35 123 55
Decimal 29 83 45
Hex 1D 53 2D

RGB Percentages of Color #1d532d

%18.47
%52.87
%28.66

CMYK Percentages of Color #1d532d

%65
%0
%46
%67

Triadic Colors of #1d532d

#1d532d #2d1d53 #532d1d

Analogous Colors of #1d532d

#1d532d #1d5348 #28531d

Monochromatic Colors of #1d532d

#1d532d

Complementary Color

#1d532d #531d43

#1d532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d532d Color CSS Codes

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

#1d532d Text Font Color

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

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


#1d532d Background Color

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

This div background color is #1d532d


#1d532d Border Color

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

This div border color is #1d532d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d532d


Comments

No comments written yet.

Please login to write comment.