COLOR #648447

HEX: #648447
RGB: (100,132,71)

Color info

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

RGB color model

#648447 color RGB value is (100,132,71).

  • red value is 100;
  • green value is 132;
  • blue value is 71.
RGB:
(100,132,71)
(39%,52%,28%)

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 71 of 255 = 28%

100
132
71

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 71 = 303 (100%)
R 100 of 303 ~ 33%
G 132 of 303 ~ 43.56%
B 71 of 303 ~ 23.43%

%33
%43.56
%23.43

CMYK color model

#648447 color CMYK value is (24,0,46,48).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(24,0,46,48)
C24M0Y46K48 
(24%,0%,46%,48%)
(0.24/0.00/0.46/0.48)	

CMYK percentages

%24.24
%0
%46.21
%48.24

Codes

Color #648447 in popluar color models

648447
RGB10013271
HSL91°30.05%39.80%
HSB/HSV91°46.21%51.76%
CMYK24.24%0.00%46.21%
48.24%

Color #648447 in popluar number systems.

HEX648447
Decimal10013271
Binary1100100100001001000111
Octal144204107

Shades and tints

Shades of #648447

#648447
(100,132,71)
#5B7841
(91,120,65)
#526C3B
(82,108,59)
#496035
(73,96,53)
#40542F
(64,84,47)
#374829
(55,72,41)
#2E3C23
(46,60,35)
#25301D
(37,48,29)
#1C2417
(28,36,23)
#131811
(19,24,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #648447

#648447
(100,132,71)
#728F57
(114,143,87)
#809A67
(128,154,103)
#8EA577
(142,165,119)
#9CB087
(156,176,135)
#AABB97
(170,187,151)
#B8C6A7
(184,198,167)
#C6D1B7
(198,209,183)
#D4DCC7
(212,220,199)
#E2E7D7
(226,231,215)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648447 color. Also use rgb(100,132,71) instead hex code.

Text Font Color

.myTextColor { color: #648447; }

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

This text font color is #648447.


Background Color

.myBgColor { background-color: #648447; }

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

This div background color is #648447.


Border color

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

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

This div border color is #648447.


Opacity

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

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

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

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

This text has shadow with #648447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648447 on black background.


Color preview on white background

This text has color #648447 on white background.



Black color preview on #648447 background

This text has black color on #648447 background.


White color preview on #648447 background

This text has white color on #648447 background.