Color Hex Logo

#93595d Color Hex

#93595D
(147,89,93)
0 Favorites   0 Comments

Color spaces of #93595d

RGB 1478993
HSL0.990.250.46
HSV356°39°58°
CMYK 0.000.390.37   0.42
XYZ17.580814.138112.1582
Yxy14.13810.40070.3222
Hunter Lab37.600717.65947.1490
CIE-Lab44.430324.40977.8813

#93595d color RGB value is (147,89,93).

#93595d hex color red value is 147, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #93595d hue: 0.99 , saturation: 0.25 and the lightness value of 93595d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 01011101
Octal 223 131 135
Decimal 147 89 93
Hex 93 59 5D

RGB Percentages of Color #93595d

%44.68
%27.05
%28.27

CMYK Percentages of Color #93595d

%0
%39
%37
%42

Triadic Colors of #93595d

#93595d #5d9359 #595d93

Analogous Colors of #93595d

#93595d #937259 #93597a

Monochromatic Colors of #93595d

#93595d

Complementary Color

#93595d #59938f

#93595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93595d Color CSS Codes

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

#93595d Text Font Color

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

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


#93595d Background Color

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

This div background color is #93595d


#93595d Border Color

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

This div border color is #93595d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,89,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 #93595d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93595d


Comments

No comments written yet.

Please login to write comment.