Color Hex Logo

#636714 Color Hex

#636714
(99,103,20)
0 Favorites   0 Comments

Color spaces of #636714

RGB 9910320
HSL0.170.670.24
HSV63°81°40°
CMYK 0.040.000.81   0.60
XYZ10.122112.40372.5225
Yxy12.40370.40410.4952
Hunter Lab35.2189-10.331220.4067
CIE-Lab41.8507-12.356942.7278

#636714 color RGB value is (99,103,20).

#636714 hex color red value is 99, green value is 103 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #636714 hue: 0.17 , saturation: 0.67 and the lightness value of 636714 is 0.24.

The process color (four color CMYK) of #636714 color hex is 0.04, 0.00, 0.81, 0.60. Web safe color of #636714 is #666600. Color #636714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100111 00010100
Octal 143 147 24
Decimal 99 103 20
Hex 63 67 14

RGB Percentages of Color #636714

%44.59
%46.40
%9.01

CMYK Percentages of Color #636714

%4
%0
%81
%60

Triadic Colors of #636714

#636714 #146367 #671463

Analogous Colors of #636714

#636714 #3a6714 #674214

Monochromatic Colors of #636714

#636714

Complementary Color

#636714 #181467

#636714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636714 Color CSS Codes

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

#636714 Text Font Color

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

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


#636714 Background Color

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

This div background color is #636714


#636714 Border Color

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

This div border color is #636714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636714


Comments

No comments written yet.

Please login to write comment.