Color Hex Logo

#93832f Color Hex

#93832F
(147,131,47)
0 Favorites   0 Comments

Color spaces of #93832f

RGB 14713147
HSL0.140.520.38
HSV50°68°58°
CMYK 0.000.110.68   0.42
XYZ20.662022.64095.9704
Yxy22.64090.41930.4595
Hunter Lab47.5825-5.758225.8683
CIE-Lab54.7005-4.102745.9154

#93832f color RGB value is (147,131,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 00101111
Octal 223 203 57
Decimal 147 131 47
Hex 93 83 2F

RGB Percentages of Color #93832f

%45.23
%40.31
%14.46

CMYK Percentages of Color #93832f

%0
%11
%68
%42

Triadic Colors of #93832f

#93832f #2f9383 #832f93

Analogous Colors of #93832f

#93832f #71932f #93512f

Monochromatic Colors of #93832f

#93832f

Complementary Color

#93832f #2f3f93

#93832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93832f Color CSS Codes

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

#93832f Text Font Color

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

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


#93832f Background Color

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

This div background color is #93832f


#93832f Border Color

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

This div border color is #93832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93832f


Comments

No comments written yet.

Please login to write comment.