Color Hex Logo

#616046 Color Hex

#616046
(97,96,70)
0 Favorites   0 Comments

Color spaces of #616046

RGB 979670
HSL0.160.160.33
HSV58°28°38°
CMYK 0.000.010.28   0.62
XYZ10.218111.34937.4464
Yxy11.34930.35220.3912
Hunter Lab33.6887-4.814610.4769
CIE-Lab40.1627-4.334115.0437

#616046 color RGB value is (97,96,70).

#616046 hex color red value is 97, green value is 96 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #616046 hue: 0.16 , saturation: 0.16 and the lightness value of 616046 is 0.33.

The process color (four color CMYK) of #616046 color hex is 0.00, 0.01, 0.28, 0.62. Web safe color of #616046 is #666633. Color #616046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100000 01000110
Octal 141 140 106
Decimal 97 96 70
Hex 61 60 46

RGB Percentages of Color #616046

%36.88
%36.50
%26.62

CMYK Percentages of Color #616046

%0
%1
%28
%62

Triadic Colors of #616046

#616046 #466160 #604661

Analogous Colors of #616046

#616046 #556146 #615346

Monochromatic Colors of #616046

#616046

Complementary Color

#616046 #464761

#616046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616046 Color CSS Codes

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

#616046 Text Font Color

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

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


#616046 Background Color

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

This div background color is #616046


#616046 Border Color

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

This div border color is #616046


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,96,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616046


Comments

No comments written yet.

Please login to write comment.