COLOR #648559

HEX: #648559
RGB: (100,133,89)

Color info

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

RGB color model

#648559 color RGB value is (100,133,89).

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

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 89 of 255 = 35%

100
133
89

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

Portions of RGB colors in percentages

R + G + B =
100 + 133 + 89 = 322 (100%)
R 100 of 322 ~ 31.06%
G 133 of 322 ~ 41.3%
B 89 of 322 ~ 27.64%

%31.06
%41.3
%27.64

CMYK color model

#648559 color CMYK value is (25,0,33,48).

  • cyan value is 24.81%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(25,0,33,48)
C25M0Y33K48 
(25%,0%,33%,48%)
(0.25/0.00/0.33/0.48)	

CMYK percentages

%24.81
%0
%33.08
%47.84

Codes

Color #648559 in popluar color models

648559
RGB10013389
HSL105°19.82%43.53%
HSB/HSV105°33.08%52.16%
CMYK24.81%0.00%33.08%
47.84%

Color #648559 in popluar number systems.

HEX648559
Decimal10013389
Binary1100100100001011011001
Octal144205131

Shades and tints

Shades of #648559

#648559
(100,133,89)
#5B7951
(91,121,81)
#526D49
(82,109,73)
#496141
(73,97,65)
#405539
(64,85,57)
#374931
(55,73,49)
#2E3D29
(46,61,41)
#253121
(37,49,33)
#1C2519
(28,37,25)
#131911
(19,25,17)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #648559

#648559
(100,133,89)
#729068
(114,144,104)
#809B77
(128,155,119)
#8EA686
(142,166,134)
#9CB195
(156,177,149)
#AABCA4
(170,188,164)
#B8C7B3
(184,199,179)
#C6D2C2
(198,210,194)
#D4DDD1
(212,221,209)
#E2E8E0
(226,232,224)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648559; }

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

This text font color is #648559.


Background Color

.myBgColor { background-color: #648559; }

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

This div background color is #648559.


Border color

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

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

This div border color is #648559.


Opacity

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

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

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

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

This text has shadow with #648559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648559 on black background.


Color preview on white background

This text has color #648559 on white background.



Black color preview on #648559 background

This text has black color on #648559 background.


White color preview on #648559 background

This text has white color on #648559 background.