COLOR #649250

HEX: #649250
RGB: (100,146,80)

Color info

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

RGB color model

#649250 color RGB value is (100,146,80).

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

RGB channels and saturation

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

100
146
80

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

Portions of RGB colors in percentages

R + G + B =
100 + 146 + 80 = 326 (100%)
R 100 of 326 ~ 30.67%
G 146 of 326 ~ 44.79%
B 80 of 326 ~ 24.54%

%30.67
%44.79
%24.54

CMYK color model

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

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

CMYK percentages

%31.51
%0
%45.21
%42.75

Codes

Color #649250 in popluar color models

649250
RGB10014680
HSL102°29.20%44.31%
HSB/HSV102°45.21%57.25%
CMYK31.51%0.00%45.21%
42.75%

Color #649250 in popluar number systems.

HEX649250
Decimal10014680
Binary1100100100100101010000
Octal144222120

Shades and tints

Shades of #649250

#649250
(100,146,80)
#5B8549
(91,133,73)
#527842
(82,120,66)
#496B3B
(73,107,59)
#405E34
(64,94,52)
#37512D
(55,81,45)
#2E4426
(46,68,38)
#25371F
(37,55,31)
#1C2A18
(28,42,24)
#131D11
(19,29,17)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #649250

#649250
(100,146,80)
#729B5F
(114,155,95)
#80A46E
(128,164,110)
#8EAD7D
(142,173,125)
#9CB68C
(156,182,140)
#AABF9B
(170,191,155)
#B8C8AA
(184,200,170)
#C6D1B9
(198,209,185)
#D4DAC8
(212,218,200)
#E2E3D7
(226,227,215)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649250; }

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

This text font color is #649250.


Background Color

.myBgColor { background-color: #649250; }

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

This div background color is #649250.


Border color

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

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

This div border color is #649250.


Opacity

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

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

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

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

This text has shadow with #649250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649250 on black background.


Color preview on white background

This text has color #649250 on white background.



Black color preview on #649250 background

This text has black color on #649250 background.


White color preview on #649250 background

This text has white color on #649250 background.