Color Hex Logo

#93583d Color Hex

#93583D
(147,88,61)
0 Favorites   0 Comments

Color spaces of #93583d

RGB 1478861
HSL0.050.410.41
HSV19°59°58°
CMYK 0.000.400.59   0.42
XYZ16.364613.51946.1619
Yxy13.51940.45400.3751
Hunter Lab36.768715.099415.8020
CIE-Lab43.535721.539325.8618

#93583d color RGB value is (147,88,61).

#93583d hex color red value is 147, green value is 88 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #93583d hue: 0.05 , saturation: 0.41 and the lightness value of 93583d is 0.41.

The process color (four color CMYK) of #93583d color hex is 0.00, 0.40, 0.59, 0.42. Web safe color of #93583d is #996633. Color #93583d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011000 00111101
Octal 223 130 75
Decimal 147 88 61
Hex 93 58 3D

RGB Percentages of Color #93583d

%49.66
%29.73
%20.61

CMYK Percentages of Color #93583d

%0
%40
%59
%42

Triadic Colors of #93583d

#93583d #3d9358 #583d93

Analogous Colors of #93583d

#93583d #93833d #933d4d

Monochromatic Colors of #93583d

#93583d

Complementary Color

#93583d #3d7893

#93583d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93583d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93583d Color CSS Codes

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

#93583d Text Font Color

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

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


#93583d Background Color

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

This div background color is #93583d


#93583d Border Color

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

This div border color is #93583d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93583d


Comments

No comments written yet.

Please login to write comment.