COLOR #648E68

HEX: #648E68
RGB: (100,142,104)

Color info

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

RGB color model

#648E68 color RGB value is (100,142,104).

  • red value is 100;
  • green value is 142;
  • blue value is 104.
RGB:
(100,142,104)
(39%,56%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 142 of 255 = 56%
B 104 of 255 = 41%

100
142
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 142 + 104 = 346 (100%)
R 100 of 346 ~ 28.9%
G 142 of 346 ~ 41.04%
B 104 of 346 ~ 30.06%

%28.9
%41.04
%30.06

CMYK color model

#648E68 color CMYK value is (30,0,27,44).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 44.31%
CMYK:
(30,0,27,44)
C30M0Y27K44 
(30%,0%,27%,44%)
(0.30/0.00/0.27/0.44)	

CMYK percentages

%29.58
%0
%26.76
%44.31

Codes

Color #648E68 in popluar color models

648E68
RGB100142104
HSL126°17.36%47.45%
HSB/HSV126°29.58%55.69%
CMYK29.58%0.00%26.76%
44.31%

Color #648E68 in popluar number systems.

HEX648E68
Decimal100142104
Binary1100100100011101101000
Octal144216150

Shades and tints

Shades of #648E68

#648E68
(100,142,104)
#5B825F
(91,130,95)
#527656
(82,118,86)
#496A4D
(73,106,77)
#405E44
(64,94,68)
#37523B
(55,82,59)
#2E4632
(46,70,50)
#253A29
(37,58,41)
#1C2E20
(28,46,32)
#132217
(19,34,23)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #648E68

#648E68
(100,142,104)
#729875
(114,152,117)
#80A282
(128,162,130)
#8EAC8F
(142,172,143)
#9CB69C
(156,182,156)
#AAC0A9
(170,192,169)
#B8CAB6
(184,202,182)
#C6D4C3
(198,212,195)
#D4DED0
(212,222,208)
#E2E8DD
(226,232,221)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #648E68; }

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

This text font color is #648E68.


Background Color

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

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

This div background color is #648E68.


Border color

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

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

This div border color is #648E68.


Opacity

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

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

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

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

This text has shadow with #648E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648E68 on black background.


Color preview on white background

This text has color #648E68 on white background.



Black color preview on #648E68 background

This text has black color on #648E68 background.


White color preview on #648E68 background

This text has white color on #648E68 background.