Color Hex Logo

#1d463d Color Hex

#1D463D
(29,70,61)
0 Favorites   0 Comments

Color spaces of #1d463d

RGB 297061
HSL0.460.410.19
HSV167°59°27°
CMYK 0.590.000.13   0.73
XYZ3.53924.97855.1893
Yxy4.97850.25820.3632
Hunter Lab22.3126-10.73341.8295
CIE-Lab26.6734-16.97211.0624

#1d463d color RGB value is (29,70,61).

#1d463d hex color red value is 29, green value is 70 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #1d463d hue: 0.46 , saturation: 0.41 and the lightness value of 1d463d is 0.19.

The process color (four color CMYK) of #1d463d color hex is 0.59, 0.00, 0.13, 0.73. Web safe color of #1d463d is #333333. Color #1d463d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000110 00111101
Octal 35 106 75
Decimal 29 70 61
Hex 1D 46 3D

RGB Percentages of Color #1d463d

%18.13
%43.75
%38.13

CMYK Percentages of Color #1d463d

%59
%0
%13
%73

Triadic Colors of #1d463d

#1d463d #3d1d46 #463d1d

Analogous Colors of #1d463d

#1d463d #1d3b46 #1d4629

Monochromatic Colors of #1d463d

#1d463d

Complementary Color

#1d463d #461d26

#1d463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d463d Color CSS Codes

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

#1d463d Text Font Color

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

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


#1d463d Background Color

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

This div background color is #1d463d


#1d463d Border Color

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

This div border color is #1d463d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d463d


Comments

No comments written yet.

Please login to write comment.