Color Hex Logo

#889640 Color Hex

#889640
(136,150,64)
0 Favorites   0 Comments

Color spaces of #889640

RGB 13615064
HSL0.190.400.42
HSV70°57°59°
CMYK 0.090.000.57   0.41
XYZ21.985127.41718.9838
Yxy27.41710.37650.4696
Hunter Lab52.3613-16.685126.4804
CIE-Lab59.3584-17.895042.8594

#889640 color RGB value is (136,150,64).

#889640 hex color red value is 136, green value is 150 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #889640 hue: 0.19 , saturation: 0.40 and the lightness value of 889640 is 0.42.

The process color (four color CMYK) of #889640 color hex is 0.09, 0.00, 0.57, 0.41. Web safe color of #889640 is #999933. Color #889640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010110 01000000
Octal 210 226 100
Decimal 136 150 64
Hex 88 96 40

RGB Percentages of Color #889640

%38.86
%42.86
%18.29

CMYK Percentages of Color #889640

%9
%0
%57
%41

Triadic Colors of #889640

#889640 #408896 #964088

Analogous Colors of #889640

#889640 #5d9640 #967940

Monochromatic Colors of #889640

#889640

Complementary Color

#889640 #4e4096

#889640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889640 Color CSS Codes

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

#889640 Text Font Color

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

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


#889640 Background Color

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

This div background color is #889640


#889640 Border Color

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

This div border color is #889640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,150,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889640;
  -webkit-box-shadow: 1px 1px 3px 2px #889640;
  box-shadow:         1px 1px 3px 2px #889640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,150,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889640


Comments

No comments written yet.

Please login to write comment.