Color Hex Logo

#96231e Color Hex

#96231E
(150,35,30)
0 Favorites   0 Comments

Color spaces of #96231e

RGB 1503530
HSL0.010.670.35
HSV80°59°
CMYK 0.000.770.80   0.41
XYZ13.41317.77982.0230
Yxy7.77980.57780.3351
Hunter Lab27.892337.027215.2244
CIE-Lab33.520046.867332.4079

#96231e color RGB value is (150,35,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100011 00011110
Octal 226 43 36
Decimal 150 35 30
Hex 96 23 1E

RGB Percentages of Color #96231e

%69.77
%16.28
%13.95

CMYK Percentages of Color #96231e

%0
%77
%80
%41

Triadic Colors of #96231e

#96231e #1e9623 #231e96

Analogous Colors of #96231e

#96231e #965f1e #961e55

Monochromatic Colors of #96231e

#96231e

Complementary Color

#96231e #1e9196

#96231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96231e Color CSS Codes

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

#96231e Text Font Color

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

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


#96231e Background Color

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

This div background color is #96231e


#96231e Border Color

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

This div border color is #96231e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96231e


Comments

No comments written yet.

Please login to write comment.