COLOR #648E6F

HEX: #648E6F RGB: (100,142,111)

Color info

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

RGB color model

#648E6F color RGB value is (100,142,111).

RGB: (100,142,111) (39%, 56%, 44%)

RGB channels and saturation

R 100 of 255 = 39%
G 142 of 255 = 56%
B 111 of 255 = 44%

100
142
111

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

Portions of RGB colors in percentages

R + G + B = 100 + 142 + 111 = 353 (100%)
R 100 of 353 ~ 28.33%
G 142 of 353 ~ 40.23%
B 111 of 353 ~ 31.44'%

%28.33
%40.23
%31.44

CMYK color model

#648E6F color CMYK value is (30,0,22,44).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 44.31%

CMYK: (30,0,22,44)
C30M0Y22K44 (30%, 0%, 22%, 44%)
(0.30 / 0.00 / 0.22 / 0.44)

CMYK percentages

%29.58
%0
%21.83
%44.31

Codes

Color #648E6F in popluar color models

64 8E 6F
RGB 100 142 111
HSL 136° 17.36% 47.45%
HSB/HSV 136° 29.58% 55.69%
CMYK 29.58% 0.00% 21.83%
44.31%

Color #648E6F in popluar number systems.

HEX 64 8E 6F
Decimal 100 142 111
Binary 1100100 10001110 1101111
Octal 144 216 157

Shades and tints

Shades of #648E6F

#648E6F
(100,142,111)
#5B8265
(91,130,101)
#52765B
(82,118,91)
#496A51
(73,106,81)
#405E47
(64,94,71)
#37523D
(55,82,61)
#2E4633
(46,70,51)
#253A29
(37,58,41)
#1C2E1F
(28,46,31)
#132215
(19,34,21)
#0A160B
(10,22,11)
#000000
(0,0,0)

Tints of #648E6F

#648E6F
(100,142,111)
#72987C
(114,152,124)
#80A289
(128,162,137)
#8EAC96
(142,172,150)
#9CB6A3
(156,182,163)
#AAC0B0
(170,192,176)
#B8CABD
(184,202,189)
#C6D4CA
(198,212,202)
#D4DED7
(212,222,215)
#E2E8E4
(226,232,228)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648E6F color. Also use rgb(100,142,111) instead hex code.

Text Font Color

.myTextColor { color: #648E6F; }

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

This text font color is #648E6F.

Background Color

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

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

This div background color is #648E6F.

Border color

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

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

This div border color is #648E6F.

Opacity

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

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

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

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

This text has shadow with #648E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #648E6F.

Preview

Color preview on black background

This text has color #648E6F on black background.


Color preview on white background

This text has color #648E6F on white background.


Black color preview on #648E6F background

This text has black color on #648E6F background.


White color preview on #648E6F background

This text has white color on #648E6F background.


Related colors

Complementary color

Complementary color for #hex is #9B7190.


I love getcolorcode.com

Triadic colors

1 #6F648E and #8E6F64 with #648E6F are triadic colors.

2 #6F8E64 and #8E646F with #648E6F are triadic colors.