COLOR #649463

HEX: #649463
RGB: (100,148,99)

Color info

#649463 contains red, green and blue colors in about the same proportion. Web safe color of #649463 is #669966 (or #696).

RGB color model

#649463 color RGB value is (100,148,99).

  • red value is 100;
  • green value is 148;
  • blue value is 99.
RGB:
(100,148,99)
(39%,58%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 148 of 255 = 58%
B 99 of 255 = 39%

100
148
99

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

Portions of RGB colors in percentages

R + G + B =
100 + 148 + 99 = 347 (100%)
R 100 of 347 ~ 28.82%
G 148 of 347 ~ 42.65%
B 99 of 347 ~ 28.53%

%28.82
%42.65
%28.53

CMYK color model

#649463 color CMYK value is (32,0,33,42).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(32,0,33,42)
C32M0Y33K42 
(32%,0%,33%,42%)
(0.32/0.00/0.33/0.42)	

CMYK percentages

%32.43
%0
%33.11
%41.96

Codes

Color #649463 in popluar color models

649463
RGB10014899
HSL119°19.84%48.43%
HSB/HSV119°33.11%58.04%
CMYK32.43%0.00%33.11%
41.96%

Color #649463 in popluar number systems.

HEX649463
Decimal10014899
Binary1100100100101001100011
Octal144224143

Shades and tints

Shades of #649463

#649463
(100,148,99)
#5B875A
(91,135,90)
#527A51
(82,122,81)
#496D48
(73,109,72)
#40603F
(64,96,63)
#375336
(55,83,54)
#2E462D
(46,70,45)
#253924
(37,57,36)
#1C2C1B
(28,44,27)
#131F12
(19,31,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #649463

#649463
(100,148,99)
#729D71
(114,157,113)
#80A67F
(128,166,127)
#8EAF8D
(142,175,141)
#9CB89B
(156,184,155)
#AAC1A9
(170,193,169)
#B8CAB7
(184,202,183)
#C6D3C5
(198,211,197)
#D4DCD3
(212,220,211)
#E2E5E1
(226,229,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649463 color. Also use rgb(100,148,99) instead hex code.

Text Font Color

.myTextColor { color: #649463; }

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

This text font color is #649463.


Background Color

.myBgColor { background-color: #649463; }

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

This div background color is #649463.


Border color

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

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

This div border color is #649463.


Opacity

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

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

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

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

This text has shadow with #649463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649463 on black background.


Color preview on white background

This text has color #649463 on white background.



Black color preview on #649463 background

This text has black color on #649463 background.


White color preview on #649463 background

This text has white color on #649463 background.