Color Hex Logo

#93761d Color Hex

#93761D
(147,118,29)
0 Favorites   0 Comments

Color spaces of #93761d

RGB 14711829
HSL0.130.670.35
HSV45°80°58°
CMYK 0.000.200.80   0.42
XYZ18.732819.24863.8904
Yxy19.24860.44740.4597
Hunter Lab43.8732-0.563025.4538
CIE-Lab50.97682.283549.6041

#93761d color RGB value is (147,118,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110110 00011101
Octal 223 166 35
Decimal 147 118 29
Hex 93 76 1D

RGB Percentages of Color #93761d

%50.00
%40.14
%9.86

CMYK Percentages of Color #93761d

%0
%20
%80
%42

Triadic Colors of #93761d

#93761d #1d9376 #761d93

Analogous Colors of #93761d

#93761d #75931d #933b1d

Monochromatic Colors of #93761d

#93761d

Complementary Color

#93761d #1d3a93

#93761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93761d Color CSS Codes

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

#93761d Text Font Color

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

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


#93761d Background Color

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

This div background color is #93761d


#93761d Border Color

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

This div border color is #93761d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93761d


Comments

No comments written yet.

Please login to write comment.