Color Hex Logo

#96341b Color Hex

#96341B
(150,52,27)
0 Favorites   0 Comments

Color spaces of #96341b

RGB 1505227
HSL0.030.690.35
HSV12°82°59°
CMYK 0.000.650.82   0.41
XYZ14.00359.01912.0397
Yxy9.01910.55870.3599
Hunter Lab30.031830.676916.9954
CIE-Lab36.021039.851736.5746

#96341b color RGB value is (150,52,27).

#96341b hex color red value is 150, green value is 52 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #96341b hue: 0.03 , saturation: 0.69 and the lightness value of 96341b is 0.35.

The process color (four color CMYK) of #96341b color hex is 0.00, 0.65, 0.82, 0.41. Web safe color of #96341b is #993333. Color #96341b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110100 00011011
Octal 226 64 33
Decimal 150 52 27
Hex 96 34 1B

RGB Percentages of Color #96341b

%65.50
%22.71
%11.79

CMYK Percentages of Color #96341b

%0
%65
%82
%41

Triadic Colors of #96341b

#96341b #1b9634 #341b96

Analogous Colors of #96341b

#96341b #96721b #961b3f

Monochromatic Colors of #96341b

#96341b

Complementary Color

#96341b #1b7d96

#96341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96341b Color CSS Codes

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

#96341b Text Font Color

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

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


#96341b Background Color

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

This div background color is #96341b


#96341b Border Color

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

This div border color is #96341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96341b


Comments

No comments written yet.

Please login to write comment.