Color Hex Logo

#606357 Color Hex

#606357
(96,99,87)
0 Favorites   0 Comments

Color spaces of #606357

RGB 969987
HSL0.210.060.36
HSV75°12°39°
CMYK 0.030.000.12   0.61
XYZ11.006012.098610.7720
Yxy12.09860.32490.3571
Hunter Lab34.7830-4.38965.9865
CIE-Lab41.3724-3.58846.4179

#606357 color RGB value is (96,99,87).

#606357 hex color red value is 96, green value is 99 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #606357 hue: 0.21 , saturation: 0.06 and the lightness value of 606357 is 0.36.

The process color (four color CMYK) of #606357 color hex is 0.03, 0.00, 0.12, 0.61. Web safe color of #606357 is #666666. Color #606357 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100011 01010111
Octal 140 143 127
Decimal 96 99 87
Hex 60 63 57

RGB Percentages of Color #606357

%34.04
%35.11
%30.85

CMYK Percentages of Color #606357

%3
%0
%12
%61

Triadic Colors of #606357

#606357 #576063 #635760

Analogous Colors of #606357

#606357 #5a6357 #636057

Monochromatic Colors of #606357

#606357

Complementary Color

#606357 #5a5763

#606357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606357 Color CSS Codes

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

#606357 Text Font Color

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

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


#606357 Background Color

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

This div background color is #606357


#606357 Border Color

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

This div border color is #606357


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,99,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #606357; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #606357;
  -webkit-box-shadow: 1px 1px 3px 2px #606357;
  box-shadow:         1px 1px 3px 2px #606357; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606357


Comments

No comments written yet.

Please login to write comment.