COLOR #648C4C

HEX: #648C4C RGB: (100,140,76)

Color info

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

RGB color model

#648C4C color RGB value is (100,140,76).

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

RGB channels and saturation

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

100
140
76

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

Portions of RGB colors in percentages

R + G + B = 100 + 140 + 76 = 316 (100%)
R 100 of 316 ~ 31.65%
G 140 of 316 ~ 44.3%
B 76 of 316 ~ 24.05'%

%31.65
%44.3
%24.05

CMYK color model

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

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

CMYK: (29,0,46,45)
C29M0Y46K45 (29%, 0%, 46%, 45%)
(0.29 / 0.00 / 0.46 / 0.45)

CMYK percentages

%28.57
%0
%45.71
%45.1

Codes

Color #648C4C in popluar color models

64 8C 4C
RGB 100 140 76
HSL 98° 29.63% 42.35%
HSB/HSV 98° 45.71% 54.90%
CMYK 28.57% 0.00% 45.71%
45.10%

Color #648C4C in popluar number systems.

HEX 64 8C 4C
Decimal 100 140 76
Binary 1100100 10001100 1001100
Octal 144 214 114

Shades and tints

Shades of #648C4C

#648C4C
(100,140,76)
#5B8046
(91,128,70)
#527440
(82,116,64)
#49683A
(73,104,58)
#405C34
(64,92,52)
#37502E
(55,80,46)
#2E4428
(46,68,40)
#253822
(37,56,34)
#1C2C1C
(28,44,28)
#132016
(19,32,22)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #648C4C

#648C4C
(100,140,76)
#72965C
(114,150,92)
#80A06C
(128,160,108)
#8EAA7C
(142,170,124)
#9CB48C
(156,180,140)
#AABE9C
(170,190,156)
#B8C8AC
(184,200,172)
#C6D2BC
(198,210,188)
#D4DCCC
(212,220,204)
#E2E6DC
(226,230,220)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648C4C; }

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

This text font color is #648C4C.

Background Color

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

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

This div background color is #648C4C.

Border color

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

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

This div border color is #648C4C.

Opacity

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

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

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

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

This text has shadow with #648C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648C4C.

Preview

Color preview on black background

This text has color #648C4C on black background.


Color preview on white background

This text has color #648C4C on white background.


Black color preview on #648C4C background

This text has black color on #648C4C background.


White color preview on #648C4C background

This text has white color on #648C4C background.


Related colors

Complementary color

Complementary color for #hex is #9B73B3.


I love getcolorcode.com

Triadic colors

1 #4C648C and #8C4C64 with #648C4C are triadic colors.

2 #4C8C64 and #8C644C with #648C4C are triadic colors.