Color Hex Logo

#936676 Color Hex

#936676
(147,102,118)
0 Favorites   0 Comments

Color spaces of #936676

RGB 147102118
HSL0.940.180.49
HSV339°31°58°
CMYK 0.000.310.20   0.42
XYZ20.054017.013819.3666
Yxy17.01380.35540.3015
Hunter Lab41.247814.60021.0357
CIE-Lab48.277420.6047-1.6532

#936676 color RGB value is (147,102,118).

#936676 hex color red value is 147, green value is 102 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #936676 hue: 0.94 , saturation: 0.18 and the lightness value of 936676 is 0.49.

The process color (four color CMYK) of #936676 color hex is 0.00, 0.31, 0.20, 0.42. Web safe color of #936676 is #996666. Color #936676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100110 01110110
Octal 223 146 166
Decimal 147 102 118
Hex 93 66 76

RGB Percentages of Color #936676

%40.05
%27.79
%32.15

CMYK Percentages of Color #936676

%0
%31
%20
%42

Triadic Colors of #936676

#936676 #769366 #667693

Analogous Colors of #936676

#936676 #936d66 #93668d

Monochromatic Colors of #936676

#936676

Complementary Color

#936676 #669383

#936676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#936676 Color CSS Codes

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

#936676 Text Font Color

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

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


#936676 Background Color

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

This div background color is #936676


#936676 Border Color

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

This div border color is #936676


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,102,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #936676; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #936676;
  -webkit-box-shadow: 1px 1px 3px 2px #936676;
  box-shadow:         1px 1px 3px 2px #936676; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936676


Comments

No comments written yet.

Please login to write comment.