Color Hex Logo

#96815d Color Hex

#96815D
(150,129,93)
0 Favorites   0 Comments

Color spaces of #96815d

RGB 15012993
HSL0.110.230.48
HSV38°38°59°
CMYK 0.000.140.38   0.41
XYZ22.403722.974913.6097
Yxy22.97490.37980.3895
Hunter Lab47.9321-0.449516.7179
CIE-Lab55.04652.626722.4956

#96815d color RGB value is (150,129,93).

#96815d hex color red value is 150, green value is 129 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #96815d hue: 0.11 , saturation: 0.23 and the lightness value of 96815d is 0.48.

The process color (four color CMYK) of #96815d color hex is 0.00, 0.14, 0.38, 0.41. Web safe color of #96815d is #999966. Color #96815d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 01011101
Octal 226 201 135
Decimal 150 129 93
Hex 96 81 5D

RGB Percentages of Color #96815d

%40.32
%34.68
%25.00

CMYK Percentages of Color #96815d

%0
%14
%38
%41

Triadic Colors of #96815d

#96815d #5d9681 #815d96

Analogous Colors of #96815d

#96815d #8f965d #96655d

Monochromatic Colors of #96815d

#96815d

Complementary Color

#96815d #5d7296

#96815d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96815d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96815d Color CSS Codes

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

#96815d Text Font Color

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

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


#96815d Background Color

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

This div background color is #96815d


#96815d Border Color

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

This div border color is #96815d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,129,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96815d


Comments

No comments written yet.

Please login to write comment.