Color Hex Logo

#616308 Color Hex

#616308
(97,99,8)
0 Favorites   0 Comments

Color spaces of #616308

RGB 97998
HSL0.170.850.21
HSV61°92°39°
CMYK 0.020.000.92   0.61
XYZ9.435411.48261.9488
Yxy11.48260.41260.5022
Hunter Lab33.8860-9.598020.3104
CIE-Lab40.3817-11.510544.8941

#616308 color RGB value is (97,99,8).

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

The process color (four color CMYK) of #616308 color hex is 0.02, 0.00, 0.92, 0.61. Web safe color of #616308 is #666600. Color #616308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100011 00001000
Octal 141 143 10
Decimal 97 99 8
Hex 61 63 8

RGB Percentages of Color #616308

%47.55
%48.53
%3.92

CMYK Percentages of Color #616308

%2
%0
%92
%61

Triadic Colors of #616308

#616308 #086163 #630861

Analogous Colors of #616308

#616308 #346308 #633708

Monochromatic Colors of #616308

#616308

Complementary Color

#616308 #0a0863

#616308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616308 Color CSS Codes

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

#616308 Text Font Color

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

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


#616308 Background Color

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

This div background color is #616308


#616308 Border Color

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

This div border color is #616308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616308


Comments

No comments written yet.

Please login to write comment.