Color Hex Logo

#966028 Color Hex

#966028
(150,96,40)
0 Favorites   0 Comments

Color spaces of #966028

RGB 1509640
HSL0.080.580.37
HSV31°73°59°
CMYK 0.000.360.73   0.41
XYZ17.143615.00303.9998
Yxy15.00300.47430.4151
Hunter Lab38.733711.220420.9911
CIE-Lab45.638316.821639.7881

#966028 color RGB value is (150,96,40).

#966028 hex color red value is 150, green value is 96 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #966028 hue: 0.08 , saturation: 0.58 and the lightness value of 966028 is 0.37.

The process color (four color CMYK) of #966028 color hex is 0.00, 0.36, 0.73, 0.41. Web safe color of #966028 is #996633. Color #966028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100000 00101000
Octal 226 140 50
Decimal 150 96 40
Hex 96 60 28

RGB Percentages of Color #966028

%52.45
%33.57
%13.99

CMYK Percentages of Color #966028

%0
%36
%73
%41

Triadic Colors of #966028

#966028 #289660 #602896

Analogous Colors of #966028

#966028 #959628 #962928

Monochromatic Colors of #966028

#966028

Complementary Color

#966028 #285e96

#966028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966028 Color CSS Codes

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

#966028 Text Font Color

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

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


#966028 Background Color

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

This div background color is #966028


#966028 Border Color

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

This div border color is #966028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966028


Comments

No comments written yet.

Please login to write comment.