Color Hex Logo

#75603c Color Hex

#75603C
(117,96,60)
0 Favorites   0 Comments

Color spaces of #75603c

RGB 1179660
HSL0.110.320.35
HSV38°49°46°
CMYK 0.000.180.49   0.54
XYZ12.334612.47396.0326
Yxy12.47390.39990.4045
Hunter Lab35.31840.532114.5958
CIE-Lab41.95963.316923.6853

#75603c color RGB value is (117,96,60).

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

The process color (four color CMYK) of #75603c color hex is 0.00, 0.18, 0.49, 0.54. Web safe color of #75603c is #666633. Color #75603c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100000 00111100
Octal 165 140 74
Decimal 117 96 60
Hex 75 60 3C

RGB Percentages of Color #75603c

%42.86
%35.16
%21.98

CMYK Percentages of Color #75603c

%0
%18
%49
%54

Triadic Colors of #75603c

#75603c #3c7560 #603c75

Analogous Colors of #75603c

#75603c #6e753c #75443c

Monochromatic Colors of #75603c

#75603c

Complementary Color

#75603c #3c5175

#75603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75603c Color CSS Codes

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

#75603c Text Font Color

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

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


#75603c Background Color

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

This div background color is #75603c


#75603c Border Color

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

This div border color is #75603c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75603c


Comments

No comments written yet.

Please login to write comment.