COLOR #649264

HEX: #649264
RGB: (100,146,100)

Color info

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

RGB color model

#649264 color RGB value is (100,146,100).

  • red value is 100;
  • green value is 146;
  • blue value is 100.
RGB:
(100,146,100)
(39%,57%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 146 of 255 = 57%
B 100 of 255 = 39%

100
146
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 146 + 100 = 346 (100%)
R 100 of 346 ~ 28.9%
G 146 of 346 ~ 42.2%
B 100 of 346 ~ 28.9%

%28.9
%42.2
%28.9

CMYK color model

#649264 color CMYK value is (32,0,32,43).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 42.75%
CMYK:
(32,0,32,43)
C32M0Y32K43 
(32%,0%,32%,43%)
(0.32/0.00/0.32/0.43)	

CMYK percentages

%31.51
%0
%31.51
%42.75

Codes

Color #649264 in popluar color models

649264
RGB100146100
HSL120°18.70%48.24%
HSB/HSV120°31.51%57.25%
CMYK31.51%0.00%31.51%
42.75%

Color #649264 in popluar number systems.

HEX649264
Decimal100146100
Binary1100100100100101100100
Octal144222144

Shades and tints

Shades of #649264

#649264
(100,146,100)
#5B855B
(91,133,91)
#527852
(82,120,82)
#496B49
(73,107,73)
#405E40
(64,94,64)
#375137
(55,81,55)
#2E442E
(46,68,46)
#253725
(37,55,37)
#1C2A1C
(28,42,28)
#131D13
(19,29,19)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #649264

#649264
(100,146,100)
#729B72
(114,155,114)
#80A480
(128,164,128)
#8EAD8E
(142,173,142)
#9CB69C
(156,182,156)
#AABFAA
(170,191,170)
#B8C8B8
(184,200,184)
#C6D1C6
(198,209,198)
#D4DAD4
(212,218,212)
#E2E3E2
(226,227,226)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649264; }

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

This text font color is #649264.


Background Color

.myBgColor { background-color: #649264; }

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

This div background color is #649264.


Border color

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

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

This div border color is #649264.


Opacity

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

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

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

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

This text has shadow with #649264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649264 on black background.


Color preview on white background

This text has color #649264 on white background.



Black color preview on #649264 background

This text has black color on #649264 background.


White color preview on #649264 background

This text has white color on #649264 background.