Color Hex Logo

#968240 Color Hex

#968240
(150,130,64)
0 Favorites   0 Comments

Color spaces of #968240

RGB 15013064
HSL0.130.400.42
HSV46°57°59°
CMYK 0.000.130.57   0.41
XYZ21.485722.81958.1227
Yxy22.81950.40980.4353
Hunter Lab47.7698-3.312023.3572
CIE-Lab54.8859-0.958838.0240

#968240 color RGB value is (150,130,64).

#968240 hex color red value is 150, green value is 130 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #968240 hue: 0.13 , saturation: 0.40 and the lightness value of 968240 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 01000000
Octal 226 202 100
Decimal 150 130 64
Hex 96 82 40

RGB Percentages of Color #968240

%43.60
%37.79
%18.60

CMYK Percentages of Color #968240

%0
%13
%57
%41

Triadic Colors of #968240

#968240 #409682 #824096

Analogous Colors of #968240

#968240 #7f9640 #965740

Monochromatic Colors of #968240

#968240

Complementary Color

#968240 #405496

#968240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968240 Color CSS Codes

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

#968240 Text Font Color

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

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


#968240 Background Color

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

This div background color is #968240


#968240 Border Color

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

This div border color is #968240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968240


Comments

No comments written yet.

Please login to write comment.