COLOR #649359

HEX: #649359
RGB: (100,147,89)

Color info

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

RGB color model

#649359 color RGB value is (100,147,89).

  • red value is 100;
  • green value is 147;
  • blue value is 89.
RGB:
(100,147,89)
(39%,58%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 147 of 255 = 58%
B 89 of 255 = 35%

100
147
89

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

Portions of RGB colors in percentages

R + G + B =
100 + 147 + 89 = 336 (100%)
R 100 of 336 ~ 29.76%
G 147 of 336 ~ 43.75%
B 89 of 336 ~ 26.49%

%29.76
%43.75
%26.49

CMYK color model

#649359 color CMYK value is (32,0,39,42).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 42.35%
CMYK:
(32,0,39,42)
C32M0Y39K42 
(32%,0%,39%,42%)
(0.32/0.00/0.39/0.42)	

CMYK percentages

%31.97
%0
%39.46
%42.35

Codes

Color #649359 in popluar color models

649359
RGB10014789
HSL109°24.58%46.27%
HSB/HSV109°39.46%57.65%
CMYK31.97%0.00%39.46%
42.35%

Color #649359 in popluar number systems.

HEX649359
Decimal10014789
Binary1100100100100111011001
Octal144223131

Shades and tints

Shades of #649359

#649359
(100,147,89)
#5B8651
(91,134,81)
#527949
(82,121,73)
#496C41
(73,108,65)
#405F39
(64,95,57)
#375231
(55,82,49)
#2E4529
(46,69,41)
#253821
(37,56,33)
#1C2B19
(28,43,25)
#131E11
(19,30,17)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #649359

#649359
(100,147,89)
#729C68
(114,156,104)
#80A577
(128,165,119)
#8EAE86
(142,174,134)
#9CB795
(156,183,149)
#AAC0A4
(170,192,164)
#B8C9B3
(184,201,179)
#C6D2C2
(198,210,194)
#D4DBD1
(212,219,209)
#E2E4E0
(226,228,224)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649359; }

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

This text font color is #649359.


Background Color

.myBgColor { background-color: #649359; }

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

This div background color is #649359.


Border color

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

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

This div border color is #649359.


Opacity

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

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

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

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

This text has shadow with #649359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649359 on black background.


Color preview on white background

This text has color #649359 on white background.



Black color preview on #649359 background

This text has black color on #649359 background.


White color preview on #649359 background

This text has white color on #649359 background.