Color Hex Logo

#453d59 Color Hex

#453D59
(69,61,89)
0 Favorites   0 Comments

Color spaces of #453d59

RGB 696189
HSL0.710.190.29
HSV257°31°35°
CMYK 0.220.310.00   0.65
XYZ5.92625.324010.1665
Yxy5.32400.27670.2486
Hunter Lab23.07385.4662-9.9720
CIE-Lab27.638610.1691-15.4944

#453d59 color RGB value is (69,61,89).

#453d59 hex color red value is 69, green value is 61 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #453d59 hue: 0.71 , saturation: 0.19 and the lightness value of 453d59 is 0.29.

The process color (four color CMYK) of #453d59 color hex is 0.22, 0.31, 0.00, 0.65. Web safe color of #453d59 is #333366. Color #453d59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00111101 01011001
Octal 105 75 131
Decimal 69 61 89
Hex 45 3D 59

RGB Percentages of Color #453d59

%31.51
%27.85
%40.64

CMYK Percentages of Color #453d59

%22
%31
%0
%65

Triadic Colors of #453d59

#453d59 #59453d #3d5945

Analogous Colors of #453d59

#453d59 #533d59 #3d4359

Monochromatic Colors of #453d59

#453d59

Complementary Color

#453d59 #51593d

#453d59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#453d59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#453d59 Color CSS Codes

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

#453d59 Text Font Color

<p style="color:#453d59">Text here</p>

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


#453d59 Background Color

<div style="background-color:#453d59">
Div content here</div>

This div background color is #453d59


#453d59 Border Color

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

This div border color is #453d59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,61,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #453d59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #453d59;
  -webkit-box-shadow: 1px 1px 3px 2px #453d59;
  box-shadow:         1px 1px 3px 2px #453d59; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #453d59


Comments

No comments written yet.

Please login to write comment.