Color Hex Logo

#1d464d Color Hex

#1D464D
(29,70,77)
0 Favorites   0 Comments

Color spaces of #1d464d

RGB 297077
HSL0.520.450.21
HSV189°62°30°
CMYK 0.620.090.00   0.70
XYZ4.03645.17747.8078
Yxy5.17740.23710.3042
Hunter Lab22.7539-8.1545-4.4171
CIE-Lab27.2343-11.9111-8.5489

#1d464d color RGB value is (29,70,77).

#1d464d hex color red value is 29, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1d464d hue: 0.52 , saturation: 0.45 and the lightness value of 1d464d is 0.21.

The process color (four color CMYK) of #1d464d color hex is 0.62, 0.09, 0.00, 0.70. Web safe color of #1d464d is #333366. Color #1d464d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000110 01001101
Octal 35 106 115
Decimal 29 70 77
Hex 1D 46 4D

RGB Percentages of Color #1d464d

%16.48
%39.77
%43.75

CMYK Percentages of Color #1d464d

%62
%9
%0
%70

Triadic Colors of #1d464d

#1d464d #4d1d46 #464d1d

Analogous Colors of #1d464d

#1d464d #1d2e4d #1d4d3c

Monochromatic Colors of #1d464d

#1d464d

Complementary Color

#1d464d #4d241d

#1d464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d464d Color CSS Codes

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

#1d464d Text Font Color

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

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


#1d464d Background Color

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

This div background color is #1d464d


#1d464d Border Color

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

This div border color is #1d464d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d464d


Comments

No comments written yet.

Please login to write comment.