COLOR #648C4E

HEX: #648C4E
RGB: (100,140,78)

Color info

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

RGB color model

#648C4E color RGB value is (100,140,78).

  • red value is 100;
  • green value is 140;
  • blue value is 78.
RGB:
(100,140,78)
(39%,55%,31%)

RGB channels and saturation

R 100 of 255 = 39%
G 140 of 255 = 55%
B 78 of 255 = 31%

100
140
78

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

Portions of RGB colors in percentages

R + G + B =
100 + 140 + 78 = 318 (100%)
R 100 of 318 ~ 31.45%
G 140 of 318 ~ 44.03%
B 78 of 318 ~ 24.53%

%31.45
%44.03
%24.53

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 44.29%
  • key color value is 45.10%
CMYK:
(29,0,44,45)
C29M0Y44K45 
(29%,0%,44%,45%)
(0.29/0.00/0.44/0.45)	

CMYK percentages

%28.57
%0
%44.29
%45.1

Codes

Color #648C4E in popluar color models

648C4E
RGB10014078
HSL99°28.44%42.75%
HSB/HSV99°44.29%54.90%
CMYK28.57%0.00%44.29%
45.10%

Color #648C4E in popluar number systems.

HEX648C4E
Decimal10014078
Binary1100100100011001001110
Octal144214116

Shades and tints

Shades of #648C4E

#648C4E
(100,140,78)
#5B8047
(91,128,71)
#527440
(82,116,64)
#496839
(73,104,57)
#405C32
(64,92,50)
#37502B
(55,80,43)
#2E4424
(46,68,36)
#25381D
(37,56,29)
#1C2C16
(28,44,22)
#13200F
(19,32,15)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #648C4E

#648C4E
(100,140,78)
#72965E
(114,150,94)
#80A06E
(128,160,110)
#8EAA7E
(142,170,126)
#9CB48E
(156,180,142)
#AABE9E
(170,190,158)
#B8C8AE
(184,200,174)
#C6D2BE
(198,210,190)
#D4DCCE
(212,220,206)
#E2E6DE
(226,230,222)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648C4E; }

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

This text font color is #648C4E.


Background Color

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

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

This div background color is #648C4E.


Border color

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

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

This div border color is #648C4E.


Opacity

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

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

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

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

This text has shadow with #648C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648C4E on black background.


Color preview on white background

This text has color #648C4E on white background.



Black color preview on #648C4E background

This text has black color on #648C4E background.


White color preview on #648C4E background

This text has white color on #648C4E background.