Color Hex Logo

#649e0b Color Hex

#649E0B
(100,158,11)
0 Favorites   0 Comments

Color spaces of #649e0b

RGB 10015811
HSL0.230.870.33
HSV84°93°62°
CMYK 0.370.000.93   0.38
XYZ17.542827.18724.6397
Yxy27.18720.35530.5507
Hunter Lab52.1413-31.191631.2231
CIE-Lab59.1472-39.230459.7077

#649e0b color RGB value is (100,158,11).

#649e0b hex color red value is 100, green value is 158 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #649e0b hue: 0.23 , saturation: 0.87 and the lightness value of 649e0b is 0.33.

The process color (four color CMYK) of #649e0b color hex is 0.37, 0.00, 0.93, 0.38. Web safe color of #649e0b is #669900. Color #649e0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 00001011
Octal 144 236 13
Decimal 100 158 11
Hex 64 9E B

RGB Percentages of Color #649e0b

%37.17
%58.74
%4.09

CMYK Percentages of Color #649e0b

%37
%0
%93
%38

Triadic Colors of #649e0b

#649e0b #0b649e #9e0b64

Analogous Colors of #649e0b

#649e0b #1a9e0b #9e8f0b

Monochromatic Colors of #649e0b

#649e0b

Complementary Color

#649e0b #450b9e

#649e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#649e0b Color CSS Codes

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

#649e0b Text Font Color

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

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


#649e0b Background Color

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

This div background color is #649e0b


#649e0b Border Color

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

This div border color is #649e0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,158,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649e0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649e0b;
  -webkit-box-shadow: 1px 1px 3px 2px #649e0b;
  box-shadow:         1px 1px 3px 2px #649e0b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649e0b


Comments

No comments written yet.

Please login to write comment.