Color Hex Logo

#63756d Color Hex

#63756D
(99,117,109)
0 Favorites   0 Comments

Color spaces of #63756d

RGB 99117109
HSL0.430.080.42
HSV153°15°46°
CMYK 0.150.000.07   0.54
XYZ14.267216.479416.8969
Yxy16.47940.29950.3459
Hunter Lab40.5948-8.30653.7379
CIE-Lab47.5973-8.39852.1743

#63756d color RGB value is (99,117,109).

#63756d hex color red value is 99, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #63756d hue: 0.43 , saturation: 0.08 and the lightness value of 63756d is 0.42.

The process color (four color CMYK) of #63756d color hex is 0.15, 0.00, 0.07, 0.54. Web safe color of #63756d is #666666. Color #63756d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110101 01101101
Octal 143 165 155
Decimal 99 117 109
Hex 63 75 6D

RGB Percentages of Color #63756d

%30.46
%36.00
%33.54

CMYK Percentages of Color #63756d

%15
%0
%7
%54

Triadic Colors of #63756d

#63756d #6d6375 #756d63

Analogous Colors of #63756d

#63756d #637475 #637564

Monochromatic Colors of #63756d

#63756d

Complementary Color

#63756d #75636b

#63756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63756d Color CSS Codes

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

#63756d Text Font Color

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

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


#63756d Background Color

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

This div background color is #63756d


#63756d Border Color

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

This div border color is #63756d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63756d


Comments

No comments written yet.

Please login to write comment.