Color Hex Logo

#63766d Color Hex

#63766D
(99,118,109)
0 Favorites   0 Comments

Color spaces of #63766d

RGB 99118109
HSL0.420.090.43
HSV152°16°46°
CMYK 0.160.000.08   0.54
XYZ14.384316.713616.9359
Yxy16.71360.29950.3480
Hunter Lab40.8823-8.73934.0561
CIE-Lab47.8971-8.96602.6086

#63766d color RGB value is (99,118,109).

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

The process color (four color CMYK) of #63766d color hex is 0.16, 0.00, 0.08, 0.54. Web safe color of #63766d is #666666. Color #63766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110110 01101101
Octal 143 166 155
Decimal 99 118 109
Hex 63 76 6D

RGB Percentages of Color #63766d

%30.37
%36.20
%33.44

CMYK Percentages of Color #63766d

%16
%0
%8
%54

Triadic Colors of #63766d

#63766d #6d6376 #766d63

Analogous Colors of #63766d

#63766d #637676 #637664

Monochromatic Colors of #63766d

#63766d

Complementary Color

#63766d #76636c

#63766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63766d Color CSS Codes

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

#63766d Text Font Color

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

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


#63766d Background Color

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

This div background color is #63766d


#63766d Border Color

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

This div border color is #63766d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,118,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 #63766d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63766d


Comments

No comments written yet.

Please login to write comment.