Color Hex Logo

#75523e Color Hex

#75523E
(117,82,62)
0 Favorites   0 Comments

Color spaces of #75523e

RGB 1178262
HSL0.060.310.35
HSV22°47°46°
CMYK 0.000.300.47   0.54
XYZ11.222910.16435.9278
Yxy10.16430.41090.3721
Hunter Lab31.88157.042811.2931
CIE-Lab38.135711.953417.5365

#75523e color RGB value is (117,82,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 00111110
Octal 165 122 76
Decimal 117 82 62
Hex 75 52 3E

RGB Percentages of Color #75523e

%44.83
%31.42
%23.75

CMYK Percentages of Color #75523e

%0
%30
%47
%54

Triadic Colors of #75523e

#75523e #3e7552 #523e75

Analogous Colors of #75523e

#75523e #756e3e #753e46

Monochromatic Colors of #75523e

#75523e

Complementary Color

#75523e #3e6175

#75523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75523e Color CSS Codes

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

#75523e Text Font Color

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

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


#75523e Background Color

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

This div background color is #75523e


#75523e Border Color

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

This div border color is #75523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75523e


Comments

No comments written yet.

Please login to write comment.