Color Hex Logo

#966948 Color Hex

#966948
(150,105,72)
0 Favorites   0 Comments

Color spaces of #966948

RGB 15010572
HSL0.070.350.44
HSV25°52°59°
CMYK 0.000.300.52   0.41
XYZ18.799017.05518.4320
Yxy17.05510.42450.3851
Hunter Lab41.29788.983016.8029
CIE-Lab48.329414.037125.6642

#966948 color RGB value is (150,105,72).

#966948 hex color red value is 150, green value is 105 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #966948 hue: 0.07 , saturation: 0.35 and the lightness value of 966948 is 0.44.

The process color (four color CMYK) of #966948 color hex is 0.00, 0.30, 0.52, 0.41. Web safe color of #966948 is #996633. Color #966948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101001 01001000
Octal 226 151 110
Decimal 150 105 72
Hex 96 69 48

RGB Percentages of Color #966948

%45.87
%32.11
%22.02

CMYK Percentages of Color #966948

%0
%30
%52
%41

Triadic Colors of #966948

#966948 #489669 #694896

Analogous Colors of #966948

#966948 #969048 #96484e

Monochromatic Colors of #966948

#966948

Complementary Color

#966948 #487596

#966948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966948 Color CSS Codes

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

#966948 Text Font Color

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

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


#966948 Background Color

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

This div background color is #966948


#966948 Border Color

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

This div border color is #966948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966948


Comments

No comments written yet.

Please login to write comment.