Color Hex Logo

#635054 Color Hex

#635054
(99,80,84)
0 Favorites   0 Comments

Color spaces of #635054

RGB 998084
HSL0.960.110.35
HSV347°19°39°
CMYK 0.000.190.15   0.61
XYZ9.61459.03019.6237
Yxy9.03010.34010.3194
Hunter Lab30.05014.52312.0472
CIE-Lab36.04228.64990.6389

#635054 color RGB value is (99,80,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 01010100
Octal 143 120 124
Decimal 99 80 84
Hex 63 50 54

RGB Percentages of Color #635054

%37.64
%30.42
%31.94

CMYK Percentages of Color #635054

%0
%19
%15
%61

Triadic Colors of #635054

#635054 #546350 #505463

Analogous Colors of #635054

#635054 #635650 #63505e

Monochromatic Colors of #635054

#635054

Complementary Color

#635054 #50635f

#635054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635054 Color CSS Codes

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

#635054 Text Font Color

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

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


#635054 Background Color

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

This div background color is #635054


#635054 Border Color

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

This div border color is #635054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635054


Comments

No comments written yet.

Please login to write comment.