Color Hex Logo

#75573e Color Hex

#75573E
(117,87,62)
0 Favorites   0 Comments

Color spaces of #75573e

RGB 1178762
HSL0.080.310.35
HSV27°47°46°
CMYK 0.000.260.47   0.54
XYZ11.613810.94616.0581
Yxy10.94610.40580.3825
Hunter Lab33.08494.760412.3030
CIE-Lab39.48958.933419.3193

#75573e color RGB value is (117,87,62).

#75573e hex color red value is 117, green value is 87 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75573e hue: 0.08 , saturation: 0.31 and the lightness value of 75573e is 0.35.

The process color (four color CMYK) of #75573e color hex is 0.00, 0.26, 0.47, 0.54. Web safe color of #75573e is #666633. Color #75573e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010111 00111110
Octal 165 127 76
Decimal 117 87 62
Hex 75 57 3E

RGB Percentages of Color #75573e

%43.98
%32.71
%23.31

CMYK Percentages of Color #75573e

%0
%26
%47
%54

Triadic Colors of #75573e

#75573e #3e7557 #573e75

Analogous Colors of #75573e

#75573e #75733e #753e41

Monochromatic Colors of #75573e

#75573e

Complementary Color

#75573e #3e5c75

#75573e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75573e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75573e Color CSS Codes

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

#75573e Text Font Color

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

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


#75573e Background Color

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

This div background color is #75573e


#75573e Border Color

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

This div border color is #75573e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,87,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75573e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75573e;
  -webkit-box-shadow: 1px 1px 3px 2px #75573e;
  box-shadow:         1px 1px 3px 2px #75573e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75573e


Comments

No comments written yet.

Please login to write comment.