Color Hex Logo

#635056 Color Hex

#635056
(99,80,86)
0 Favorites   0 Comments

Color spaces of #635056

RGB 998086
HSL0.950.110.35
HSV341°19°39°
CMYK 0.000.190.13   0.61
XYZ9.69409.061910.0423
Yxy9.06190.33660.3147
Hunter Lab30.10304.80171.2931
CIE-Lab36.10329.0273-0.5293

#635056 color RGB value is (99,80,86).

#635056 hex color red value is 99, green value is 80 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #635056 hue: 0.95 , saturation: 0.11 and the lightness value of 635056 is 0.35.

The process color (four color CMYK) of #635056 color hex is 0.00, 0.19, 0.13, 0.61. Web safe color of #635056 is #666666. Color #635056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 01010110
Octal 143 120 126
Decimal 99 80 86
Hex 63 50 56

RGB Percentages of Color #635056

%37.36
%30.19
%32.45

CMYK Percentages of Color #635056

%0
%19
%13
%61

Triadic Colors of #635056

#635056 #566350 #505663

Analogous Colors of #635056

#635056 #635450 #635060

Monochromatic Colors of #635056

#635056

Complementary Color

#635056 #50635d

#635056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635056 Color CSS Codes

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

#635056 Text Font Color

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

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


#635056 Background Color

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

This div background color is #635056


#635056 Border Color

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

This div border color is #635056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635056


Comments

No comments written yet.

Please login to write comment.