COLOR #64825E

HEX: #64825E
RGB: (100,130,94)

Color info

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

RGB color model

#64825E color RGB value is (100,130,94).

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

RGB channels and saturation

R 100 of 255 = 39%
G 130 of 255 = 51%
B 94 of 255 = 37%

100
130
94

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

Portions of RGB colors in percentages

R + G + B =
100 + 130 + 94 = 324 (100%)
R 100 of 324 ~ 30.86%
G 130 of 324 ~ 40.12%
B 94 of 324 ~ 29.01%

%30.86
%40.12
%29.01

CMYK color model

#64825E color CMYK value is (23,0,28,49).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(23,0,28,49)
C23M0Y28K49 
(23%,0%,28%,49%)
(0.23/0.00/0.28/0.49)	

CMYK percentages

%23.08
%0
%27.69
%49.02

Codes

Color #64825E in popluar color models

64825E
RGB10013094
HSL110°16.07%43.92%
HSB/HSV110°27.69%50.98%
CMYK23.08%0.00%27.69%
49.02%

Color #64825E in popluar number systems.

HEX64825E
Decimal10013094
Binary1100100100000101011110
Octal144202136

Shades and tints

Shades of #64825E

#64825E
(100,130,94)
#5B7756
(91,119,86)
#526C4E
(82,108,78)
#496146
(73,97,70)
#40563E
(64,86,62)
#374B36
(55,75,54)
#2E402E
(46,64,46)
#253526
(37,53,38)
#1C2A1E
(28,42,30)
#131F16
(19,31,22)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #64825E

#64825E
(100,130,94)
#728D6C
(114,141,108)
#80987A
(128,152,122)
#8EA388
(142,163,136)
#9CAE96
(156,174,150)
#AAB9A4
(170,185,164)
#B8C4B2
(184,196,178)
#C6CFC0
(198,207,192)
#D4DACE
(212,218,206)
#E2E5DC
(226,229,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64825E color. Also use rgb(100,130,94) instead hex code.

Text Font Color

.myTextColor { color: #64825E; }

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

This text font color is #64825E.


Background Color

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

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

This div background color is #64825E.


Border color

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

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

This div border color is #64825E.


Opacity

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

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

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

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

This text has shadow with #64825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64825E on black background.


Color preview on white background

This text has color #64825E on white background.



Black color preview on #64825E background

This text has black color on #64825E background.


White color preview on #64825E background

This text has white color on #64825E background.