Color Hex Logo

#61685e Color Hex

#61685E
(97,104,94)
0 Favorites   0 Comments

Color spaces of #61685e

RGB 9710494
HSL0.280.050.39
HSV102°10°41°
CMYK 0.070.000.10   0.59
XYZ11.900513.250212.5200
Yxy13.25020.31590.3517
Hunter Lab36.4008-5.34455.0879
CIE-Lab43.1378-4.76694.7069

#61685e color RGB value is (97,104,94).

#61685e hex color red value is 97, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #61685e hue: 0.28 , saturation: 0.05 and the lightness value of 61685e is 0.39.

The process color (four color CMYK) of #61685e color hex is 0.07, 0.00, 0.10, 0.59. Web safe color of #61685e is #666666. Color #61685e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 01011110
Octal 141 150 136
Decimal 97 104 94
Hex 61 68 5E

RGB Percentages of Color #61685e

%32.88
%35.25
%31.86

CMYK Percentages of Color #61685e

%7
%0
%10
%59

Triadic Colors of #61685e

#61685e #5e6168 #685e61

Analogous Colors of #61685e

#61685e #5e6860 #66685e

Monochromatic Colors of #61685e

#61685e

Complementary Color

#61685e #655e68

#61685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61685e Color CSS Codes

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

#61685e Text Font Color

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

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


#61685e Background Color

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

This div background color is #61685e


#61685e Border Color

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

This div border color is #61685e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,104,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61685e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61685e;
  -webkit-box-shadow: 1px 1px 3px 2px #61685e;
  box-shadow:         1px 1px 3px 2px #61685e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61685e


Comments

No comments written yet.

Please login to write comment.