Color Hex Logo

#63694d Color Hex

#63694D
(99,105,77)
0 Favorites   0 Comments

Color spaces of #63694d

RGB 9910577
HSL0.200.150.36
HSV73°27°41°
CMYK 0.060.000.27   0.59
XYZ11.536713.29168.9787
Yxy13.29160.34130.3932
Hunter Lab36.4576-7.316110.9186
CIE-Lab43.1994-7.607515.0154

#63694d color RGB value is (99,105,77).

#63694d hex color red value is 99, green value is 105 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #63694d hue: 0.20 , saturation: 0.15 and the lightness value of 63694d is 0.36.

The process color (four color CMYK) of #63694d color hex is 0.06, 0.00, 0.27, 0.59. Web safe color of #63694d is #666666. Color #63694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101001 01001101
Octal 143 151 115
Decimal 99 105 77
Hex 63 69 4D

RGB Percentages of Color #63694d

%35.23
%37.37
%27.40

CMYK Percentages of Color #63694d

%6
%0
%27
%59

Triadic Colors of #63694d

#63694d #4d6369 #694d63

Analogous Colors of #63694d

#63694d #55694d #69614d

Monochromatic Colors of #63694d

#63694d

Complementary Color

#63694d #534d69

#63694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63694d Color CSS Codes

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

#63694d Text Font Color

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

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


#63694d Background Color

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

This div background color is #63694d


#63694d Border Color

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

This div border color is #63694d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63694d


Comments

No comments written yet.

Please login to write comment.