Color Hex Logo

#1d563d Color Hex

#1D563D
(29,86,61)
0 Favorites   0 Comments

Color spaces of #1d563d

RGB 298661
HSL0.430.500.23
HSV154°66°34°
CMYK 0.660.000.29   0.66
XYZ4.67687.25375.5685
Yxy7.25370.26730.4145
Hunter Lab26.9327-16.13616.5943
CIE-Lab32.3776-25.30409.1723

#1d563d color RGB value is (29,86,61).

#1d563d hex color red value is 29, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #1d563d hue: 0.43 , saturation: 0.50 and the lightness value of 1d563d is 0.23.

The process color (four color CMYK) of #1d563d color hex is 0.66, 0.00, 0.29, 0.66. Web safe color of #1d563d is #336633. Color #1d563d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010110 00111101
Octal 35 126 75
Decimal 29 86 61
Hex 1D 56 3D

RGB Percentages of Color #1d563d

%16.48
%48.86
%34.66

CMYK Percentages of Color #1d563d

%66
%0
%29
%66

Triadic Colors of #1d563d

#1d563d #3d1d56 #563d1d

Analogous Colors of #1d563d

#1d563d #1d5356 #1d5621

Monochromatic Colors of #1d563d

#1d563d

Complementary Color

#1d563d #561d36

#1d563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d563d Color CSS Codes

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

#1d563d Text Font Color

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

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


#1d563d Background Color

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

This div background color is #1d563d


#1d563d Border Color

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

This div border color is #1d563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d563d


Comments

No comments written yet.

Please login to write comment.