Color Hex Logo

#639076 Color Hex

#639076
(99,144,118)
0 Favorites   0 Comments

Color spaces of #639076

RGB 99144118
HSL0.400.190.48
HSV145°31°56°
CMYK 0.310.000.18   0.44
XYZ18.388923.907220.7849
Yxy23.90720.29150.3790
Hunter Lab48.8950-18.43429.0228
CIE-Lab55.9948-21.13728.9713

#639076 color RGB value is (99,144,118).

#639076 hex color red value is 99, green value is 144 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #639076 hue: 0.40 , saturation: 0.19 and the lightness value of 639076 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 01110110
Octal 143 220 166
Decimal 99 144 118
Hex 63 90 76

RGB Percentages of Color #639076

%27.42
%39.89
%32.69

CMYK Percentages of Color #639076

%31
%0
%18
%44

Triadic Colors of #639076

#639076 #766390 #907663

Analogous Colors of #639076

#639076 #63908d #679063

Monochromatic Colors of #639076

#639076

Complementary Color

#639076 #90637d

#639076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639076 Color CSS Codes

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

#639076 Text Font Color

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

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


#639076 Background Color

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

This div background color is #639076


#639076 Border Color

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

This div border color is #639076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639076


Comments

No comments written yet.

Please login to write comment.