COLOR #64828F

HEX: #64828F
RGB: (100,130,143)

Color info

#64828F contains red, green and blue colors in about the same proportion. Web safe color of #64828F is #669999 (or #699).

RGB color model

#64828F color RGB value is (100,130,143).

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

RGB channels and saturation

R 100 of 255 = 39%
G 130 of 255 = 51%
B 143 of 255 = 56%

100
130
143

R + G + B ~ 49%. #64828F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 130 + 143 = 373 (100%)
R 100 of 373 ~ 26.81%
G 130 of 373 ~ 34.85%
B 143 of 373 ~ 38.34%

%26.81
%34.85
%38.34

CMYK color model

#64828F color CMYK value is (30,9,0,44).

  • cyan value is 30.07%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(30,9,0,44)
C30M9Y0K44 
(30%,9%,0%,44%)
(0.30/0.09/0.00/0.44)	

CMYK percentages

%30.07
%9.09
%0
%43.92

Codes

Color #64828F in popluar color models

64828F
RGB100130143
HSL198°17.70%47.65%
HSB/HSV198°30.07%56.08%
CMYK30.07%9.09%0.00%
43.92%

Color #64828F in popluar number systems.

HEX64828F
Decimal100130143
Binary11001001000001010001111
Octal144202217

Shades and tints

Shades of #64828F

#64828F
(100,130,143)
#5B7782
(91,119,130)
#526C75
(82,108,117)
#496168
(73,97,104)
#40565B
(64,86,91)
#374B4E
(55,75,78)
#2E4041
(46,64,65)
#253534
(37,53,52)
#1C2A27
(28,42,39)
#131F1A
(19,31,26)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #64828F

#64828F
(100,130,143)
#728D99
(114,141,153)
#8098A3
(128,152,163)
#8EA3AD
(142,163,173)
#9CAEB7
(156,174,183)
#AAB9C1
(170,185,193)
#B8C4CB
(184,196,203)
#C6CFD5
(198,207,213)
#D4DADF
(212,218,223)
#E2E5E9
(226,229,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64828F color. Also use rgb(100,130,143) instead hex code.

Text Font Color

.myTextColor { color: #64828F; }

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

This text font color is #64828F.


Background Color

.myBgColor { background-color: #64828F; }

<div style="background-color:#64828F">Inner text</div>

This div background color is #64828F.


Border color

.myBorderColor { border: 1px solid #64828F; }

<div style="border:3px solid #64828F">Div</div>

This div border color is #64828F.


Opacity

.myOpacity80 { color: #64828F; opacity: 0.8; }

<p style="color:#64828F;opacity:0.8;">80%</p>

Text with #64828F 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 #64828F;}

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

This text has shadow with #64828F color.

.textShadow {text-shadow: 3px 3px 1px #64828F, 3px 3px 1px red;}

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

This text has shadow with #64828F primary color and red secondary color.


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

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

This text has shadow with #64828F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64828F on black background.


Color preview on white background

This text has color #64828F on white background.



Black color preview on #64828F background

This text has black color on #64828F background.


White color preview on #64828F background

This text has white color on #64828F background.