Color Hex Logo

#96873a Color Hex

#96873A
(150,135,58)
0 Favorites   0 Comments

Color spaces of #96873a

RGB 15013558
HSL0.140.440.41
HSV50°61°59°
CMYK 0.000.100.61   0.41
XYZ22.005424.11757.4983
Yxy24.11750.41040.4498
Hunter Lab49.1096-5.958125.3240
CIE-Lab56.2052-4.209342.5138

#96873a color RGB value is (150,135,58).

#96873a hex color red value is 150, green value is 135 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #96873a hue: 0.14 , saturation: 0.44 and the lightness value of 96873a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000111 00111010
Octal 226 207 72
Decimal 150 135 58
Hex 96 87 3A

RGB Percentages of Color #96873a

%43.73
%39.36
%16.91

CMYK Percentages of Color #96873a

%0
%10
%61
%41

Triadic Colors of #96873a

#96873a #3a9687 #873a96

Analogous Colors of #96873a

#96873a #77963a #96593a

Monochromatic Colors of #96873a

#96873a

Complementary Color

#96873a #3a4996

#96873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96873a Color CSS Codes

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

#96873a Text Font Color

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

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


#96873a Background Color

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

This div background color is #96873a


#96873a Border Color

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

This div border color is #96873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96873a


Comments

No comments written yet.

Please login to write comment.