Color Hex Logo

#3d445d Color Hex

#3D445D
(61,68,93)
0 Favorites   0 Comments

Color spaces of #3d445d

RGB 616893
HSL0.630.210.30
HSV227°34°36°
CMYK 0.340.270.00   0.64
XYZ5.96745.916711.1834
Yxy5.91670.25870.2565
Hunter Lab24.32431.2234-10.2324
CIE-Lab29.20133.8916-15.7296

#3d445d color RGB value is (61,68,93).

#3d445d hex color red value is 61, green value is 68 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3d445d hue: 0.63 , saturation: 0.21 and the lightness value of 3d445d is 0.30.

The process color (four color CMYK) of #3d445d color hex is 0.34, 0.27, 0.00, 0.64. Web safe color of #3d445d is #333366. Color #3d445d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01000100 01011101
Octal 75 104 135
Decimal 61 68 93
Hex 3D 44 5D

RGB Percentages of Color #3d445d

%27.48
%30.63
%41.89

CMYK Percentages of Color #3d445d

%34
%27
%0
%64

Triadic Colors of #3d445d

#3d445d #5d3d44 #445d3d

Analogous Colors of #3d445d

#3d445d #463d5d #3d545d

Monochromatic Colors of #3d445d

#3d445d

Complementary Color

#3d445d #5d563d

#3d445d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d445d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d445d Color CSS Codes

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

#3d445d Text Font Color

<p style="color:#3d445d">Text here</p>

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


#3d445d Background Color

<div style="background-color:#3d445d">
Div content here</div>

This div background color is #3d445d


#3d445d Border Color

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

This div border color is #3d445d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d445d


Comments

No comments written yet.

Please login to write comment.