Color Hex Logo

#96813a Color Hex

#96813A
(150,129,58)
0 Favorites   0 Comments

Color spaces of #96813a

RGB 15012958
HSL0.130.440.41
HSV46°61°59°
CMYK 0.000.140.61   0.41
XYZ21.191722.49007.2271
Yxy22.49000.41630.4418
Hunter Lab47.4236-3.226924.1611
CIE-Lab54.5431-0.876740.6485

#96813a color RGB value is (150,129,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 00111010
Octal 226 201 72
Decimal 150 129 58
Hex 96 81 3A

RGB Percentages of Color #96813a

%44.51
%38.28
%17.21

CMYK Percentages of Color #96813a

%0
%14
%61
%41

Triadic Colors of #96813a

#96813a #3a9681 #813a96

Analogous Colors of #96813a

#96813a #7d963a #96533a

Monochromatic Colors of #96813a

#96813a

Complementary Color

#96813a #3a4f96

#96813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96813a Color CSS Codes

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

#96813a Text Font Color

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

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


#96813a Background Color

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

This div background color is #96813a


#96813a Border Color

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

This div border color is #96813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96813a


Comments

No comments written yet.

Please login to write comment.