Color Hex Logo

#962812 Color Hex

#962812
(150,40,18)
0 Favorites   0 Comments

Color spaces of #962812

RGB 1504018
HSL0.030.790.33
HSV10°88°59°
CMYK 0.000.730.88   0.41
XYZ13.44578.04531.4165
Yxy8.04530.58700.3512
Hunter Lab28.364234.978216.8940
CIE-Lab34.077044.677039.3017

#962812 color RGB value is (150,40,18).

#962812 hex color red value is 150, green value is 40 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #962812 hue: 0.03 , saturation: 0.79 and the lightness value of 962812 is 0.33.

The process color (four color CMYK) of #962812 color hex is 0.00, 0.73, 0.88, 0.41. Web safe color of #962812 is #993300. Color #962812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00101000 00010010
Octal 226 50 22
Decimal 150 40 18
Hex 96 28 12

RGB Percentages of Color #962812

%72.12
%19.23
%8.65

CMYK Percentages of Color #962812

%0
%73
%88
%41

Triadic Colors of #962812

#962812 #129628 #281296

Analogous Colors of #962812

#962812 #966a12 #96123e

Monochromatic Colors of #962812

#962812

Complementary Color

#962812 #128096

#962812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962812 Color CSS Codes

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

#962812 Text Font Color

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

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


#962812 Background Color

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

This div background color is #962812


#962812 Border Color

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

This div border color is #962812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962812


Comments

No comments written yet.

Please login to write comment.