Color Hex Logo

#1d453e Color Hex

#1D453E
(29,69,62)
0 Favorites   0 Comments

Color spaces of #1d453e

RGB 296962
HSL0.470.410.19
HSV170°58°27°
CMYK 0.580.000.10   0.73
XYZ3.50434.86535.3118
Yxy4.86530.25610.3556
Hunter Lab22.0574-10.24191.1622
CIE-Lab26.3475-16.1179-0.0657

#1d453e color RGB value is (29,69,62).

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

The process color (four color CMYK) of #1d453e color hex is 0.58, 0.00, 0.10, 0.73. Web safe color of #1d453e is #333333. Color #1d453e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000101 00111110
Octal 35 105 76
Decimal 29 69 62
Hex 1D 45 3E

RGB Percentages of Color #1d453e

%18.13
%43.13
%38.75

CMYK Percentages of Color #1d453e

%58
%0
%10
%73

Triadic Colors of #1d453e

#1d453e #3e1d45 #453e1d

Analogous Colors of #1d453e

#1d453e #1d3845 #1d452a

Monochromatic Colors of #1d453e

#1d453e

Complementary Color

#1d453e #451d24

#1d453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d453e Color CSS Codes

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

#1d453e Text Font Color

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

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


#1d453e Background Color

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

This div background color is #1d453e


#1d453e Border Color

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

This div border color is #1d453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d453e


Comments

No comments written yet.

Please login to write comment.