Color Hex Logo

#636520 Color Hex

#636520
(99,101,32)
0 Favorites   0 Comments

Color spaces of #636520

RGB 9910132
HSL0.170.520.26
HSV62°68°40°
CMYK 0.020.000.68   0.60
XYZ10.060012.06433.1649
Yxy12.06430.39780.4771
Hunter Lab34.7337-9.084618.9111
CIE-Lab41.3181-10.547137.3308

#636520 color RGB value is (99,101,32).

#636520 hex color red value is 99, green value is 101 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #636520 hue: 0.17 , saturation: 0.52 and the lightness value of 636520 is 0.26.

The process color (four color CMYK) of #636520 color hex is 0.02, 0.00, 0.68, 0.60. Web safe color of #636520 is #666633. Color #636520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100101 00100000
Octal 143 145 40
Decimal 99 101 32
Hex 63 65 20

RGB Percentages of Color #636520

%42.67
%43.53
%13.79

CMYK Percentages of Color #636520

%2
%0
%68
%60

Triadic Colors of #636520

#636520 #206365 #652063

Analogous Colors of #636520

#636520 #416520 #654420

Monochromatic Colors of #636520

#636520

Complementary Color

#636520 #222065

#636520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636520 Color CSS Codes

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

#636520 Text Font Color

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

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


#636520 Background Color

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

This div background color is #636520


#636520 Border Color

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

This div border color is #636520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,101,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #636520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #636520;
  -webkit-box-shadow: 1px 1px 3px 2px #636520;
  box-shadow:         1px 1px 3px 2px #636520; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636520


Comments

No comments written yet.

Please login to write comment.