Color Hex Logo

#63484d Color Hex

#63484D
(99,72,77)
0 Favorites   0 Comments

Color spaces of #63484d

RGB 997277
HSL0.970.160.34
HSV349°27°39°
CMYK 0.000.270.22   0.61
XYZ8.80257.82328.0673
Yxy7.82320.35650.3168
Hunter Lab27.97007.22872.4781
CIE-Lab33.611912.37281.5365

#63484d color RGB value is (99,72,77).

#63484d hex color red value is 99, green value is 72 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #63484d hue: 0.97 , saturation: 0.16 and the lightness value of 63484d is 0.34.

The process color (four color CMYK) of #63484d color hex is 0.00, 0.27, 0.22, 0.61. Web safe color of #63484d is #663366. Color #63484d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 01001101
Octal 143 110 115
Decimal 99 72 77
Hex 63 48 4D

RGB Percentages of Color #63484d

%39.92
%29.03
%31.05

CMYK Percentages of Color #63484d

%0
%27
%22
%61

Triadic Colors of #63484d

#63484d #4d6348 #484d63

Analogous Colors of #63484d

#63484d #635148 #63485b

Monochromatic Colors of #63484d

#63484d

Complementary Color

#63484d #48635e

#63484d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63484d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63484d Color CSS Codes

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

#63484d Text Font Color

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

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


#63484d Background Color

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

This div background color is #63484d


#63484d Border Color

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

This div border color is #63484d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63484d


Comments

No comments written yet.

Please login to write comment.