Color Hex Logo

#60614e Color Hex

#60614E
(96,97,78)
0 Favorites   0 Comments

Color spaces of #60614e

RGB 969778
HSL0.180.110.34
HSV63°20°38°
CMYK 0.010.000.20   0.62
XYZ10.473711.58628.8921
Yxy11.58620.33840.3743
Hunter Lab34.0385-4.64278.3382
CIE-Lab40.5507-4.040810.7296

#60614e color RGB value is (96,97,78).

#60614e hex color red value is 96, green value is 97 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #60614e hue: 0.18 , saturation: 0.11 and the lightness value of 60614e is 0.34.

The process color (four color CMYK) of #60614e color hex is 0.01, 0.00, 0.20, 0.62. Web safe color of #60614e is #666666. Color #60614e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100001 01001110
Octal 140 141 116
Decimal 96 97 78
Hex 60 61 4E

RGB Percentages of Color #60614e

%35.42
%35.79
%28.78

CMYK Percentages of Color #60614e

%1
%0
%20
%62

Triadic Colors of #60614e

#60614e #4e6061 #614e60

Analogous Colors of #60614e

#60614e #57614e #61594e

Monochromatic Colors of #60614e

#60614e

Complementary Color

#60614e #4f4e61

#60614e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60614e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60614e Color CSS Codes

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

#60614e Text Font Color

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

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


#60614e Background Color

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

This div background color is #60614e


#60614e Border Color

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

This div border color is #60614e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60614e


Comments

No comments written yet.

Please login to write comment.