Color Hex Logo

#75482e Color Hex

#75482E
(117,72,46)
0 Favorites   0 Comments

Color spaces of #75482e

RGB 1177246
HSL0.060.440.32
HSV22°61°46°
CMYK 0.000.380.61   0.54
XYZ10.14668.61393.7126
Yxy8.61390.45150.3833
Hunter Lab29.349410.348913.0446
CIE-Lab35.230016.371523.4737

#75482e color RGB value is (117,72,46).

#75482e hex color red value is 117, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #75482e hue: 0.06 , saturation: 0.44 and the lightness value of 75482e is 0.32.

The process color (four color CMYK) of #75482e color hex is 0.00, 0.38, 0.61, 0.54. Web safe color of #75482e is #663333. Color #75482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 00101110
Octal 165 110 56
Decimal 117 72 46
Hex 75 48 2E

RGB Percentages of Color #75482e

%49.79
%30.64
%19.57

CMYK Percentages of Color #75482e

%0
%38
%61
%54

Triadic Colors of #75482e

#75482e #2e7548 #482e75

Analogous Colors of #75482e

#75482e #756c2e #752e37

Monochromatic Colors of #75482e

#75482e

Complementary Color

#75482e #2e5b75

#75482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75482e Color CSS Codes

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

#75482e Text Font Color

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

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


#75482e Background Color

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

This div background color is #75482e


#75482e Border Color

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

This div border color is #75482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75482e


Comments

No comments written yet.

Please login to write comment.