Color Hex Logo

#75423c Color Hex

#75423C
(117,66,60)
0 Favorites   0 Comments

Color spaces of #75423c

RGB 1176660
HSL0.020.320.35
HSV49°46°
CMYK 0.000.440.49   0.54
XYZ10.09998.00465.2877
Yxy8.00460.43180.3422
Hunter Lab28.292414.20978.7237
CIE-Lab33.992521.341313.2259

#75423c color RGB value is (117,66,60).

#75423c hex color red value is 117, green value is 66 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #75423c hue: 0.02 , saturation: 0.32 and the lightness value of 75423c is 0.35.

The process color (four color CMYK) of #75423c color hex is 0.00, 0.44, 0.49, 0.54. Web safe color of #75423c is #663333. Color #75423c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 00111100
Octal 165 102 74
Decimal 117 66 60
Hex 75 42 3C

RGB Percentages of Color #75423c

%48.15
%27.16
%24.69

CMYK Percentages of Color #75423c

%0
%44
%49
%54

Triadic Colors of #75423c

#75423c #3c7542 #423c75

Analogous Colors of #75423c

#75423c #755f3c #753c53

Monochromatic Colors of #75423c

#75423c

Complementary Color

#75423c #3c6f75

#75423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75423c Color CSS Codes

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

#75423c Text Font Color

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

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


#75423c Background Color

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

This div background color is #75423c


#75423c Border Color

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

This div border color is #75423c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,66,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75423c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75423c;
  -webkit-box-shadow: 1px 1px 3px 2px #75423c;
  box-shadow:         1px 1px 3px 2px #75423c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75423c


Comments

No comments written yet.

Please login to write comment.