Color Hex Logo

#61655f Color Hex

#61655F
(97,101,95)
0 Favorites   0 Comments

Color spaces of #61655f

RGB 9710195
HSL0.280.030.38
HSV100°40°
CMYK 0.040.000.06   0.60
XYZ11.649012.675012.6590
Yxy12.67500.31500.3427
Hunter Lab35.6020-3.89813.8396
CIE-Lab42.2694-2.79832.8510

#61655f color RGB value is (97,101,95).

#61655f hex color red value is 97, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #61655f hue: 0.28 , saturation: 0.03 and the lightness value of 61655f is 0.38.

The process color (four color CMYK) of #61655f color hex is 0.04, 0.00, 0.06, 0.60. Web safe color of #61655f is #666666. Color #61655f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 01011111
Octal 141 145 137
Decimal 97 101 95
Hex 61 65 5F

RGB Percentages of Color #61655f

%33.11
%34.47
%32.42

CMYK Percentages of Color #61655f

%4
%0
%6
%60

Triadic Colors of #61655f

#61655f #5f6165 #655f61

Analogous Colors of #61655f

#61655f #5f6560 #64655f

Monochromatic Colors of #61655f

#61655f

Complementary Color

#61655f #635f65

#61655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61655f Color CSS Codes

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

#61655f Text Font Color

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

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


#61655f Background Color

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

This div background color is #61655f


#61655f Border Color

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

This div border color is #61655f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,101,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61655f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61655f;
  -webkit-box-shadow: 1px 1px 3px 2px #61655f;
  box-shadow:         1px 1px 3px 2px #61655f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61655f


Comments

No comments written yet.

Please login to write comment.