Color Hex Logo

#60615f Color Hex

#60615F
(96,97,95)
0 Favorites   0 Comments

Color spaces of #60615f

RGB 969795
HSL0.250.010.38
HSV90°38°
CMYK 0.010.000.02   0.62
XYZ11.164111.862412.5277
Yxy11.86240.31400.3336
Hunter Lab34.4418-2.41362.5434
CIE-Lab40.9966-0.80710.9952

#60615f color RGB value is (96,97,95).

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

The process color (four color CMYK) of #60615f color hex is 0.01, 0.00, 0.02, 0.62. Web safe color of #60615f is #666666. Color #60615f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100001 01011111
Octal 140 141 137
Decimal 96 97 95
Hex 60 61 5F

RGB Percentages of Color #60615f

%33.33
%33.68
%32.99

CMYK Percentages of Color #60615f

%1
%0
%2
%62

Triadic Colors of #60615f

#60615f #5f6061 #615f60

Analogous Colors of #60615f

#60615f #5f615f #61615f

Monochromatic Colors of #60615f

#60615f

Complementary Color

#60615f #605f61

#60615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60615f Color CSS Codes

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

#60615f Text Font Color

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

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


#60615f Background Color

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

This div background color is #60615f


#60615f Border Color

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

This div border color is #60615f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,97,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 #60615f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60615f


Comments

No comments written yet.

Please login to write comment.