Color Hex Logo

#968347 Color Hex

#968347
(150,131,71)
0 Favorites   0 Comments

Color spaces of #968347

RGB 15013171
HSL0.130.360.43
HSV46°53°59°
CMYK 0.000.130.53   0.41
XYZ21.831323.17169.2832
Yxy23.17160.40220.4268
Hunter Lab48.1369-3.285322.2617
CIE-Lab55.2487-0.897934.8169

#968347 color RGB value is (150,131,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 01000111
Octal 226 203 107
Decimal 150 131 71
Hex 96 83 47

RGB Percentages of Color #968347

%42.61
%37.22
%20.17

CMYK Percentages of Color #968347

%0
%13
%53
%41

Triadic Colors of #968347

#968347 #479683 #834796

Analogous Colors of #968347

#968347 #829647 #965c47

Monochromatic Colors of #968347

#968347

Complementary Color

#968347 #475a96

#968347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968347 Color CSS Codes

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

#968347 Text Font Color

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

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


#968347 Background Color

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

This div background color is #968347


#968347 Border Color

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

This div border color is #968347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968347


Comments

No comments written yet.

Please login to write comment.