Color Hex Logo

#968824 Color Hex

#968824
(150,136,36)
0 Favorites   0 Comments

Color spaces of #968824

RGB 15013636
HSL0.150.610.36
HSV53°76°59°
CMYK 0.000.090.76   0.41
XYZ21.700324.21975.2002
Yxy24.21970.42450.4738
Hunter Lab49.2135-7.415528.1845
CIE-Lab56.3071-6.073852.1042

#968824 color RGB value is (150,136,36).

#968824 hex color red value is 150, green value is 136 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #968824 hue: 0.15 , saturation: 0.61 and the lightness value of 968824 is 0.36.

The process color (four color CMYK) of #968824 color hex is 0.00, 0.09, 0.76, 0.41. Web safe color of #968824 is #999933. Color #968824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001000 00100100
Octal 226 210 44
Decimal 150 136 36
Hex 96 88 24

RGB Percentages of Color #968824

%46.58
%42.24
%11.18

CMYK Percentages of Color #968824

%0
%9
%76
%41

Triadic Colors of #968824

#968824 #249688 #882496

Analogous Colors of #968824

#968824 #6b9624 #964f24

Monochromatic Colors of #968824

#968824

Complementary Color

#968824 #243296

#968824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968824 Color CSS Codes

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

#968824 Text Font Color

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

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


#968824 Background Color

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

This div background color is #968824


#968824 Border Color

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

This div border color is #968824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968824


Comments

No comments written yet.

Please login to write comment.