Color Hex Logo

#962821 Color Hex

#962821
(150,40,33)
0 Favorites   0 Comments

Color spaces of #962821

RGB 1504033
HSL0.010.640.36
HSV78°59°
CMYK 0.000.730.78   0.41
XYZ13.61108.11142.2871
Yxy8.11140.56690.3378
Hunter Lab28.480535.465215.1751
CIE-Lab34.213845.150831.3926

#962821 color RGB value is (150,40,33).

#962821 hex color red value is 150, green value is 40 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #962821 hue: 0.01 , saturation: 0.64 and the lightness value of 962821 is 0.36.

The process color (four color CMYK) of #962821 color hex is 0.00, 0.73, 0.78, 0.41. Web safe color of #962821 is #993333. Color #962821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 00100001
Octal 226 50 41
Decimal 150 40 33
Hex 96 28 21

RGB Percentages of Color #962821

%67.26
%17.94
%14.80

CMYK Percentages of Color #962821

%0
%73
%78
%41

Triadic Colors of #962821

#962821 #219628 #282196

Analogous Colors of #962821

#962821 #966221 #962155

Monochromatic Colors of #962821

#962821

Complementary Color

#962821 #218f96

#962821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962821 Color CSS Codes

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

#962821 Text Font Color

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

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


#962821 Background Color

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

This div background color is #962821


#962821 Border Color

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

This div border color is #962821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962821


Comments

No comments written yet.

Please login to write comment.