Color Hex Logo

#457959 Color Hex

#457959
(69,121,89)
0 Favorites   0 Comments

Color spaces of #457959

RGB 6912189
HSL0.400.270.37
HSV143°43°47°
CMYK 0.430.000.26   0.53
XYZ11.094815.661211.8894
Yxy15.66120.28710.4053
Hunter Lab39.5742-19.21179.8893
CIE-Lab46.5268-25.152012.2110

#457959 color RGB value is (69,121,89).

#457959 hex color red value is 69, green value is 121 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #457959 hue: 0.40 , saturation: 0.27 and the lightness value of 457959 is 0.37.

The process color (four color CMYK) of #457959 color hex is 0.43, 0.00, 0.26, 0.53. Web safe color of #457959 is #336666. Color #457959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111001 01011001
Octal 105 171 131
Decimal 69 121 89
Hex 45 79 59

RGB Percentages of Color #457959

%24.73
%43.37
%31.90

CMYK Percentages of Color #457959

%43
%0
%26
%53

Triadic Colors of #457959

#457959 #594579 #795945

Analogous Colors of #457959

#457959 #457973 #4b7945

Monochromatic Colors of #457959

#457959

Complementary Color

#457959 #794565

#457959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457959 Color CSS Codes

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

#457959 Text Font Color

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

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


#457959 Background Color

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

This div background color is #457959


#457959 Border Color

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

This div border color is #457959


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,121,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 #457959">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457959


Comments

No comments written yet.

Please login to write comment.