Color Hex Logo

#637d14 Color Hex

#637D14
(99,125,20)
0 Favorites   0 Comments

Color spaces of #637d14

RGB 9912520
HSL0.210.720.28
HSV75°84°49°
CMYK 0.210.000.84   0.51
XYZ12.605517.37043.3503
Yxy17.37040.37820.5212
Hunter Lab41.6778-18.948624.4084
CIE-Lab48.7234-23.997548.9204

#637d14 color RGB value is (99,125,20).

#637d14 hex color red value is 99, green value is 125 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #637d14 hue: 0.21 , saturation: 0.72 and the lightness value of 637d14 is 0.28.

The process color (four color CMYK) of #637d14 color hex is 0.21, 0.00, 0.84, 0.51. Web safe color of #637d14 is #666600. Color #637d14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111101 00010100
Octal 143 175 24
Decimal 99 125 20
Hex 63 7D 14

RGB Percentages of Color #637d14

%40.57
%51.23
%8.20

CMYK Percentages of Color #637d14

%21
%0
%84
%51

Triadic Colors of #637d14

#637d14 #14637d #7d1463

Analogous Colors of #637d14

#637d14 #2f7d14 #7d6314

Monochromatic Colors of #637d14

#637d14

Complementary Color

#637d14 #2e147d

#637d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#637d14 Color CSS Codes

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

#637d14 Text Font Color

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

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


#637d14 Background Color

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

This div background color is #637d14


#637d14 Border Color

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

This div border color is #637d14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637d14


Comments

No comments written yet.

Please login to write comment.