Color Hex Logo

#635152 Color Hex

#635152
(99,81,82)
0 Favorites   0 Comments

Color spaces of #635152

RGB 998182
HSL0.990.100.35
HSV357°18°39°
CMYK 0.000.180.17   0.61
XYZ9.61109.14679.2416
Yxy9.14670.34330.3267
Hunter Lab30.24353.79893.0530
CIE-Lab36.26527.66032.2185

#635152 color RGB value is (99,81,82).

#635152 hex color red value is 99, green value is 81 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #635152 hue: 0.99 , saturation: 0.10 and the lightness value of 635152 is 0.35.

The process color (four color CMYK) of #635152 color hex is 0.00, 0.18, 0.17, 0.61. Web safe color of #635152 is #666666. Color #635152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010001 01010010
Octal 143 121 122
Decimal 99 81 82
Hex 63 51 52

RGB Percentages of Color #635152

%37.79
%30.92
%31.30

CMYK Percentages of Color #635152

%0
%18
%17
%61

Triadic Colors of #635152

#635152 #526351 #515263

Analogous Colors of #635152

#635152 #635951 #63515b

Monochromatic Colors of #635152

#635152

Complementary Color

#635152 #516362

#635152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635152 Color CSS Codes

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

#635152 Text Font Color

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

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


#635152 Background Color

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

This div background color is #635152


#635152 Border Color

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

This div border color is #635152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635152


Comments

No comments written yet.

Please login to write comment.