Color Hex Logo

#968213 Color Hex

#968213
(150,130,19)
0 Favorites   0 Comments

Color spaces of #968213

RGB 15013019
HSL0.140.780.33
HSV51°87°59°
CMYK 0.000.130.87   0.41
XYZ20.677922.49633.8685
Yxy22.49630.43960.4782
Hunter Lab47.4303-5.183328.3654
CIE-Lab54.5497-3.375555.8881

#968213 color RGB value is (150,130,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 00010011
Octal 226 202 23
Decimal 150 130 19
Hex 96 82 13

RGB Percentages of Color #968213

%50.17
%43.48
%6.35

CMYK Percentages of Color #968213

%0
%13
%87
%41

Triadic Colors of #968213

#968213 #139682 #821396

Analogous Colors of #968213

#968213 #699613 #964113

Monochromatic Colors of #968213

#968213

Complementary Color

#968213 #132796

#968213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968213 Color CSS Codes

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

#968213 Text Font Color

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

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


#968213 Background Color

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

This div background color is #968213


#968213 Border Color

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

This div border color is #968213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968213


Comments

No comments written yet.

Please login to write comment.