COLOR #649756

HEX: #649756
RGB: (100,151,86)

Color info

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

RGB color model

#649756 color RGB value is (100,151,86).

  • red value is 100;
  • green value is 151;
  • blue value is 86.
RGB:
(100,151,86)
(39%,59%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 151 of 255 = 59%
B 86 of 255 = 34%

100
151
86

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

Portions of RGB colors in percentages

R + G + B =
100 + 151 + 86 = 337 (100%)
R 100 of 337 ~ 29.67%
G 151 of 337 ~ 44.81%
B 86 of 337 ~ 25.52%

%29.67
%44.81
%25.52

CMYK color model

#649756 color CMYK value is (34,0,43,41).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 40.78%
CMYK:
(34,0,43,41)
C34M0Y43K41 
(34%,0%,43%,41%)
(0.34/0.00/0.43/0.41)	

CMYK percentages

%33.77
%0
%43.05
%40.78

Codes

Color #649756 in popluar color models

649756
RGB10015186
HSL107°27.43%46.47%
HSB/HSV107°43.05%59.22%
CMYK33.77%0.00%43.05%
40.78%

Color #649756 in popluar number systems.

HEX649756
Decimal10015186
Binary1100100100101111010110
Octal144227126

Shades and tints

Shades of #649756

#649756
(100,151,86)
#5B8A4F
(91,138,79)
#527D48
(82,125,72)
#497041
(73,112,65)
#40633A
(64,99,58)
#375633
(55,86,51)
#2E492C
(46,73,44)
#253C25
(37,60,37)
#1C2F1E
(28,47,30)
#132217
(19,34,23)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #649756

#649756
(100,151,86)
#72A065
(114,160,101)
#80A974
(128,169,116)
#8EB283
(142,178,131)
#9CBB92
(156,187,146)
#AAC4A1
(170,196,161)
#B8CDB0
(184,205,176)
#C6D6BF
(198,214,191)
#D4DFCE
(212,223,206)
#E2E8DD
(226,232,221)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649756 color. Also use rgb(100,151,86) instead hex code.

Text Font Color

.myTextColor { color: #649756; }

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

This text font color is #649756.


Background Color

.myBgColor { background-color: #649756; }

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

This div background color is #649756.


Border color

.myBorderColor { border: 1px solid #649756; }

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

This div border color is #649756.


Opacity

.myOpacity80 { color: #649756; opacity: 0.8; }

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

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

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

This text has shadow with #649756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649756 on black background.


Color preview on white background

This text has color #649756 on white background.



Black color preview on #649756 background

This text has black color on #649756 background.


White color preview on #649756 background

This text has white color on #649756 background.