Color Hex Logo

#63745d Color Hex

#63745D
(99,116,93)
0 Favorites   0 Comments

Color spaces of #63745d

RGB 9911693
HSL0.290.110.41
HSV104°20°45°
CMYK 0.150.000.20   0.55
XYZ13.366815.933712.7269
Yxy15.93370.31800.3791
Hunter Lab39.9170-10.08159.0383
CIE-Lab46.8874-11.050510.6388

#63745d color RGB value is (99,116,93).

#63745d hex color red value is 99, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #63745d hue: 0.29 , saturation: 0.11 and the lightness value of 63745d is 0.41.

The process color (four color CMYK) of #63745d color hex is 0.15, 0.00, 0.20, 0.55. Web safe color of #63745d is #666666. Color #63745d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 01011101
Octal 143 164 135
Decimal 99 116 93
Hex 63 74 5D

RGB Percentages of Color #63745d

%32.14
%37.66
%30.19

CMYK Percentages of Color #63745d

%15
%0
%20
%55

Triadic Colors of #63745d

#63745d #5d6374 #745d63

Analogous Colors of #63745d

#63745d #5d7463 #6f745d

Monochromatic Colors of #63745d

#63745d

Complementary Color

#63745d #6e5d74

#63745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63745d Color CSS Codes

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

#63745d Text Font Color

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

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


#63745d Background Color

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

This div background color is #63745d


#63745d Border Color

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

This div border color is #63745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63745d


Comments

No comments written yet.

Please login to write comment.