Color Hex Logo

#63770d Color Hex

#63770D
(99,119,13)
0 Favorites   0 Comments

Color spaces of #63770d

RGB 9911913
HSL0.200.800.26
HSV71°89°47°
CMYK 0.170.000.89   0.53
XYZ11.815115.87542.8223
Yxy15.87540.38720.5203
Hunter Lab39.8439-16.795523.6910
CIE-Lab46.8106-21.197549.1047

#63770d color RGB value is (99,119,13).

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

The process color (four color CMYK) of #63770d color hex is 0.17, 0.00, 0.89, 0.53. Web safe color of #63770d is #666600. Color #63770d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110111 00001101
Octal 143 167 15
Decimal 99 119 13
Hex 63 77 D

RGB Percentages of Color #63770d

%42.86
%51.52
%5.63

CMYK Percentages of Color #63770d

%17
%0
%89
%53

Triadic Colors of #63770d

#63770d #0d6377 #770d63

Analogous Colors of #63770d

#63770d #2e770d #77560d

Monochromatic Colors of #63770d

#63770d

Complementary Color

#63770d #210d77

#63770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63770d Color CSS Codes

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

#63770d Text Font Color

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

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


#63770d Background Color

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

This div background color is #63770d


#63770d Border Color

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

This div border color is #63770d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63770d


Comments

No comments written yet.

Please login to write comment.