Color Hex Logo

#639955 Color Hex

#639955
(99,153,85)
0 Favorites   0 Comments

Color spaces of #639955

RGB 9915385
HSL0.300.290.47
HSV108°44°60°
CMYK 0.350.000.44   0.40
XYZ18.176526.091012.6724
Yxy26.09100.31920.4582
Hunter Lab51.0794-25.869921.0461
CIE-Lab58.1233-31.429830.1509

#639955 color RGB value is (99,153,85).

#639955 hex color red value is 99, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #639955 hue: 0.30 , saturation: 0.29 and the lightness value of 639955 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 01010101
Octal 143 231 125
Decimal 99 153 85
Hex 63 99 55

RGB Percentages of Color #639955

%29.38
%45.40
%25.22

CMYK Percentages of Color #639955

%35
%0
%44
%40

Triadic Colors of #639955

#639955 #556399 #995563

Analogous Colors of #639955

#639955 #559969 #859955

Monochromatic Colors of #639955

#639955

Complementary Color

#639955 #8b5599

#639955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639955 Color CSS Codes

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

#639955 Text Font Color

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

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


#639955 Background Color

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

This div background color is #639955


#639955 Border Color

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

This div border color is #639955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639955


Comments

No comments written yet.

Please login to write comment.