Color Hex Logo

#639974 Color Hex

#639974
(99,153,116)
0 Favorites   0 Comments

Color spaces of #639974

RGB 99153116
HSL0.390.210.49
HSV139°35°60°
CMYK 0.350.000.24   0.40
XYZ19.689226.696120.6381
Yxy26.69610.29380.3983
Hunter Lab51.6683-22.398612.4853
CIE-Lab58.6920-26.101613.8934

#639974 color RGB value is (99,153,116).

#639974 hex color red value is 99, green value is 153 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #639974 hue: 0.39 , saturation: 0.21 and the lightness value of 639974 is 0.49.

The process color (four color CMYK) of #639974 color hex is 0.35, 0.00, 0.24, 0.40. Web safe color of #639974 is #669966. Color #639974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 01110100
Octal 143 231 164
Decimal 99 153 116
Hex 63 99 74

RGB Percentages of Color #639974

%26.90
%41.58
%31.52

CMYK Percentages of Color #639974

%35
%0
%24
%40

Triadic Colors of #639974

#639974 #746399 #997463

Analogous Colors of #639974

#639974 #63998f #6d9963

Monochromatic Colors of #639974

#639974

Complementary Color

#639974 #996388

#639974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639974 Color CSS Codes

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

#639974 Text Font Color

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

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


#639974 Background Color

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

This div background color is #639974


#639974 Border Color

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

This div border color is #639974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639974


Comments

No comments written yet.

Please login to write comment.