COLOR #648F78

HEX: #648F78
RGB: (100,143,120)

Color info

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

RGB color model

#648F78 color RGB value is (100,143,120).

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

RGB channels and saturation

R 100 of 255 = 39%
G 143 of 255 = 56%
B 120 of 255 = 47%

100
143
120

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

Portions of RGB colors in percentages

R + G + B =
100 + 143 + 120 = 363 (100%)
R 100 of 363 ~ 27.55%
G 143 of 363 ~ 39.39%
B 120 of 363 ~ 33.06%

%27.55
%39.39
%33.06

CMYK color model

#648F78 color CMYK value is (30,0,16,44).

  • cyan value is 30.07%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(30,0,16,44)
C30M0Y16K44 
(30%,0%,16%,44%)
(0.30/0.00/0.16/0.44)	

CMYK percentages

%30.07
%0
%16.08
%43.92

Codes

Color #648F78 in popluar color models

648F78
RGB100143120
HSL148°17.70%47.65%
HSB/HSV148°30.07%56.08%
CMYK30.07%0.00%16.08%
43.92%

Color #648F78 in popluar number systems.

HEX648F78
Decimal100143120
Binary1100100100011111111000
Octal144217170

Shades and tints

Shades of #648F78

#648F78
(100,143,120)
#5B826E
(91,130,110)
#527564
(82,117,100)
#49685A
(73,104,90)
#405B50
(64,91,80)
#374E46
(55,78,70)
#2E413C
(46,65,60)
#253432
(37,52,50)
#1C2728
(28,39,40)
#131A1E
(19,26,30)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #648F78

#648F78
(100,143,120)
#729984
(114,153,132)
#80A390
(128,163,144)
#8EAD9C
(142,173,156)
#9CB7A8
(156,183,168)
#AAC1B4
(170,193,180)
#B8CBC0
(184,203,192)
#C6D5CC
(198,213,204)
#D4DFD8
(212,223,216)
#E2E9E4
(226,233,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648F78; }

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

This text font color is #648F78.


Background Color

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

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

This div background color is #648F78.


Border color

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

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

This div border color is #648F78.


Opacity

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

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

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

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

This text has shadow with #648F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648F78 on black background.


Color preview on white background

This text has color #648F78 on white background.



Black color preview on #648F78 background

This text has black color on #648F78 background.


White color preview on #648F78 background

This text has white color on #648F78 background.