Color Hex Logo

#93751a Color Hex

#93751A
(147,117,26)
0 Favorites   0 Comments

Color spaces of #93751a

RGB 14711726
HSL0.130.700.34
HSV45°82°58°
CMYK 0.000.200.82   0.42
XYZ18.580419.00023.6654
Yxy19.00020.45050.4607
Hunter Lab43.5892-0.193525.5268
CIE-Lab50.68742.739550.4005

#93751a color RGB value is (147,117,26).

#93751a hex color red value is 147, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #93751a hue: 0.13 , saturation: 0.70 and the lightness value of 93751a is 0.34.

The process color (four color CMYK) of #93751a color hex is 0.00, 0.20, 0.82, 0.42. Web safe color of #93751a is #996633. Color #93751a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110101 00011010
Octal 223 165 32
Decimal 147 117 26
Hex 93 75 1A

RGB Percentages of Color #93751a

%50.69
%40.34
%8.97

CMYK Percentages of Color #93751a

%0
%20
%82
%42

Triadic Colors of #93751a

#93751a #1a9375 #751a93

Analogous Colors of #93751a

#93751a #75931a #93391a

Monochromatic Colors of #93751a

#93751a

Complementary Color

#93751a #1a3893

#93751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93751a Color CSS Codes

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

#93751a Text Font Color

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

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


#93751a Background Color

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

This div background color is #93751a


#93751a Border Color

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

This div border color is #93751a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,117,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93751a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93751a;
  -webkit-box-shadow: 1px 1px 3px 2px #93751a;
  box-shadow:         1px 1px 3px 2px #93751a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93751a


Comments

No comments written yet.

Please login to write comment.