Color Hex Logo

#63764a Color Hex

#63764A
(99,118,74)
0 Favorites   0 Comments

Color spaces of #63764a

RGB 9911874
HSL0.240.230.38
HSV86°37°46°
CMYK 0.160.000.37   0.54
XYZ12.860116.10398.9091
Yxy16.10390.33960.4252
Hunter Lab40.1297-13.024114.9279
CIE-Lab47.1105-15.340221.9843

#63764a color RGB value is (99,118,74).

#63764a hex color red value is 99, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #63764a hue: 0.24 , saturation: 0.23 and the lightness value of 63764a is 0.38.

The process color (four color CMYK) of #63764a color hex is 0.16, 0.00, 0.37, 0.54. Web safe color of #63764a is #666633. Color #63764a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110110 01001010
Octal 143 166 112
Decimal 99 118 74
Hex 63 76 4A

RGB Percentages of Color #63764a

%34.02
%40.55
%25.43

CMYK Percentages of Color #63764a

%16
%0
%37
%54

Triadic Colors of #63764a

#63764a #4a6376 #764a63

Analogous Colors of #63764a

#63764a #4d764a #76734a

Monochromatic Colors of #63764a

#63764a

Complementary Color

#63764a #5d4a76

#63764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63764a Color CSS Codes

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

#63764a Text Font Color

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

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


#63764a Background Color

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

This div background color is #63764a


#63764a Border Color

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

This div border color is #63764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63764a


Comments

No comments written yet.

Please login to write comment.