Color Hex Logo

#75403e Color Hex

#75403E
(117,64,62)
0 Favorites   0 Comments

Color spaces of #75403e

RGB 1176462
HSL0.010.310.35
HSV47°46°
CMYK 0.000.450.47   0.54
XYZ10.03907.79655.5332
Yxy7.79650.42960.3336
Hunter Lab27.922215.31307.7964
CIE-Lab33.555422.748211.3602

#75403e color RGB value is (117,64,62).

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

The process color (four color CMYK) of #75403e color hex is 0.00, 0.45, 0.47, 0.54. Web safe color of #75403e is #663333. Color #75403e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 00111110
Octal 165 100 76
Decimal 117 64 62
Hex 75 40 3E

RGB Percentages of Color #75403e

%48.15
%26.34
%25.51

CMYK Percentages of Color #75403e

%0
%45
%47
%54

Triadic Colors of #75403e

#75403e #3e7540 #403e75

Analogous Colors of #75403e

#75403e #755c3e #753e58

Monochromatic Colors of #75403e

#75403e

Complementary Color

#75403e #3e7375

#75403e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75403e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75403e Color CSS Codes

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

#75403e Text Font Color

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

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


#75403e Background Color

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

This div background color is #75403e


#75403e Border Color

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

This div border color is #75403e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75403e


Comments

No comments written yet.

Please login to write comment.