COLOR #649F58

HEX: #649F58
RGB: (100,159,88)

Color info

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

RGB color model

#649F58 color RGB value is (100,159,88).

  • red value is 100;
  • green value is 159;
  • blue value is 88.
RGB:
(100,159,88)
(39%,62%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 159 of 255 = 62%
B 88 of 255 = 35%

100
159
88

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

Portions of RGB colors in percentages

R + G + B =
100 + 159 + 88 = 347 (100%)
R 100 of 347 ~ 28.82%
G 159 of 347 ~ 45.82%
B 88 of 347 ~ 25.36%

%28.82
%45.82
%25.36

CMYK color model

#649F58 color CMYK value is (37,0,45,38).

  • cyan value is 37.11%
  • magenta value is 0.00%
  • yellow value is 44.65%
  • key color value is 37.65%
CMYK:
(37,0,45,38)
C37M0Y45K38 
(37%,0%,45%,38%)
(0.37/0.00/0.45/0.38)	

CMYK percentages

%37.11
%0
%44.65
%37.65

Codes

Color #649F58 in popluar color models

649F58
RGB10015988
HSL110°28.74%48.43%
HSB/HSV110°44.65%62.35%
CMYK37.11%0.00%44.65%
37.65%

Color #649F58 in popluar number systems.

HEX649F58
Decimal10015988
Binary1100100100111111011000
Octal144237130

Shades and tints

Shades of #649F58

#649F58
(100,159,88)
#5B9150
(91,145,80)
#528348
(82,131,72)
#497540
(73,117,64)
#406738
(64,103,56)
#375930
(55,89,48)
#2E4B28
(46,75,40)
#253D20
(37,61,32)
#1C2F18
(28,47,24)
#132110
(19,33,16)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #649F58

#649F58
(100,159,88)
#72A767
(114,167,103)
#80AF76
(128,175,118)
#8EB785
(142,183,133)
#9CBF94
(156,191,148)
#AAC7A3
(170,199,163)
#B8CFB2
(184,207,178)
#C6D7C1
(198,215,193)
#D4DFD0
(212,223,208)
#E2E7DF
(226,231,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649F58 color. Also use rgb(100,159,88) instead hex code.

Text Font Color

.myTextColor { color: #649F58; }

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

This text font color is #649F58.


Background Color

.myBgColor { background-color: #649F58; }

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

This div background color is #649F58.


Border color

.myBorderColor { border: 1px solid #649F58; }

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

This div border color is #649F58.


Opacity

.myOpacity80 { color: #649F58; opacity: 0.8; }

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

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

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

This text has shadow with #649F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649F58 on black background.


Color preview on white background

This text has color #649F58 on white background.



Black color preview on #649F58 background

This text has black color on #649F58 background.


White color preview on #649F58 background

This text has white color on #649F58 background.