COLOR #649255

HEX: #649255 RGB: (100,146,85)

Color info

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

RGB color model

#649255 color RGB value is (100,146,85).

RGB: (100,146,85) (39%, 57%, 33%)

RGB channels and saturation

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

100
146
85

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

Portions of RGB colors in percentages

R + G + B = 100 + 146 + 85 = 331 (100%)
R 100 of 331 ~ 30.21%
G 146 of 331 ~ 44.11%
B 85 of 331 ~ 25.68'%

%30.21
%44.11
%25.68

CMYK color model

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

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

CMYK percentages

%31.51
%0
%41.78
%42.75

Codes

Color #649255 in popluar color models

64 92 55
RGB 100 146 85
HSL 105° 26.41% 45.29%
HSB/HSV 105° 41.78% 57.25%
CMYK 31.51% 0.00% 41.78%
42.75%

Color #649255 in popluar number systems.

HEX 64 92 55
Decimal 100 146 85
Binary 1100100 10010010 1010101
Octal 144 222 125

Shades and tints

Shades of #649255

#649255
(100,146,85)
#5B854E
(91,133,78)
#527847
(82,120,71)
#496B40
(73,107,64)
#405E39
(64,94,57)
#375132
(55,81,50)
#2E442B
(46,68,43)
#253724
(37,55,36)
#1C2A1D
(28,42,29)
#131D16
(19,29,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #649255

#649255
(100,146,85)
#729B64
(114,155,100)
#80A473
(128,164,115)
#8EAD82
(142,173,130)
#9CB691
(156,182,145)
#AABFA0
(170,191,160)
#B8C8AF
(184,200,175)
#C6D1BE
(198,209,190)
#D4DACD
(212,218,205)
#E2E3DC
(226,227,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649255; }

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

This text font color is #649255.

Background Color

.myBgColor { background-color: #649255; }

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

This div background color is #649255.

Border color

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

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

This div border color is #649255.

Opacity

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

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

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

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

This text has shadow with #649255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649255.

Preview

Color preview on black background

This text has color #649255 on black background.


Color preview on white background

This text has color #649255 on white background.


Black color preview on #649255 background

This text has black color on #649255 background.


White color preview on #649255 background

This text has white color on #649255 background.


Related colors

Complementary color

Complementary color for #hex is #9B6DAA.


I love getcolorcode.com

Triadic colors

1 #556492 and #925564 with #649255 are triadic colors.

2 #559264 and #926455 with #649255 are triadic colors.