Color Hex Logo

#616619 Color Hex

#616619
(97,102,25)
0 Favorites   0 Comments

Color spaces of #616619

RGB 9710225
HSL0.180.610.25
HSV64°75°40°
CMYK 0.050.000.75   0.60
XYZ9.856612.11432.7385
Yxy12.11430.39890.4903
Hunter Lab34.8056-10.360419.6990
CIE-Lab41.3972-12.492840.3630

#616619 color RGB value is (97,102,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100110 00011001
Octal 141 146 31
Decimal 97 102 25
Hex 61 66 19

RGB Percentages of Color #616619

%43.30
%45.54
%11.16

CMYK Percentages of Color #616619

%5
%0
%75
%60

Triadic Colors of #616619

#616619 #196166 #661961

Analogous Colors of #616619

#616619 #3b6619 #664519

Monochromatic Colors of #616619

#616619

Complementary Color

#616619 #1e1966

#616619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616619 Color CSS Codes

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

#616619 Text Font Color

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

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


#616619 Background Color

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

This div background color is #616619


#616619 Border Color

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

This div border color is #616619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616619


Comments

No comments written yet.

Please login to write comment.