Color Hex Logo

#616b32 Color Hex

#616B32
(97,107,50)
0 Favorites   0 Comments

Color spaces of #616b32

RGB 9710750
HSL0.200.360.31
HSV71°53°42°
CMYK 0.090.000.53   0.58
XYZ10.763213.28715.0150
Yxy13.28710.37030.4571
Hunter Lab36.4515-11.083517.3589
CIE-Lab43.1927-13.239930.3650

#616b32 color RGB value is (97,107,50).

#616b32 hex color red value is 97, green value is 107 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #616b32 hue: 0.20 , saturation: 0.36 and the lightness value of 616b32 is 0.31.

The process color (four color CMYK) of #616b32 color hex is 0.09, 0.00, 0.53, 0.58. Web safe color of #616b32 is #666633. Color #616b32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101011 00110010
Octal 141 153 62
Decimal 97 107 50
Hex 61 6B 32

RGB Percentages of Color #616b32

%38.19
%42.13
%19.69

CMYK Percentages of Color #616b32

%9
%0
%53
%58

Triadic Colors of #616b32

#616b32 #32616b #6b3261

Analogous Colors of #616b32

#616b32 #456b32 #6b5932

Monochromatic Colors of #616b32

#616b32

Complementary Color

#616b32 #3c326b

#616b32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616b32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616b32 Color CSS Codes

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

#616b32 Text Font Color

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

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


#616b32 Background Color

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

This div background color is #616b32


#616b32 Border Color

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

This div border color is #616b32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616b32


Comments

No comments written yet.

Please login to write comment.