Color Hex Logo

#963219 Color Hex

#963219
(150,50,25)
0 Favorites   0 Comments

Color spaces of #963219

RGB 1505025
HSL0.030.710.34
HSV12°83°59°
CMYK 0.000.670.83   0.41
XYZ13.89378.83541.8928
Yxy8.83540.56430.3588
Hunter Lab29.724431.416317.0316
CIE-Lab35.665440.692537.2686

#963219 color RGB value is (150,50,25).

#963219 hex color red value is 150, green value is 50 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #963219 hue: 0.03 , saturation: 0.71 and the lightness value of 963219 is 0.34.

The process color (four color CMYK) of #963219 color hex is 0.00, 0.67, 0.83, 0.41. Web safe color of #963219 is #993300. Color #963219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00110010 00011001
Octal 226 62 31
Decimal 150 50 25
Hex 96 32 19

RGB Percentages of Color #963219

%66.67
%22.22
%11.11

CMYK Percentages of Color #963219

%0
%67
%83
%41

Triadic Colors of #963219

#963219 #199632 #321996

Analogous Colors of #963219

#963219 #967119 #96193f

Monochromatic Colors of #963219

#963219

Complementary Color

#963219 #197d96

#963219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#963219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#963219 Color CSS Codes

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

#963219 Text Font Color

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

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


#963219 Background Color

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

This div background color is #963219


#963219 Border Color

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

This div border color is #963219


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,50,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #963219; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #963219;
  -webkit-box-shadow: 1px 1px 3px 2px #963219;
  box-shadow:         1px 1px 3px 2px #963219; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #963219


Comments

No comments written yet.

Please login to write comment.