COLOR #649B0E

HEX: #649B0E
RGB: (100,155,14)

Color info

#649B0E contains mainly red and green colors. Web safe color of #649B0E is #669900 (or #690).

RGB color model

#649B0E color RGB value is (100,155,14).

  • red value is 100;
  • green value is 155;
  • blue value is 14.
RGB:
(100,155,14)
(39%,61%,5%)

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 14 of 255 = 5%

100
155
14

R + G + B ~ 35%. #649B0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 14 = 269 (100%)
R 100 of 269 ~ 37.17%
G 155 of 269 ~ 57.62%
B 14 of 269 ~ 5.2%

%37.17
%57.62

CMYK color model

#649B0E color CMYK value is (35,0,91,39).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 90.97%
  • key color value is 39.22%
CMYK:
(35,0,91,39)
C35M0Y91K39 
(35%,0%,91%,39%)
(0.35/0.00/0.91/0.39)	

CMYK percentages

%35.48
%0
%90.97
%39.22

Codes

Color #649B0E in popluar color models

649B0E
RGB10015514
HSL83°83.43%33.14%
HSB/HSV83°90.97%60.78%
CMYK35.48%0.00%90.97%
39.22%

Color #649B0E in popluar number systems.

HEX649B0E
Decimal10015514
Binary1100100100110111110
Octal14423316

Shades and tints

Shades of #649B0E

#649B0E
(100,155,14)
#5B8D0D
(91,141,13)
#527F0C
(82,127,12)
#49710B
(73,113,11)
#40630A
(64,99,10)
#375509
(55,85,9)
#2E4708
(46,71,8)
#253907
(37,57,7)
#1C2B06
(28,43,6)
#131D05
(19,29,5)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #649B0E

#649B0E
(100,155,14)
#72A423
(114,164,35)
#80AD38
(128,173,56)
#8EB64D
(142,182,77)
#9CBF62
(156,191,98)
#AAC877
(170,200,119)
#B8D18C
(184,209,140)
#C6DAA1
(198,218,161)
#D4E3B6
(212,227,182)
#E2ECCB
(226,236,203)
#F0F5E0
(240,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649B0E color. Also use rgb(100,155,14) instead hex code.

Text Font Color

.myTextColor { color: #649B0E; }

<p style="color:#649B0E">This sample text font color is #649B0E.</p>

This text font color is #649B0E.


Background Color

.myBgColor { background-color: #649B0E; }

<div style="background-color:#649B0E">Inner text</div>

This div background color is #649B0E.


Border color

.myBorderColor { border: 1px solid #649B0E; }

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

This div border color is #649B0E.


Opacity

.myOpacity80 { color: #649B0E; opacity: 0.8; }

<p style="color:#649B0E;opacity:0.8;">80%</p>

Text with #649B0E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #649B0E;}

<p style="text-shadow: 3px 3px 1px #649B0E">Text here.</p>

This text has shadow with #649B0E color.

.textShadow {text-shadow: 3px 3px 1px #649B0E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #649B0E, 5px 5px 20px red">Text here.</p>

This text has shadow with #649B0E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#649B0E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#649B0E, Direction=45, Strength=4)">Text</p>

This text has shadow with #649B0E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #649B0E;
  -webkit-box-shadow:	1px 1px 3px 2px #649B0E;
  box-shadow:		1px 1px 3px 2px #649B0E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #649B0E;
-webkit-box-shadow: 1px 1px 3px 2px #649B0E;
box-shadow:1px 1px 3px 2px #649B0E;">
Div content here</div>
This div box has shadow with color #649B0E.

Preview

Color preview on black background

This text has color #649B0E on black background.


Color preview on white background

This text has color #649B0E on white background.



Black color preview on #649B0E background

This text has black color on #649B0E background.


White color preview on #649B0E background

This text has white color on #649B0E background.