COLOR #64836E

HEX: #64836E RGB: (100,131,110)

Color info

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

RGB color model

#64836E color RGB value is (100,131,110).

RGB: (100,131,110) (39%, 51%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 110 of 255 = 43%

100
131
110

R + G + B ~ 44%. #64836E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 131 + 110 = 341 (100%)
R 100 of 341 ~ 29.33%
G 131 of 341 ~ 38.42%
B 110 of 341 ~ 32.26'%

%29.33
%38.42
%32.26

CMYK color model

#64836E color CMYK value is (24,0,16,49).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%

CMYK: (24,0,16,49)
C24M0Y16K49 (24%, 0%, 16%, 49%)
(0.24 / 0.00 / 0.16 / 0.49)

CMYK percentages

%23.66
%0
%16.03
%48.63

Codes

Color #64836E in popluar color models

64 83 6E
RGB 100 131 110
HSL 139° 13.42% 45.29%
HSB/HSV 139° 23.66% 51.37%
CMYK 23.66% 0.00% 16.03%
48.63%

Color #64836E in popluar number systems.

HEX 64 83 6E
Decimal 100 131 110
Binary 1100100 10000011 1101110
Octal 144 203 156

Shades and tints

Shades of #64836E

#64836E
(100,131,110)
#5B7864
(91,120,100)
#526D5A
(82,109,90)
#496250
(73,98,80)
#405746
(64,87,70)
#374C3C
(55,76,60)
#2E4132
(46,65,50)
#253628
(37,54,40)
#1C2B1E
(28,43,30)
#132014
(19,32,20)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #64836E

#64836E
(100,131,110)
#728E7B
(114,142,123)
#809988
(128,153,136)
#8EA495
(142,164,149)
#9CAFA2
(156,175,162)
#AABAAF
(170,186,175)
#B8C5BC
(184,197,188)
#C6D0C9
(198,208,201)
#D4DBD6
(212,219,214)
#E2E6E3
(226,230,227)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64836E color. Also use rgb(100,131,110) instead hex code.

Text Font Color

.myTextColor { color: #64836E; }

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

This text font color is #64836E.

Background Color

.myBgColor { background-color: #64836E; }

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

This div background color is #64836E.

Border color

.myBorderColor { border: 1px solid #64836E; }

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

This div border color is #64836E.

Opacity

.myOpacity80 { color: #64836E; opacity: 0.8; }

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

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

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

This text has shadow with #64836E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64836E.

Preview

Color preview on black background

This text has color #64836E on black background.


Color preview on white background

This text has color #64836E on white background.


Black color preview on #64836E background

This text has black color on #64836E background.


White color preview on #64836E background

This text has white color on #64836E background.


Related colors

Complementary color

Complementary color for #hex is #9B7C91.


I love getcolorcode.com

Triadic colors

1 #6E6483 and #836E64 with #64836E are triadic colors.

2 #6E8364 and #83646E with #64836E are triadic colors.