Color Hex Logo

#96360b Color Hex

#96360B
(150,54,11)
0 Favorites   0 Comments

Color spaces of #96360b

RGB 1505411
HSL0.050.860.32
HSV19°93°59°
CMYK 0.000.640.93   0.41
XYZ13.95729.14651.3464
Yxy9.14650.57080.3741
Hunter Lab30.243229.452018.5307
CIE-Lab36.264838.509543.8629

#96360b color RGB value is (150,54,11).

#96360b hex color red value is 150, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #96360b hue: 0.05 , saturation: 0.86 and the lightness value of 96360b is 0.32.

The process color (four color CMYK) of #96360b color hex is 0.00, 0.64, 0.93, 0.41. Web safe color of #96360b is #993300. Color #96360b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110110 00001011
Octal 226 66 13
Decimal 150 54 11
Hex 96 36 B

RGB Percentages of Color #96360b

%69.77
%25.12
%5.12

CMYK Percentages of Color #96360b

%0
%64
%93
%41

Triadic Colors of #96360b

#96360b #0b9636 #360b96

Analogous Colors of #96360b

#96360b #967c0b #960b25

Monochromatic Colors of #96360b

#96360b

Complementary Color

#96360b #0b6b96

#96360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96360b Color CSS Codes

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

#96360b Text Font Color

<p style="color:#96360b">Text here</p>

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


#96360b Background Color

<div style="background-color:#96360b">
Div content here</div>

This div background color is #96360b


#96360b Border Color

<div style="border:3px solid #96360b">
Div here</div>

This div border color is #96360b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,54,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96360b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96360b;
  -webkit-box-shadow: 1px 1px 3px 2px #96360b;
  box-shadow:         1px 1px 3px 2px #96360b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96360b


Comments

No comments written yet.

Please login to write comment.