Color Hex Logo

#649858 Color Hex

#649858
(100,152,88)
0 Favorites   0 Comments

Color spaces of #649858

RGB 10015288
HSL0.300.270.47
HSV109°42°60°
CMYK 0.340.000.42   0.40
XYZ18.245225.870413.2644
Yxy25.87040.31800.4509
Hunter Lab50.8630-24.979920.1420
CIE-Lab57.9138-30.164328.2923

#649858 color RGB value is (100,152,88).

#649858 hex color red value is 100, green value is 152 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #649858 hue: 0.30 , saturation: 0.27 and the lightness value of 649858 is 0.47.

The process color (four color CMYK) of #649858 color hex is 0.34, 0.00, 0.42, 0.40. Web safe color of #649858 is #669966. Color #649858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011000 01011000
Octal 144 230 130
Decimal 100 152 88
Hex 64 98 58

RGB Percentages of Color #649858

%29.41
%44.71
%25.88

CMYK Percentages of Color #649858

%34
%0
%42
%40

Triadic Colors of #649858

#649858 #586498 #985864

Analogous Colors of #649858

#649858 #58986c #849858

Monochromatic Colors of #649858

#649858

Complementary Color

#649858 #8c5898

#649858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649858 Color CSS Codes

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

#649858 Text Font Color

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

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


#649858 Background Color

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

This div background color is #649858


#649858 Border Color

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

This div border color is #649858


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,152,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649858; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649858;
  -webkit-box-shadow: 1px 1px 3px 2px #649858;
  box-shadow:         1px 1px 3px 2px #649858; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,152,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649858


Comments

No comments written yet.

Please login to write comment.