COLOR #64877C

HEX: #64877C
RGB: (100,135,124)

Color info

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

RGB color model

#64877C color RGB value is (100,135,124).

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

RGB channels and saturation

R 100 of 255 = 39%
G 135 of 255 = 53%
B 124 of 255 = 49%

100
135
124

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

Portions of RGB colors in percentages

R + G + B =
100 + 135 + 124 = 359 (100%)
R 100 of 359 ~ 27.86%
G 135 of 359 ~ 37.6%
B 124 of 359 ~ 34.54%

%27.86
%37.6
%34.54

CMYK color model

#64877C color CMYK value is (26,0,8,47).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(26,0,8,47)
C26M0Y8K47 
(26%,0%,8%,47%)
(0.26/0.00/0.08/0.47)	

CMYK percentages

%25.93
%0
%8.15
%47.06

Codes

Color #64877C in popluar color models

64877C
RGB100135124
HSL161°14.89%46.08%
HSB/HSV161°25.93%52.94%
CMYK25.93%0.00%8.15%
47.06%

Color #64877C in popluar number systems.

HEX64877C
Decimal100135124
Binary1100100100001111111100
Octal144207174

Shades and tints

Shades of #64877C

#64877C
(100,135,124)
#5B7B71
(91,123,113)
#526F66
(82,111,102)
#49635B
(73,99,91)
#405750
(64,87,80)
#374B45
(55,75,69)
#2E3F3A
(46,63,58)
#25332F
(37,51,47)
#1C2724
(28,39,36)
#131B19
(19,27,25)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #64877C

#64877C
(100,135,124)
#729187
(114,145,135)
#809B92
(128,155,146)
#8EA59D
(142,165,157)
#9CAFA8
(156,175,168)
#AAB9B3
(170,185,179)
#B8C3BE
(184,195,190)
#C6CDC9
(198,205,201)
#D4D7D4
(212,215,212)
#E2E1DF
(226,225,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64877C; }

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

This text font color is #64877C.


Background Color

.myBgColor { background-color: #64877C; }

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

This div background color is #64877C.


Border color

.myBorderColor { border: 1px solid #64877C; }

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

This div border color is #64877C.


Opacity

.myOpacity80 { color: #64877C; opacity: 0.8; }

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

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

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

This text has shadow with #64877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64877C on black background.


Color preview on white background

This text has color #64877C on white background.



Black color preview on #64877C background

This text has black color on #64877C background.


White color preview on #64877C background

This text has white color on #64877C background.