Color Hex Logo

#454e49 Color Hex

#454E49
(69,78,73)
0 Favorites   0 Comments

Color spaces of #454e49

RGB 697873
HSL0.410.060.29
HSV147°12°31°
CMYK 0.120.000.06   0.69
XYZ6.38127.19507.3558
Yxy7.19500.30490.3437
Hunter Lab26.8235-4.47672.5174
CIE-Lab32.2468-4.74421.7287

#454e49 color RGB value is (69,78,73).

#454e49 hex color red value is 69, green value is 78 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #454e49 hue: 0.41 , saturation: 0.06 and the lightness value of 454e49 is 0.29.

The process color (four color CMYK) of #454e49 color hex is 0.12, 0.00, 0.06, 0.69. Web safe color of #454e49 is #336633. Color #454e49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01001110 01001001
Octal 105 116 111
Decimal 69 78 73
Hex 45 4E 49

RGB Percentages of Color #454e49

%31.36
%35.45
%33.18

CMYK Percentages of Color #454e49

%12
%0
%6
%69

Triadic Colors of #454e49

#454e49 #49454e #4e4945

Analogous Colors of #454e49

#454e49 #454e4e #464e45

Monochromatic Colors of #454e49

#454e49

Complementary Color

#454e49 #4e454a

#454e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#454e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#454e49 Color CSS Codes

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

#454e49 Text Font Color

<p style="color:#454e49">Text here</p>

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


#454e49 Background Color

<div style="background-color:#454e49">
Div content here</div>

This div background color is #454e49


#454e49 Border Color

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

This div border color is #454e49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,78,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #454e49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #454e49;
  -webkit-box-shadow: 1px 1px 3px 2px #454e49;
  box-shadow:         1px 1px 3px 2px #454e49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #454e49


Comments

No comments written yet.

Please login to write comment.