COLOR #64856D

HEX: #64856D RGB: (100,133,109)

Color info

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

RGB color model

#64856D color RGB value is (100,133,109).

RGB: (100,133,109) (39%, 52%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 133 of 255 = 52%
B 109 of 255 = 43%

100
133
109

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

Portions of RGB colors in percentages

R + G + B = 100 + 133 + 109 = 342 (100%)
R 100 of 342 ~ 29.24%
G 133 of 342 ~ 38.89%
B 109 of 342 ~ 31.87'%

%29.24
%38.89
%31.87

CMYK color model

#64856D color CMYK value is (25,0,18,48).

  • cyan value is 24.81%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%

CMYK: (25,0,18,48)
C25M0Y18K48 (25%, 0%, 18%, 48%)
(0.25 / 0.00 / 0.18 / 0.48)

CMYK percentages

%24.81
%0
%18.05
%47.84

Codes

Color #64856D in popluar color models

64 85 6D
RGB 100 133 109
HSL 136° 14.16% 45.69%
HSB/HSV 136° 24.81% 52.16%
CMYK 24.81% 0.00% 18.05%
47.84%

Color #64856D in popluar number systems.

HEX 64 85 6D
Decimal 100 133 109
Binary 1100100 10000101 1101101
Octal 144 205 155

Shades and tints

Shades of #64856D

#64856D
(100,133,109)
#5B7964
(91,121,100)
#526D5B
(82,109,91)
#496152
(73,97,82)
#405549
(64,85,73)
#374940
(55,73,64)
#2E3D37
(46,61,55)
#25312E
(37,49,46)
#1C2525
(28,37,37)
#13191C
(19,25,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #64856D

#64856D
(100,133,109)
#72907A
(114,144,122)
#809B87
(128,155,135)
#8EA694
(142,166,148)
#9CB1A1
(156,177,161)
#AABCAE
(170,188,174)
#B8C7BB
(184,199,187)
#C6D2C8
(198,210,200)
#D4DDD5
(212,221,213)
#E2E8E2
(226,232,226)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64856D color. Also use rgb(100,133,109) instead hex code.

Text Font Color

.myTextColor { color: #64856D; }

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

This text font color is #64856D.

Background Color

.myBgColor { background-color: #64856D; }

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

This div background color is #64856D.

Border color

.myBorderColor { border: 1px solid #64856D; }

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

This div border color is #64856D.

Opacity

.myOpacity80 { color: #64856D; opacity: 0.8; }

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

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

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

This text has shadow with #64856D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64856D.

Preview

Color preview on black background

This text has color #64856D on black background.


Color preview on white background

This text has color #64856D on white background.


Black color preview on #64856D background

This text has black color on #64856D background.


White color preview on #64856D background

This text has white color on #64856D background.


Related colors

Complementary color

Complementary color for #hex is #9B7A92.


I love getcolorcode.com

Triadic colors

1 #6D6485 and #856D64 with #64856D are triadic colors.

2 #6D8564 and #85646D with #64856D are triadic colors.