Color Hex Logo

#634b42 Color Hex

#634B42
(99,75,66)
0 Favorites   0 Comments

Color spaces of #634b42

RGB 997566
HSL0.050.200.32
HSV16°33°39°
CMYK 0.000.240.33   0.61
XYZ8.64508.07826.2579
Yxy8.07820.37620.3515
Hunter Lab28.42224.55456.8412
CIE-Lab34.14528.71689.2747

#634b42 color RGB value is (99,75,66).

#634b42 hex color red value is 99, green value is 75 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #634b42 hue: 0.05 , saturation: 0.20 and the lightness value of 634b42 is 0.32.

The process color (four color CMYK) of #634b42 color hex is 0.00, 0.24, 0.33, 0.61. Web safe color of #634b42 is #663333. Color #634b42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001011 01000010
Octal 143 113 102
Decimal 99 75 66
Hex 63 4B 42

RGB Percentages of Color #634b42

%41.25
%31.25
%27.50

CMYK Percentages of Color #634b42

%0
%24
%33
%61

Triadic Colors of #634b42

#634b42 #42634b #4b4263

Analogous Colors of #634b42

#634b42 #635c42 #63424a

Monochromatic Colors of #634b42

#634b42

Complementary Color

#634b42 #425a63

#634b42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634b42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634b42 Color CSS Codes

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

#634b42 Text Font Color

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

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


#634b42 Background Color

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

This div background color is #634b42


#634b42 Border Color

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

This div border color is #634b42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,75,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634b42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634b42;
  -webkit-box-shadow: 1px 1px 3px 2px #634b42;
  box-shadow:         1px 1px 3px 2px #634b42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634b42


Comments

No comments written yet.

Please login to write comment.