COLOR #648762

HEX: #648762
RGB: (100,135,98)

Color info

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

RGB color model

#648762 color RGB value is (100,135,98).

  • red value is 100;
  • green value is 135;
  • blue value is 98.
RGB:
(100,135,98)
(39%,53%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 98 of 255 = 38%

100
135
98

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 98 = 333 (100%)
R 100 of 333 ~ 30.03%
G 135 of 333 ~ 40.54%
B 98 of 333 ~ 29.43%

%30.03
%40.54
%29.43

CMYK color model

#648762 color CMYK value is (26,0,27,47).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 27.41%
  • key color value is 47.06%
CMYK:
(26,0,27,47)
C26M0Y27K47 
(26%,0%,27%,47%)
(0.26/0.00/0.27/0.47)	

CMYK percentages

%25.93
%0
%27.41
%47.06

Codes

Color #648762 in popluar color models

648762
RGB10013598
HSL117°15.88%45.69%
HSB/HSV117°27.41%52.94%
CMYK25.93%0.00%27.41%
47.06%

Color #648762 in popluar number systems.

HEX648762
Decimal10013598
Binary1100100100001111100010
Octal144207142

Shades and tints

Shades of #648762

#648762
(100,135,98)
#5B7B5A
(91,123,90)
#526F52
(82,111,82)
#49634A
(73,99,74)
#405742
(64,87,66)
#374B3A
(55,75,58)
#2E3F32
(46,63,50)
#25332A
(37,51,42)
#1C2722
(28,39,34)
#131B1A
(19,27,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #648762

#648762
(100,135,98)
#729170
(114,145,112)
#809B7E
(128,155,126)
#8EA58C
(142,165,140)
#9CAF9A
(156,175,154)
#AAB9A8
(170,185,168)
#B8C3B6
(184,195,182)
#C6CDC4
(198,205,196)
#D4D7D2
(212,215,210)
#E2E1E0
(226,225,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648762 color. Also use rgb(100,135,98) instead hex code.

Text Font Color

.myTextColor { color: #648762; }

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

This text font color is #648762.


Background Color

.myBgColor { background-color: #648762; }

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

This div background color is #648762.


Border color

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

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

This div border color is #648762.


Opacity

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

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

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

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

This text has shadow with #648762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648762 on black background.


Color preview on white background

This text has color #648762 on white background.



Black color preview on #648762 background

This text has black color on #648762 background.


White color preview on #648762 background

This text has white color on #648762 background.