Color Hex Logo

#96273e Color Hex

#96273E
(150,39,62)
0 Favorites   0 Comments

Color spaces of #96273e

RGB 1503962
HSL0.970.590.37
HSV348°74°59°
CMYK 0.000.740.59   0.41
XYZ14.17278.28295.4092
Yxy8.28290.50860.2973
Hunter Lab28.780037.53719.0025
CIE-Lab34.565247.186013.6588

#96273e color RGB value is (150,39,62).

#96273e hex color red value is 150, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #96273e hue: 0.97 , saturation: 0.59 and the lightness value of 96273e is 0.37.

The process color (four color CMYK) of #96273e color hex is 0.00, 0.74, 0.59, 0.41. Web safe color of #96273e is #993333. Color #96273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100111 00111110
Octal 226 47 76
Decimal 150 39 62
Hex 96 27 3E

RGB Percentages of Color #96273e

%59.76
%15.54
%24.70

CMYK Percentages of Color #96273e

%0
%74
%59
%41

Triadic Colors of #96273e

#96273e #3e9627 #273e96

Analogous Colors of #96273e

#96273e #964827 #962776

Monochromatic Colors of #96273e

#96273e

Complementary Color

#96273e #27967f

#96273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96273e Color CSS Codes

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

#96273e Text Font Color

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

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


#96273e Background Color

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

This div background color is #96273e


#96273e Border Color

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

This div border color is #96273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96273e


Comments

No comments written yet.

Please login to write comment.