Color Hex Logo

#757444 Color Hex

#757444
(117,116,68)
0 Favorites   0 Comments

Color spaces of #757444

RGB 11711668
HSL0.160.260.36
HSV59°42°46°
CMYK 0.000.010.42   0.54
XYZ14.624916.69007.9195
Yxy16.69000.37280.4254
Hunter Lab40.8534-7.593117.1039
CIE-Lab47.8670-7.358926.6304

#757444 color RGB value is (117,116,68).

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

The process color (four color CMYK) of #757444 color hex is 0.00, 0.01, 0.42, 0.54. Web safe color of #757444 is #666633. Color #757444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 01000100
Octal 165 164 104
Decimal 117 116 68
Hex 75 74 44

RGB Percentages of Color #757444

%38.87
%38.54
%22.59

CMYK Percentages of Color #757444

%0
%1
%42
%54

Triadic Colors of #757444

#757444 #447574 #744475

Analogous Colors of #757444

#757444 #5e7544 #755c44

Monochromatic Colors of #757444

#757444

Complementary Color

#757444 #444575

#757444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757444 Color CSS Codes

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

#757444 Text Font Color

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

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


#757444 Background Color

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

This div background color is #757444


#757444 Border Color

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

This div border color is #757444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757444


Comments

No comments written yet.

Please login to write comment.