Color Hex Logo

#93843a Color Hex

#93843A
(147,132,58)
0 Favorites   0 Comments

Color spaces of #93843a

RGB 14713258
HSL0.140.430.40
HSV50°61°58°
CMYK 0.000.100.61   0.42
XYZ21.047623.01117.3352
Yxy23.01110.40950.4477
Hunter Lab47.9699-5.627424.5127
CIE-Lab55.0838-3.896041.1789

#93843a color RGB value is (147,132,58).

#93843a hex color red value is 147, green value is 132 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #93843a hue: 0.14 , saturation: 0.43 and the lightness value of 93843a is 0.40.

The process color (four color CMYK) of #93843a color hex is 0.00, 0.10, 0.61, 0.42. Web safe color of #93843a is #999933. Color #93843a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000100 00111010
Octal 223 204 72
Decimal 147 132 58
Hex 93 84 3A

RGB Percentages of Color #93843a

%43.62
%39.17
%17.21

CMYK Percentages of Color #93843a

%0
%10
%61
%42

Triadic Colors of #93843a

#93843a #3a9384 #843a93

Analogous Colors of #93843a

#93843a #76933a #93583a

Monochromatic Colors of #93843a

#93843a

Complementary Color

#93843a #3a4993

#93843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93843a Color CSS Codes

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

#93843a Text Font Color

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

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


#93843a Background Color

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

This div background color is #93843a


#93843a Border Color

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

This div border color is #93843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93843a


Comments

No comments written yet.

Please login to write comment.