Color Hex Logo

#968259 Color Hex

#968259
(150,130,89)
0 Favorites   0 Comments

Color spaces of #968259

RGB 15013089
HSL0.110.260.47
HSV40°41°59°
CMYK 0.000.130.41   0.41
XYZ22.363523.170612.7449
Yxy23.17060.38370.3976
Hunter Lab48.1358-1.308217.9969
CIE-Lab55.24761.574825.0070

#968259 color RGB value is (150,130,89).

#968259 hex color red value is 150, green value is 130 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #968259 hue: 0.11 , saturation: 0.26 and the lightness value of 968259 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01011001
Octal 226 202 131
Decimal 150 130 89
Hex 96 82 59

RGB Percentages of Color #968259

%40.65
%35.23
%24.12

CMYK Percentages of Color #968259

%0
%13
%41
%41

Triadic Colors of #968259

#968259 #599682 #825996

Analogous Colors of #968259

#968259 #8c9659 #966459

Monochromatic Colors of #968259

#968259

Complementary Color

#968259 #596d96

#968259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968259 Color CSS Codes

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

#968259 Text Font Color

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

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


#968259 Background Color

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

This div background color is #968259


#968259 Border Color

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

This div border color is #968259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968259


Comments

No comments written yet.

Please login to write comment.