COLOR #649266

HEX: #649266
RGB: (100,146,102)

Color info

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

RGB color model

#649266 color RGB value is (100,146,102).

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

RGB channels and saturation

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

100
146
102

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

Portions of RGB colors in percentages

R + G + B =
100 + 146 + 102 = 348 (100%)
R 100 of 348 ~ 28.74%
G 146 of 348 ~ 41.95%
B 102 of 348 ~ 29.31%

%28.74
%41.95
%29.31

CMYK color model

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

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

CMYK percentages

%31.51
%0
%30.14
%42.75

Codes

Color #649266 in popluar color models

649266
RGB100146102
HSL123°18.70%48.24%
HSB/HSV123°31.51%57.25%
CMYK31.51%0.00%30.14%
42.75%

Color #649266 in popluar number systems.

HEX649266
Decimal100146102
Binary1100100100100101100110
Octal144222146

Shades and tints

Shades of #649266

#649266
(100,146,102)
#5B855D
(91,133,93)
#527854
(82,120,84)
#496B4B
(73,107,75)
#405E42
(64,94,66)
#375139
(55,81,57)
#2E4430
(46,68,48)
#253727
(37,55,39)
#1C2A1E
(28,42,30)
#131D15
(19,29,21)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #649266

#649266
(100,146,102)
#729B73
(114,155,115)
#80A480
(128,164,128)
#8EAD8D
(142,173,141)
#9CB69A
(156,182,154)
#AABFA7
(170,191,167)
#B8C8B4
(184,200,180)
#C6D1C1
(198,209,193)
#D4DACE
(212,218,206)
#E2E3DB
(226,227,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649266; }

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

This text font color is #649266.


Background Color

.myBgColor { background-color: #649266; }

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

This div background color is #649266.


Border color

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

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

This div border color is #649266.


Opacity

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

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

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

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

This text has shadow with #649266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649266 on black background.


Color preview on white background

This text has color #649266 on white background.



Black color preview on #649266 background

This text has black color on #649266 background.


White color preview on #649266 background

This text has white color on #649266 background.