COLOR #648C4D

HEX: #648C4D RGB: (100,140,77)

Color info

#648C4D contains mainly red and green colors. Web safe color of #648C4D is #669933 (or #693).

RGB color model

#648C4D color RGB value is (100,140,77).

RGB: (100,140,77) (39%, 55%, 30%)

RGB channels and saturation

R 100 of 255 = 39%
G 140 of 255 = 55%
B 77 of 255 = 30%

100
140
77

R + G + B ~ 41%. #648C4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 140 + 77 = 317 (100%)
R 100 of 317 ~ 31.55%
G 140 of 317 ~ 44.16%
B 77 of 317 ~ 24.29'%

%31.55
%44.16
%24.29

CMYK color model

#648C4D color CMYK value is (29,0,45,45).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 45.10%

CMYK: (29,0,45,45)
C29M0Y45K45 (29%, 0%, 45%, 45%)
(0.29 / 0.00 / 0.45 / 0.45)

CMYK percentages

%28.57
%0
%45
%45.1

Codes

Color #648C4D in popluar color models

64 8C 4D
RGB 100 140 77
HSL 98° 29.03% 42.55%
HSB/HSV 98° 45.00% 54.90%
CMYK 28.57% 0.00% 45.00%
45.10%

Color #648C4D in popluar number systems.

HEX 64 8C 4D
Decimal 100 140 77
Binary 1100100 10001100 1001101
Octal 144 214 115

Shades and tints

Shades of #648C4D

#648C4D
(100,140,77)
#5B8046
(91,128,70)
#52743F
(82,116,63)
#496838
(73,104,56)
#405C31
(64,92,49)
#37502A
(55,80,42)
#2E4423
(46,68,35)
#25381C
(37,56,28)
#1C2C15
(28,44,21)
#13200E
(19,32,14)
#0A1407
(10,20,7)
#000000
(0,0,0)

Tints of #648C4D

#648C4D
(100,140,77)
#72965D
(114,150,93)
#80A06D
(128,160,109)
#8EAA7D
(142,170,125)
#9CB48D
(156,180,141)
#AABE9D
(170,190,157)
#B8C8AD
(184,200,173)
#C6D2BD
(198,210,189)
#D4DCCD
(212,220,205)
#E2E6DD
(226,230,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648C4D color. Also use rgb(100,140,77) instead hex code.

Text Font Color

.myTextColor { color: #648C4D; }

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

This text font color is #648C4D.

Background Color

.myBgColor { background-color: #648C4D; }

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

This div background color is #648C4D.

Border color

.myBorderColor { border: 1px solid #648C4D; }

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

This div border color is #648C4D.

Opacity

.myOpacity80 { color: #648C4D; opacity: 0.8; }

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

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

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

This text has shadow with #648C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648C4D.

Preview

Color preview on black background

This text has color #648C4D on black background.


Color preview on white background

This text has color #648C4D on white background.


Black color preview on #648C4D background

This text has black color on #648C4D background.


White color preview on #648C4D background

This text has white color on #648C4D background.


Related colors

Complementary color

Complementary color for #hex is #9B73B2.


I love getcolorcode.com

Triadic colors

1 #4D648C and #8C4D64 with #648C4D are triadic colors.

2 #4D8C64 and #8C644D with #648C4D are triadic colors.