Color Hex Logo

#616519 Color Hex

#616519
(97,101,25)
0 Favorites   0 Comments

Color spaces of #616519

RGB 9710125
HSL0.180.600.25
HSV63°75°40°
CMYK 0.040.000.75   0.60
XYZ9.758911.91892.7059
Yxy11.91890.40020.4888
Hunter Lab34.5238-9.959619.5196
CIE-Lab41.0869-11.934140.0615

#616519 color RGB value is (97,101,25).

#616519 hex color red value is 97, green value is 101 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #616519 hue: 0.18 , saturation: 0.60 and the lightness value of 616519 is 0.25.

The process color (four color CMYK) of #616519 color hex is 0.04, 0.00, 0.75, 0.60. Web safe color of #616519 is #666600. Color #616519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 00011001
Octal 141 145 31
Decimal 97 101 25
Hex 61 65 19

RGB Percentages of Color #616519

%43.50
%45.29
%11.21

CMYK Percentages of Color #616519

%4
%0
%75
%60

Triadic Colors of #616519

#616519 #196165 #651961

Analogous Colors of #616519

#616519 #3b6519 #654319

Monochromatic Colors of #616519

#616519

Complementary Color

#616519 #1d1965

#616519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616519 Color CSS Codes

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

#616519 Text Font Color

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

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


#616519 Background Color

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

This div background color is #616519


#616519 Border Color

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

This div border color is #616519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616519


Comments

No comments written yet.

Please login to write comment.