COLOR #649D09

HEX: #649D09
RGB: (100,157,9)

Color info

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

RGB color model

#649D09 color RGB value is (100,157,9).

  • red value is 100;
  • green value is 157;
  • blue value is 9.
RGB:
(100,157,9)
(39%,62%,4%)

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 9 of 255 = 4%

100
157
9

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 9 = 266 (100%)
R 100 of 266 ~ 37.59%
G 157 of 266 ~ 59.02%
B 9 of 266 ~ 3.38%

%37.59
%59.02

CMYK color model

#649D09 color CMYK value is (36,0,94,38).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 94.27%
  • key color value is 38.43%
CMYK:
(36,0,94,38)
C36M0Y94K38 
(36%,0%,94%,38%)
(0.36/0.00/0.94/0.38)	

CMYK percentages

%36.31
%0
%94.27
%38.43

Codes

Color #649D09 in popluar color models

649D09
RGB1001579
HSL83°89.16%32.55%
HSB/HSV83°94.27%61.57%
CMYK36.31%0.00%94.27%
38.43%

Color #649D09 in popluar number systems.

HEX649D09
Decimal1001579
Binary1100100100111011001
Octal14423511

Shades and tints

Shades of #649D09

#649D09
(100,157,9)
#5B8F09
(91,143,9)
#528109
(82,129,9)
#497309
(73,115,9)
#406509
(64,101,9)
#375709
(55,87,9)
#2E4909
(46,73,9)
#253B09
(37,59,9)
#1C2D09
(28,45,9)
#131F09
(19,31,9)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #649D09

#649D09
(100,157,9)
#72A51F
(114,165,31)
#80AD35
(128,173,53)
#8EB54B
(142,181,75)
#9CBD61
(156,189,97)
#AAC577
(170,197,119)
#B8CD8D
(184,205,141)
#C6D5A3
(198,213,163)
#D4DDB9
(212,221,185)
#E2E5CF
(226,229,207)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649D09 color. Also use rgb(100,157,9) instead hex code.

Text Font Color

.myTextColor { color: #649D09; }

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

This text font color is #649D09.


Background Color

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

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

This div background color is #649D09.


Border color

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

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

This div border color is #649D09.


Opacity

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

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

Text with #649D09 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 #649D09;}

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

This text has shadow with #649D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649D09 on black background.


Color preview on white background

This text has color #649D09 on white background.



Black color preview on #649D09 background

This text has black color on #649D09 background.


White color preview on #649D09 background

This text has white color on #649D09 background.