COLOR #648B4C

HEX: #648B4C
RGB: (100,139,76)

Color info

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

RGB color model

#648B4C color RGB value is (100,139,76).

  • red value is 100;
  • green value is 139;
  • blue value is 76.
RGB:
(100,139,76)
(39%,55%,30%)

RGB channels and saturation

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

100
139
76

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

Portions of RGB colors in percentages

R + G + B =
100 + 139 + 76 = 315 (100%)
R 100 of 315 ~ 31.75%
G 139 of 315 ~ 44.13%
B 76 of 315 ~ 24.13%

%31.75
%44.13
%24.13

CMYK color model

#648B4C color CMYK value is (28,0,45,45).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 45.32%
  • key color value is 45.49%
CMYK:
(28,0,45,45)
C28M0Y45K45 
(28%,0%,45%,45%)
(0.28/0.00/0.45/0.45)	

CMYK percentages

%28.06
%0
%45.32
%45.49

Codes

Color #648B4C in popluar color models

648B4C
RGB10013976
HSL97°29.30%42.16%
HSB/HSV97°45.32%54.51%
CMYK28.06%0.00%45.32%
45.49%

Color #648B4C in popluar number systems.

HEX648B4C
Decimal10013976
Binary1100100100010111001100
Octal144213114

Shades and tints

Shades of #648B4C

#648B4C
(100,139,76)
#5B7F46
(91,127,70)
#527340
(82,115,64)
#49673A
(73,103,58)
#405B34
(64,91,52)
#374F2E
(55,79,46)
#2E4328
(46,67,40)
#253722
(37,55,34)
#1C2B1C
(28,43,28)
#131F16
(19,31,22)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #648B4C

#648B4C
(100,139,76)
#72955C
(114,149,92)
#809F6C
(128,159,108)
#8EA97C
(142,169,124)
#9CB38C
(156,179,140)
#AABD9C
(170,189,156)
#B8C7AC
(184,199,172)
#C6D1BC
(198,209,188)
#D4DBCC
(212,219,204)
#E2E5DC
(226,229,220)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648B4C; }

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

This text font color is #648B4C.


Background Color

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

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

This div background color is #648B4C.


Border color

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

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

This div border color is #648B4C.


Opacity

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

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

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

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

This text has shadow with #648B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648B4C on black background.


Color preview on white background

This text has color #648B4C on white background.



Black color preview on #648B4C background

This text has black color on #648B4C background.


White color preview on #648B4C background

This text has white color on #648B4C background.