Color Hex Logo

#96843f Color Hex

#96843F
(150,132,63)
0 Favorites   0 Comments

Color spaces of #96843f

RGB 15013263
HSL0.130.410.42
HSV48°58°59°
CMYK 0.000.120.58   0.41
XYZ21.726123.34548.0637
Yxy23.34540.40890.4394
Hunter Lab48.3171-4.291223.9270
CIE-Lab55.4263-2.156439.1601

#96843f color RGB value is (150,132,63).

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

The process color (four color CMYK) of #96843f color hex is 0.00, 0.12, 0.58, 0.41. Web safe color of #96843f is #999933. Color #96843f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 00111111
Octal 226 204 77
Decimal 150 132 63
Hex 96 84 3F

RGB Percentages of Color #96843f

%43.48
%38.26
%18.26

CMYK Percentages of Color #96843f

%0
%12
%58
%41

Triadic Colors of #96843f

#96843f #3f9684 #843f96

Analogous Colors of #96843f

#96843f #7d963f #96593f

Monochromatic Colors of #96843f

#96843f

Complementary Color

#96843f #3f5196

#96843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96843f Color CSS Codes

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

#96843f Text Font Color

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

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


#96843f Background Color

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

This div background color is #96843f


#96843f Border Color

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

This div border color is #96843f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,132,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 #96843f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96843f


Comments

No comments written yet.

Please login to write comment.