color codes Logo

#93736c color codes

#93736C
(147,115,108)
0 Favorites   0 Comments

Color spaces of #93736c

RGB 147115108
HSL0.030.150.50
HSV11°27°58°
CMYK 0.000.220.27   0.42
XYZ20.870119.547216.8604
Yxy19.54720.36440.3413
Hunter Lab44.21226.88848.3382
CIE-Lab51.321411.46858.6725

#93736c color RGB value is (147,115,108).

#93736c hex color red value is 147, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #93736c hue: 0.03 , saturation: 0.15 and the lightness value of 93736c is 0.50.

The process color (four color CMYK) of #93736c color code is 0.00, 0.22, 0.27, 0.42. Web safe color of #93736c is #996666. Color #93736c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110011 01101100
Octal 223 163 154
Decimal 147 115 108
Hex 93 73 6C

RGB Percentages of Color #93736c

%39.73
%31.08
%29.19

CMYK Percentages of Color #93736c

%0
%22
%27
%42

Triadic Colors of #93736c

#93736c #6c9373 #736c93

Analogous Colors of #93736c

#93736c #93876c #936c79

Monochromatic Colors of #93736c

#93736c

Complementary Color

#93736c #6c8c93

#93736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93736c Color CSS Codes

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

#93736c Text Font Color

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

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


#93736c Background Color

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

This div background color is #93736c


#93736c Border Color

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

This div border color is #93736c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,115,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93736c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93736c;
  -webkit-box-shadow: 1px 1px 3px 2px #93736c;
  box-shadow:         1px 1px 3px 2px #93736c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93736c


Comments

No comments written yet.

Please login to write comment.