Color Hex Logo

#968220 Color Hex

#968220
(150,130,32)
0 Favorites   0 Comments

Color spaces of #968220

RGB 15013032
HSL0.140.650.36
HSV50°79°59°
CMYK 0.000.130.79   0.41
XYZ20.821022.55364.6224
Yxy22.55360.43380.4699
Hunter Lab47.4906-4.850027.4726
CIE-Lab54.6095-2.941351.9710

#968220 color RGB value is (150,130,32).

#968220 hex color red value is 150, green value is 130 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #968220 hue: 0.14 , saturation: 0.65 and the lightness value of 968220 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 00100000
Octal 226 202 40
Decimal 150 130 32
Hex 96 82 20

RGB Percentages of Color #968220

%48.08
%41.67
%10.26

CMYK Percentages of Color #968220

%0
%13
%79
%41

Triadic Colors of #968220

#968220 #209682 #822096

Analogous Colors of #968220

#968220 #6f9620 #964720

Monochromatic Colors of #968220

#968220

Complementary Color

#968220 #203496

#968220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968220 Color CSS Codes

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

#968220 Text Font Color

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

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


#968220 Background Color

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

This div background color is #968220


#968220 Border Color

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

This div border color is #968220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968220


Comments

No comments written yet.

Please login to write comment.