COLOR #64826C

HEX: #64826C
RGB: (100,130,108)

Color info

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

RGB color model

#64826C color RGB value is (100,130,108).

  • red value is 100;
  • green value is 130;
  • blue value is 108.
RGB:
(100,130,108)
(39%,51%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 130 of 255 = 51%
B 108 of 255 = 42%

100
130
108

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

Portions of RGB colors in percentages

R + G + B =
100 + 130 + 108 = 338 (100%)
R 100 of 338 ~ 29.59%
G 130 of 338 ~ 38.46%
B 108 of 338 ~ 31.95%

%29.59
%38.46
%31.95

CMYK color model

#64826C color CMYK value is (23,0,17,49).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(23,0,17,49)
C23M0Y17K49 
(23%,0%,17%,49%)
(0.23/0.00/0.17/0.49)	

CMYK percentages

%23.08
%0
%16.92
%49.02

Codes

Color #64826C in popluar color models

64826C
RGB100130108
HSL136°13.04%45.10%
HSB/HSV136°23.08%50.98%
CMYK23.08%0.00%16.92%
49.02%

Color #64826C in popluar number systems.

HEX64826C
Decimal100130108
Binary1100100100000101101100
Octal144202154

Shades and tints

Shades of #64826C

#64826C
(100,130,108)
#5B7763
(91,119,99)
#526C5A
(82,108,90)
#496151
(73,97,81)
#405648
(64,86,72)
#374B3F
(55,75,63)
#2E4036
(46,64,54)
#25352D
(37,53,45)
#1C2A24
(28,42,36)
#131F1B
(19,31,27)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #64826C

#64826C
(100,130,108)
#728D79
(114,141,121)
#809886
(128,152,134)
#8EA393
(142,163,147)
#9CAEA0
(156,174,160)
#AAB9AD
(170,185,173)
#B8C4BA
(184,196,186)
#C6CFC7
(198,207,199)
#D4DAD4
(212,218,212)
#E2E5E1
(226,229,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64826C color. Also use rgb(100,130,108) instead hex code.

Text Font Color

.myTextColor { color: #64826C; }

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

This text font color is #64826C.


Background Color

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

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

This div background color is #64826C.


Border color

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

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

This div border color is #64826C.


Opacity

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

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

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

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

This text has shadow with #64826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64826C on black background.


Color preview on white background

This text has color #64826C on white background.



Black color preview on #64826C background

This text has black color on #64826C background.


White color preview on #64826C background

This text has white color on #64826C background.