Color Hex Logo

#616f1e Color Hex

#616F1E
(97,111,30)
0 Favorites   0 Comments

Color spaces of #616f1e

RGB 9711130
HSL0.200.570.28
HSV70°73°44°
CMYK 0.130.000.73   0.56
XYZ10.848514.00403.3596
Yxy14.00400.38450.4964
Hunter Lab37.4219-13.741820.8725
CIE-Lab44.2387-17.111141.1302

#616f1e color RGB value is (97,111,30).

#616f1e hex color red value is 97, green value is 111 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #616f1e hue: 0.20 , saturation: 0.57 and the lightness value of 616f1e is 0.28.

The process color (four color CMYK) of #616f1e color hex is 0.13, 0.00, 0.73, 0.56. Web safe color of #616f1e is #666633. Color #616f1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101111 00011110
Octal 141 157 36
Decimal 97 111 30
Hex 61 6F 1E

RGB Percentages of Color #616f1e

%40.76
%46.64
%12.61

CMYK Percentages of Color #616f1e

%13
%0
%73
%56

Triadic Colors of #616f1e

#616f1e #1e616f #6f1e61

Analogous Colors of #616f1e

#616f1e #396f1e #6f541e

Monochromatic Colors of #616f1e

#616f1e

Complementary Color

#616f1e #2c1e6f

#616f1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616f1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#616f1e Color CSS Codes

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

#616f1e Text Font Color

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

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


#616f1e Background Color

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

This div background color is #616f1e


#616f1e Border Color

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

This div border color is #616f1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,111,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616f1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616f1e;
  -webkit-box-shadow: 1px 1px 3px 2px #616f1e;
  box-shadow:         1px 1px 3px 2px #616f1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616f1e


Comments

No comments written yet.

Please login to write comment.