Color Hex Logo

#93474d Color Hex

#93474D
(147,71,77)
0 Favorites   0 Comments

Color spaces of #93474d

RGB 1477177
HSL0.990.350.43
HSV355°52°58°
CMYK 0.000.520.48   0.42
XYZ15.625411.24538.3682
Yxy11.24530.44340.3191
Hunter Lab33.534024.48888.6784
CIE-Lab39.990632.566911.5025

#93474d color RGB value is (147,71,77).

#93474d hex color red value is 147, green value is 71 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #93474d hue: 0.99 , saturation: 0.35 and the lightness value of 93474d is 0.43.

The process color (four color CMYK) of #93474d color hex is 0.00, 0.52, 0.48, 0.42. Web safe color of #93474d is #993366. Color #93474d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000111 01001101
Octal 223 107 115
Decimal 147 71 77
Hex 93 47 4D

RGB Percentages of Color #93474d

%49.83
%24.07
%26.10

CMYK Percentages of Color #93474d

%0
%52
%48
%42

Triadic Colors of #93474d

#93474d #4d9347 #474d93

Analogous Colors of #93474d

#93474d #936747 #934773

Monochromatic Colors of #93474d

#93474d

Complementary Color

#93474d #47938d

#93474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93474d Color CSS Codes

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

#93474d Text Font Color

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

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


#93474d Background Color

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

This div background color is #93474d


#93474d Border Color

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

This div border color is #93474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93474d


Comments

No comments written yet.

Please login to write comment.