COLOR #648460

HEX: #648460
RGB: (100,132,96)

Color info

#648460 contains red, green and blue colors in about the same proportion. Web safe color of #648460 is #669966 (or #696).

RGB color model

#648460 color RGB value is (100,132,96).

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

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 96 of 255 = 38%

100
132
96

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 96 = 328 (100%)
R 100 of 328 ~ 30.49%
G 132 of 328 ~ 40.24%
B 96 of 328 ~ 29.27%

%30.49
%40.24
%29.27

CMYK color model

#648460 color CMYK value is (24,0,27,48).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(24,0,27,48)
C24M0Y27K48 
(24%,0%,27%,48%)
(0.24/0.00/0.27/0.48)	

CMYK percentages

%24.24
%0
%27.27
%48.24

Codes

Color #648460 in popluar color models

648460
RGB10013296
HSL113°15.79%44.71%
HSB/HSV113°27.27%51.76%
CMYK24.24%0.00%27.27%
48.24%

Color #648460 in popluar number systems.

HEX648460
Decimal10013296
Binary1100100100001001100000
Octal144204140

Shades and tints

Shades of #648460

#648460
(100,132,96)
#5B7858
(91,120,88)
#526C50
(82,108,80)
#496048
(73,96,72)
#405440
(64,84,64)
#374838
(55,72,56)
#2E3C30
(46,60,48)
#253028
(37,48,40)
#1C2420
(28,36,32)
#131818
(19,24,24)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #648460

#648460
(100,132,96)
#728F6E
(114,143,110)
#809A7C
(128,154,124)
#8EA58A
(142,165,138)
#9CB098
(156,176,152)
#AABBA6
(170,187,166)
#B8C6B4
(184,198,180)
#C6D1C2
(198,209,194)
#D4DCD0
(212,220,208)
#E2E7DE
(226,231,222)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648460; }

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

This text font color is #648460.


Background Color

.myBgColor { background-color: #648460; }

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

This div background color is #648460.


Border color

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

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

This div border color is #648460.


Opacity

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

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

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

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

This text has shadow with #648460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648460 on black background.


Color preview on white background

This text has color #648460 on white background.



Black color preview on #648460 background

This text has black color on #648460 background.


White color preview on #648460 background

This text has white color on #648460 background.