Color Hex Logo

#93761e Color Hex

#93761E
(147,118,30)
0 Favorites   0 Comments

Color spaces of #93761e

RGB 14711830
HSL0.130.660.35
HSV45°80°58°
CMYK 0.000.200.80   0.42
XYZ18.745419.25363.9566
Yxy19.25360.44680.4589
Hunter Lab43.8789-0.531625.3690
CIE-Lab50.98262.323849.2426

#93761e color RGB value is (147,118,30).

#93761e hex color red value is 147, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #93761e hue: 0.13 , saturation: 0.66 and the lightness value of 93761e is 0.35.

The process color (four color CMYK) of #93761e color hex is 0.00, 0.20, 0.80, 0.42. Web safe color of #93761e is #996633. Color #93761e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110110 00011110
Octal 223 166 36
Decimal 147 118 30
Hex 93 76 1E

RGB Percentages of Color #93761e

%49.83
%40.00
%10.17

CMYK Percentages of Color #93761e

%0
%20
%80
%42

Triadic Colors of #93761e

#93761e #1e9376 #761e93

Analogous Colors of #93761e

#93761e #76931e #933c1e

Monochromatic Colors of #93761e

#93761e

Complementary Color

#93761e #1e3b93

#93761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93761e Color CSS Codes

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

#93761e Text Font Color

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

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


#93761e Background Color

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

This div background color is #93761e


#93761e Border Color

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

This div border color is #93761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93761e


Comments

No comments written yet.

Please login to write comment.