Color Hex Logo

#968344 Color Hex

#968344
(150,131,68)
0 Favorites   0 Comments

Color spaces of #968344

RGB 15013168
HSL0.130.380.43
HSV46°55°59°
CMYK 0.000.130.55   0.41
XYZ21.737423.13408.7885
Yxy23.13400.40510.4311
Hunter Lab48.0978-3.499622.8349
CIE-Lab55.2101-1.171336.3426

#968344 color RGB value is (150,131,68).

#968344 hex color red value is 150, green value is 131 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #968344 hue: 0.13 , saturation: 0.38 and the lightness value of 968344 is 0.43.

The process color (four color CMYK) of #968344 color hex is 0.00, 0.13, 0.55, 0.41. Web safe color of #968344 is #999933. Color #968344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01000100
Octal 226 203 104
Decimal 150 131 68
Hex 96 83 44

RGB Percentages of Color #968344

%42.98
%37.54
%19.48

CMYK Percentages of Color #968344

%0
%13
%55
%41

Triadic Colors of #968344

#968344 #449683 #834496

Analogous Colors of #968344

#968344 #809644 #965a44

Monochromatic Colors of #968344

#968344

Complementary Color

#968344 #445796

#968344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968344 Color CSS Codes

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

#968344 Text Font Color

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

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


#968344 Background Color

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

This div background color is #968344


#968344 Border Color

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

This div border color is #968344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968344


Comments

No comments written yet.

Please login to write comment.