Color Hex Logo

#96351e Color Hex

#96351E
(150,53,30)
0 Favorites   0 Comments

Color spaces of #96351e

RGB 1505330
HSL0.030.670.35
HSV12°80°59°
CMYK 0.000.650.80   0.41
XYZ14.08519.12402.2470
Yxy9.12400.55330.3584
Hunter Lab30.206030.374516.7336
CIE-Lab36.221939.497735.1793

#96351e color RGB value is (150,53,30).

#96351e hex color red value is 150, green value is 53 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #96351e hue: 0.03 , saturation: 0.67 and the lightness value of 96351e is 0.35.

The process color (four color CMYK) of #96351e color hex is 0.00, 0.65, 0.80, 0.41. Web safe color of #96351e is #993333. Color #96351e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110101 00011110
Octal 226 65 36
Decimal 150 53 30
Hex 96 35 1E

RGB Percentages of Color #96351e

%64.38
%22.75
%12.88

CMYK Percentages of Color #96351e

%0
%65
%80
%41

Triadic Colors of #96351e

#96351e #1e9635 #351e96

Analogous Colors of #96351e

#96351e #96711e #961e43

Monochromatic Colors of #96351e

#96351e

Complementary Color

#96351e #1e7f96

#96351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96351e Color CSS Codes

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

#96351e Text Font Color

<p style="color:#96351e">Text here</p>

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


#96351e Background Color

<div style="background-color:#96351e">
Div content here</div>

This div background color is #96351e


#96351e Border Color

<div style="border:3px solid #96351e">
Div here</div>

This div border color is #96351e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,53,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96351e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96351e;
  -webkit-box-shadow: 1px 1px 3px 2px #96351e;
  box-shadow:         1px 1px 3px 2px #96351e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96351e


Comments

No comments written yet.

Please login to write comment.