Color Hex Logo

#616320 Color Hex

#616320
(97,99,32)
0 Favorites   0 Comments

Color spaces of #616320

RGB 979932
HSL0.170.510.26
HSV62°68°39°
CMYK 0.020.000.68   0.61
XYZ9.652311.56943.0909
Yxy11.56940.39700.4759
Hunter Lab34.0138-8.870218.4219
CIE-Lab40.5234-10.360736.4436

#616320 color RGB value is (97,99,32).

#616320 hex color red value is 97, green value is 99 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #616320 hue: 0.17 , saturation: 0.51 and the lightness value of 616320 is 0.26.

The process color (four color CMYK) of #616320 color hex is 0.02, 0.00, 0.68, 0.61. Web safe color of #616320 is #666633. Color #616320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100011 00100000
Octal 141 143 40
Decimal 97 99 32
Hex 61 63 20

RGB Percentages of Color #616320

%42.54
%43.42
%14.04

CMYK Percentages of Color #616320

%2
%0
%68
%61

Triadic Colors of #616320

#616320 #206163 #632061

Analogous Colors of #616320

#616320 #406320 #634420

Monochromatic Colors of #616320

#616320

Complementary Color

#616320 #222063

#616320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616320 Color CSS Codes

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

#616320 Text Font Color

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

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


#616320 Background Color

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

This div background color is #616320


#616320 Border Color

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

This div border color is #616320


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,99,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 #616320">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616320


Comments

No comments written yet.

Please login to write comment.