COLOR #64838D

HEX: #64838D
RGB: (100,131,141)

Color info

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

RGB color model

#64838D color RGB value is (100,131,141).

  • red value is 100;
  • green value is 131;
  • blue value is 141.
RGB:
(100,131,141)
(39%,51%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 141 of 255 = 55%

100
131
141

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 141 = 372 (100%)
R 100 of 372 ~ 26.88%
G 131 of 372 ~ 35.22%
B 141 of 372 ~ 37.9%

%26.88
%35.22
%37.9

CMYK color model

#64838D color CMYK value is (29,7,0,45).

  • cyan value is 29.08%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,7,0,45)
C29M7Y0K45 
(29%,7%,0%,45%)
(0.29/0.07/0.00/0.45)	

CMYK percentages

%29.08
%7.09
%0
%44.71

Codes

Color #64838D in popluar color models

64838D
RGB100131141
HSL195°17.01%47.25%
HSB/HSV195°29.08%55.29%
CMYK29.08%7.09%0.00%
44.71%

Color #64838D in popluar number systems.

HEX64838D
Decimal100131141
Binary11001001000001110001101
Octal144203215

Shades and tints

Shades of #64838D

#64838D
(100,131,141)
#5B7881
(91,120,129)
#526D75
(82,109,117)
#496269
(73,98,105)
#40575D
(64,87,93)
#374C51
(55,76,81)
#2E4145
(46,65,69)
#253639
(37,54,57)
#1C2B2D
(28,43,45)
#132021
(19,32,33)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #64838D

#64838D
(100,131,141)
#728E97
(114,142,151)
#8099A1
(128,153,161)
#8EA4AB
(142,164,171)
#9CAFB5
(156,175,181)
#AABABF
(170,186,191)
#B8C5C9
(184,197,201)
#C6D0D3
(198,208,211)
#D4DBDD
(212,219,221)
#E2E6E7
(226,230,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64838D color. Also use rgb(100,131,141) instead hex code.

Text Font Color

.myTextColor { color: #64838D; }

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

This text font color is #64838D.


Background Color

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

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

This div background color is #64838D.


Border color

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

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

This div border color is #64838D.


Opacity

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

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

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

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

This text has shadow with #64838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64838D on black background.


Color preview on white background

This text has color #64838D on white background.



Black color preview on #64838D background

This text has black color on #64838D background.


White color preview on #64838D background

This text has white color on #64838D background.