Color Hex Logo

#757459 Color Hex

#757459
(117,116,89)
0 Favorites   0 Comments

Color spaces of #757459

RGB 11711689
HSL0.160.140.40
HSV58°24°46°
CMYK 0.000.010.24   0.54
XYZ15.384716.994011.9205
Yxy16.99400.34730.3836
Hunter Lab41.2238-5.525511.7120
CIE-Lab48.2525-4.458515.1030

#757459 color RGB value is (117,116,89).

#757459 hex color red value is 117, green value is 116 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #757459 hue: 0.16 , saturation: 0.14 and the lightness value of 757459 is 0.40.

The process color (four color CMYK) of #757459 color hex is 0.00, 0.01, 0.24, 0.54. Web safe color of #757459 is #666666. Color #757459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 01011001
Octal 165 164 131
Decimal 117 116 89
Hex 75 74 59

RGB Percentages of Color #757459

%36.34
%36.02
%27.64

CMYK Percentages of Color #757459

%0
%1
%24
%54

Triadic Colors of #757459

#757459 #597574 #745975

Analogous Colors of #757459

#757459 #687559 #756659

Monochromatic Colors of #757459

#757459

Complementary Color

#757459 #595a75

#757459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757459 Color CSS Codes

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

#757459 Text Font Color

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

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


#757459 Background Color

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

This div background color is #757459


#757459 Border Color

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

This div border color is #757459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757459


Comments

No comments written yet.

Please login to write comment.