COLOR #649A51

HEX: #649A51
RGB: (100,154,81)

Color info

#649A51 contains mainly red and green colors. Web safe color of #649A51 is #669966 (or #696).

RGB color model

#649A51 color RGB value is (100,154,81).

  • red value is 100;
  • green value is 154;
  • blue value is 81.
RGB:
(100,154,81)
(39%,60%,32%)

RGB channels and saturation

R 100 of 255 = 39%
G 154 of 255 = 60%
B 81 of 255 = 32%

100
154
81

R + G + B ~ 44%. #649A51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 154 + 81 = 335 (100%)
R 100 of 335 ~ 29.85%
G 154 of 335 ~ 45.97%
B 81 of 335 ~ 24.18%

%29.85
%45.97
%24.18

CMYK color model

#649A51 color CMYK value is (35,0,47,40).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%
CMYK:
(35,0,47,40)
C35M0Y47K40 
(35%,0%,47%,40%)
(0.35/0.00/0.47/0.40)	

CMYK percentages

%35.06
%0
%47.4
%39.61

Codes

Color #649A51 in popluar color models

649A51
RGB10015481
HSL104°31.06%46.08%
HSB/HSV104°47.40%60.39%
CMYK35.06%0.00%47.40%
39.61%

Color #649A51 in popluar number systems.

HEX649A51
Decimal10015481
Binary1100100100110101010001
Octal144232121

Shades and tints

Shades of #649A51

#649A51
(100,154,81)
#5B8C4A
(91,140,74)
#527E43
(82,126,67)
#49703C
(73,112,60)
#406235
(64,98,53)
#37542E
(55,84,46)
#2E4627
(46,70,39)
#253820
(37,56,32)
#1C2A19
(28,42,25)
#131C12
(19,28,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #649A51

#649A51
(100,154,81)
#72A360
(114,163,96)
#80AC6F
(128,172,111)
#8EB57E
(142,181,126)
#9CBE8D
(156,190,141)
#AAC79C
(170,199,156)
#B8D0AB
(184,208,171)
#C6D9BA
(198,217,186)
#D4E2C9
(212,226,201)
#E2EBD8
(226,235,216)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649A51 color. Also use rgb(100,154,81) instead hex code.

Text Font Color

.myTextColor { color: #649A51; }

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

This text font color is #649A51.


Background Color

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

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

This div background color is #649A51.


Border color

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

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

This div border color is #649A51.


Opacity

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

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

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

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

This text has shadow with #649A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649A51 on black background.


Color preview on white background

This text has color #649A51 on white background.



Black color preview on #649A51 background

This text has black color on #649A51 background.


White color preview on #649A51 background

This text has white color on #649A51 background.