Color Hex Logo

#93605d Color Hex

#93605D
(147,96,93)
0 Favorites   0 Comments

Color spaces of #93605d

RGB 1479693
HSL0.010.230.47
HSV37°58°
CMYK 0.000.350.37   0.42
XYZ18.191315.359112.3617
Yxy15.35910.39620.3345
Hunter Lab39.190714.27148.7320
CIE-Lab46.122220.377510.2639

#93605d color RGB value is (147,96,93).

#93605d hex color red value is 147, green value is 96 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #93605d hue: 0.01 , saturation: 0.23 and the lightness value of 93605d is 0.47.

The process color (four color CMYK) of #93605d color hex is 0.00, 0.35, 0.37, 0.42. Web safe color of #93605d is #996666. Color #93605d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100000 01011101
Octal 223 140 135
Decimal 147 96 93
Hex 93 60 5D

RGB Percentages of Color #93605d

%43.75
%28.57
%27.68

CMYK Percentages of Color #93605d

%0
%35
%37
%42

Triadic Colors of #93605d

#93605d #5d9360 #605d93

Analogous Colors of #93605d

#93605d #937b5d #935d75

Monochromatic Colors of #93605d

#93605d

Complementary Color

#93605d #5d9093

#93605d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93605d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93605d Color CSS Codes

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

#93605d Text Font Color

<p style="color:#93605d">Text here</p>

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


#93605d Background Color

<div style="background-color:#93605d">
Div content here</div>

This div background color is #93605d


#93605d Border Color

<div style="border:3px solid #93605d">
Div here</div>

This div border color is #93605d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,96,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93605d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93605d;
  -webkit-box-shadow: 1px 1px 3px 2px #93605d;
  box-shadow:         1px 1px 3px 2px #93605d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,96,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93605d


Comments

No comments written yet.

Please login to write comment.