Color Hex Logo

#93803f Color Hex

#93803F
(147,128,63)
0 Favorites   0 Comments

Color spaces of #93803f

RGB 14712863
HSL0.130.400.41
HSV46°57°58°
CMYK 0.000.130.57   0.42
XYZ20.649022.00037.8608
Yxy22.00030.40880.4356
Hunter Lab46.9045-3.500922.8966
CIE-Lab54.0273-1.264137.4584

#93803f color RGB value is (147,128,63).

#93803f hex color red value is 147, green value is 128 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #93803f hue: 0.13 , saturation: 0.40 and the lightness value of 93803f is 0.41.

The process color (four color CMYK) of #93803f color hex is 0.00, 0.13, 0.57, 0.42. Web safe color of #93803f is #999933. Color #93803f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 00111111
Octal 223 200 77
Decimal 147 128 63
Hex 93 80 3F

RGB Percentages of Color #93803f

%43.49
%37.87
%18.64

CMYK Percentages of Color #93803f

%0
%13
%57
%42

Triadic Colors of #93803f

#93803f #3f9380 #803f93

Analogous Colors of #93803f

#93803f #7c933f #93563f

Monochromatic Colors of #93803f

#93803f

Complementary Color

#93803f #3f5293

#93803f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93803f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93803f Color CSS Codes

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

#93803f Text Font Color

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

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


#93803f Background Color

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

This div background color is #93803f


#93803f Border Color

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

This div border color is #93803f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,128,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93803f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93803f;
  -webkit-box-shadow: 1px 1px 3px 2px #93803f;
  box-shadow:         1px 1px 3px 2px #93803f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93803f


Comments

No comments written yet.

Please login to write comment.