Color Hex Logo

#63740d Color Hex

#63740D
(99,116,13)
0 Favorites   0 Comments

Color spaces of #63740d

RGB 9911613
HSL0.190.800.25
HSV70°89°45°
CMYK 0.150.000.89   0.55
XYZ11.463615.17252.7052
Yxy15.17250.39070.5171
Hunter Lab38.9519-15.633023.1486
CIE-Lab45.8696-19.640948.3124

#63740d color RGB value is (99,116,13).

#63740d hex color red value is 99, green value is 116 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #63740d hue: 0.19 , saturation: 0.80 and the lightness value of 63740d is 0.25.

The process color (four color CMYK) of #63740d color hex is 0.15, 0.00, 0.89, 0.55. Web safe color of #63740d is #666600. Color #63740d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 00001101
Octal 143 164 15
Decimal 99 116 13
Hex 63 74 D

RGB Percentages of Color #63740d

%43.42
%50.88
%5.70

CMYK Percentages of Color #63740d

%15
%0
%89
%55

Triadic Colors of #63740d

#63740d #0d6374 #740d63

Analogous Colors of #63740d

#63740d #30740d #74520d

Monochromatic Colors of #63740d

#63740d

Complementary Color

#63740d #1e0d74

#63740d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63740d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63740d Color CSS Codes

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

#63740d Text Font Color

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

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


#63740d Background Color

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

This div background color is #63740d


#63740d Border Color

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

This div border color is #63740d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63740d


Comments

No comments written yet.

Please login to write comment.