Color Hex Logo

#634053 Color Hex

#634053
(99,64,83)
0 Favorites   0 Comments

Color spaces of #634053

RGB 996483
HSL0.910.210.32
HSV327°35°39°
CMYK 0.000.350.16   0.61
XYZ8.54036.94409.0738
Yxy6.94400.34780.2828
Hunter Lab26.351511.7353-1.9697
CIE-Lab31.679118.4353-5.1534

#634053 color RGB value is (99,64,83).

#634053 hex color red value is 99, green value is 64 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #634053 hue: 0.91 , saturation: 0.21 and the lightness value of 634053 is 0.32.

The process color (four color CMYK) of #634053 color hex is 0.00, 0.35, 0.16, 0.61. Web safe color of #634053 is #663366. Color #634053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000000 01010011
Octal 143 100 123
Decimal 99 64 83
Hex 63 40 53

RGB Percentages of Color #634053

%40.24
%26.02
%33.74

CMYK Percentages of Color #634053

%0
%35
%16
%61

Triadic Colors of #634053

#634053 #536340 #405363

Analogous Colors of #634053

#634053 #634042 #624063

Monochromatic Colors of #634053

#634053

Complementary Color

#634053 #406350

#634053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634053 Color CSS Codes

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

#634053 Text Font Color

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

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


#634053 Background Color

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

This div background color is #634053


#634053 Border Color

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

This div border color is #634053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634053


Comments

No comments written yet.

Please login to write comment.