Color Hex Logo

#63755c Color Hex

#63755C
(99,117,92)
0 Favorites   0 Comments

Color spaces of #63755c

RGB 9911792
HSL0.290.120.41
HSV103°21°46°
CMYK 0.150.000.21   0.54
XYZ13.438616.147912.5338
Yxy16.14790.31910.3834
Hunter Lab40.1844-10.62839.6362
CIE-Lab47.1679-11.795111.6196

#63755c color RGB value is (99,117,92).

#63755c hex color red value is 99, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #63755c hue: 0.29 , saturation: 0.12 and the lightness value of 63755c is 0.41.

The process color (four color CMYK) of #63755c color hex is 0.15, 0.00, 0.21, 0.54. Web safe color of #63755c is #666666. Color #63755c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110101 01011100
Octal 143 165 134
Decimal 99 117 92
Hex 63 75 5C

RGB Percentages of Color #63755c

%32.14
%37.99
%29.87

CMYK Percentages of Color #63755c

%15
%0
%21
%54

Triadic Colors of #63755c

#63755c #5c6375 #755c63

Analogous Colors of #63755c

#63755c #5c7562 #70755c

Monochromatic Colors of #63755c

#63755c

Complementary Color

#63755c #6e5c75

#63755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63755c Color CSS Codes

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

#63755c Text Font Color

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

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


#63755c Background Color

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

This div background color is #63755c


#63755c Border Color

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

This div border color is #63755c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,117,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63755c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63755c;
  -webkit-box-shadow: 1px 1px 3px 2px #63755c;
  box-shadow:         1px 1px 3px 2px #63755c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63755c


Comments

No comments written yet.

Please login to write comment.