COLOR #648378

HEX: #648378
RGB: (100,131,120)

Color info

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

RGB color model

#648378 color RGB value is (100,131,120).

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

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 120 of 255 = 47%

100
131
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 120 = 351 (100%)
R 100 of 351 ~ 28.49%
G 131 of 351 ~ 37.32%
B 120 of 351 ~ 34.19%

%28.49
%37.32
%34.19

CMYK color model

#648378 color CMYK value is (24,0,8,49).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(24,0,8,49)
C24M0Y8K49 
(24%,0%,8%,49%)
(0.24/0.00/0.08/0.49)	

CMYK percentages

%23.66
%0
%8.4
%48.63

Codes

Color #648378 in popluar color models

648378
RGB100131120
HSL159°13.42%45.29%
HSB/HSV159°23.66%51.37%
CMYK23.66%0.00%8.40%
48.63%

Color #648378 in popluar number systems.

HEX648378
Decimal100131120
Binary1100100100000111111000
Octal144203170

Shades and tints

Shades of #648378

#648378
(100,131,120)
#5B786E
(91,120,110)
#526D64
(82,109,100)
#49625A
(73,98,90)
#405750
(64,87,80)
#374C46
(55,76,70)
#2E413C
(46,65,60)
#253632
(37,54,50)
#1C2B28
(28,43,40)
#13201E
(19,32,30)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #648378

#648378
(100,131,120)
#728E84
(114,142,132)
#809990
(128,153,144)
#8EA49C
(142,164,156)
#9CAFA8
(156,175,168)
#AABAB4
(170,186,180)
#B8C5C0
(184,197,192)
#C6D0CC
(198,208,204)
#D4DBD8
(212,219,216)
#E2E6E4
(226,230,228)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648378; }

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

This text font color is #648378.


Background Color

.myBgColor { background-color: #648378; }

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

This div background color is #648378.


Border color

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

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

This div border color is #648378.


Opacity

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

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

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

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

This text has shadow with #648378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648378 on black background.


Color preview on white background

This text has color #648378 on white background.



Black color preview on #648378 background

This text has black color on #648378 background.


White color preview on #648378 background

This text has white color on #648378 background.