COLOR #648380

HEX: #648380
RGB: (100,131,128)

Color info

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

RGB color model

#648380 color RGB value is (100,131,128).

  • red value is 100;
  • green value is 131;
  • blue value is 128.
RGB:
(100,131,128)
(39%,51%,50%)

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 128 of 255 = 50%

100
131
128

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 128 = 359 (100%)
R 100 of 359 ~ 27.86%
G 131 of 359 ~ 36.49%
B 128 of 359 ~ 35.65%

%27.86
%36.49
%35.65

CMYK color model

#648380 color CMYK value is (24,0,2,49).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 48.63%
CMYK:
(24,0,2,49)
C24M0Y2K49 
(24%,0%,2%,49%)
(0.24/0.00/0.02/0.49)	

CMYK percentages

%23.66
%0
%2.29
%48.63

Codes

Color #648380 in popluar color models

648380
RGB100131128
HSL174°13.42%45.29%
HSB/HSV174°23.66%51.37%
CMYK23.66%0.00%2.29%
48.63%

Color #648380 in popluar number systems.

HEX648380
Decimal100131128
Binary11001001000001110000000
Octal144203200

Shades and tints

Shades of #648380

#648380
(100,131,128)
#5B7875
(91,120,117)
#526D6A
(82,109,106)
#49625F
(73,98,95)
#405754
(64,87,84)
#374C49
(55,76,73)
#2E413E
(46,65,62)
#253633
(37,54,51)
#1C2B28
(28,43,40)
#13201D
(19,32,29)
#0A1512
(10,21,18)
#000000
(0,0,0)

Tints of #648380

#648380
(100,131,128)
#728E8B
(114,142,139)
#809996
(128,153,150)
#8EA4A1
(142,164,161)
#9CAFAC
(156,175,172)
#AABAB7
(170,186,183)
#B8C5C2
(184,197,194)
#C6D0CD
(198,208,205)
#D4DBD8
(212,219,216)
#E2E6E3
(226,230,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648380 color. Also use rgb(100,131,128) instead hex code.

Text Font Color

.myTextColor { color: #648380; }

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

This text font color is #648380.


Background Color

.myBgColor { background-color: #648380; }

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

This div background color is #648380.


Border color

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

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

This div border color is #648380.


Opacity

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

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

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

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

This text has shadow with #648380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648380 on black background.


Color preview on white background

This text has color #648380 on white background.



Black color preview on #648380 background

This text has black color on #648380 background.


White color preview on #648380 background

This text has white color on #648380 background.