Color Hex Logo

#638d70 Color Hex

#638D70
(99,141,112)
0 Favorites   0 Comments

Color spaces of #638d70

RGB 99141112
HSL0.380.180.47
HSV139°30°55°
CMYK 0.300.000.21   0.45
XYZ17.595122.872318.8167
Yxy22.87230.29680.3858
Hunter Lab47.8250-18.022510.1499
CIE-Lab54.9406-20.815710.9098

#638d70 color RGB value is (99,141,112).

#638d70 hex color red value is 99, green value is 141 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #638d70 hue: 0.38 , saturation: 0.18 and the lightness value of 638d70 is 0.47.

The process color (four color CMYK) of #638d70 color hex is 0.30, 0.00, 0.21, 0.45. Web safe color of #638d70 is #669966. Color #638d70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 01110000
Octal 143 215 160
Decimal 99 141 112
Hex 63 8D 70

RGB Percentages of Color #638d70

%28.13
%40.06
%31.82

CMYK Percentages of Color #638d70

%30
%0
%21
%45

Triadic Colors of #638d70

#638d70 #70638d #8d7063

Analogous Colors of #638d70

#638d70 #638d85 #6b8d63

Monochromatic Colors of #638d70

#638d70

Complementary Color

#638d70 #8d6380

#638d70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638d70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638d70 Color CSS Codes

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

#638d70 Text Font Color

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

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


#638d70 Background Color

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

This div background color is #638d70


#638d70 Border Color

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

This div border color is #638d70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,141,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638d70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638d70;
  -webkit-box-shadow: 1px 1px 3px 2px #638d70;
  box-shadow:         1px 1px 3px 2px #638d70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638d70


Comments

No comments written yet.

Please login to write comment.