Color Hex Logo

#638f74 Color Hex

#638F74
(99,143,116)
0 Favorites   0 Comments

Color spaces of #638f74

RGB 99143116
HSL0.400.180.47
HSV143°31°56°
CMYK 0.310.000.19   0.44
XYZ18.120423.558520.1152
Yxy23.55850.29320.3812
Hunter Lab48.5371-18.30049.4045
CIE-Lab55.6430-21.03559.6152

#638f74 color RGB value is (99,143,116).

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

The process color (four color CMYK) of #638f74 color hex is 0.31, 0.00, 0.19, 0.44. Web safe color of #638f74 is #669966. Color #638f74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001111 01110100
Octal 143 217 164
Decimal 99 143 116
Hex 63 8F 74

RGB Percentages of Color #638f74

%27.65
%39.94
%32.40

CMYK Percentages of Color #638f74

%31
%0
%19
%44

Triadic Colors of #638f74

#638f74 #74638f #8f7463

Analogous Colors of #638f74

#638f74 #638f8a #688f63

Monochromatic Colors of #638f74

#638f74

Complementary Color

#638f74 #8f637e

#638f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638f74 Color CSS Codes

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

#638f74 Text Font Color

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

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


#638f74 Background Color

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

This div background color is #638f74


#638f74 Border Color

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

This div border color is #638f74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638f74


Comments

No comments written yet.

Please login to write comment.