Color Hex Logo

#93832d Color Hex

#93832D
(147,131,45)
0 Favorites   0 Comments

Color spaces of #93832d

RGB 14713145
HSL0.140.530.38
HSV51°69°58°
CMYK 0.000.110.69   0.42
XYZ20.622622.62515.7628
Yxy22.62510.42080.4616
Hunter Lab47.5658-5.850026.1129
CIE-Lab54.6841-4.223046.7781

#93832d color RGB value is (147,131,45).

#93832d hex color red value is 147, green value is 131 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #93832d hue: 0.14 , saturation: 0.53 and the lightness value of 93832d is 0.38.

The process color (four color CMYK) of #93832d color hex is 0.00, 0.11, 0.69, 0.42. Web safe color of #93832d is #999933. Color #93832d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 00101101
Octal 223 203 55
Decimal 147 131 45
Hex 93 83 2D

RGB Percentages of Color #93832d

%45.51
%40.56
%13.93

CMYK Percentages of Color #93832d

%0
%11
%69
%42

Triadic Colors of #93832d

#93832d #2d9383 #832d93

Analogous Colors of #93832d

#93832d #70932d #93502d

Monochromatic Colors of #93832d

#93832d

Complementary Color

#93832d #2d3d93

#93832d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93832d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93832d Color CSS Codes

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

#93832d Text Font Color

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

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


#93832d Background Color

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

This div background color is #93832d


#93832d Border Color

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

This div border color is #93832d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93832d


Comments

No comments written yet.

Please login to write comment.