Color Hex Logo

#635048 Color Hex

#635048
(99,80,72)
0 Favorites   0 Comments

Color spaces of #635048

RGB 998072
HSL0.050.160.34
HSV18°27°39°
CMYK 0.000.190.27   0.61
XYZ9.18398.85787.3566
Yxy8.85780.36160.3488
Hunter Lab29.76212.99756.1781
CIE-Lab35.70916.55467.6952

#635048 color RGB value is (99,80,72).

#635048 hex color red value is 99, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #635048 hue: 0.05 , saturation: 0.16 and the lightness value of 635048 is 0.34.

The process color (four color CMYK) of #635048 color hex is 0.00, 0.19, 0.27, 0.61. Web safe color of #635048 is #666633. Color #635048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 01001000
Octal 143 120 110
Decimal 99 80 72
Hex 63 50 48

RGB Percentages of Color #635048

%39.44
%31.87
%28.69

CMYK Percentages of Color #635048

%0
%19
%27
%61

Triadic Colors of #635048

#635048 #486350 #504863

Analogous Colors of #635048

#635048 #635e48 #63484e

Monochromatic Colors of #635048

#635048

Complementary Color

#635048 #485b63

#635048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635048 Color CSS Codes

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

#635048 Text Font Color

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

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


#635048 Background Color

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

This div background color is #635048


#635048 Border Color

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

This div border color is #635048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635048


Comments

No comments written yet.

Please login to write comment.