COLOR #647D85

HEX: #647D85
RGB: (100,125,133)

Color info

#647D85 contains red, green and blue colors in about the same proportion. Web safe color of #647D85 is #666699 (or #669).

RGB color model

#647D85 color RGB value is (100,125,133).

  • red value is 100;
  • green value is 125;
  • blue value is 133.
RGB:
(100,125,133)
(39%,49%,52%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 133 of 255 = 52%

100
125
133

R + G + B ~ 47%. #647D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 133 = 358 (100%)
R 100 of 358 ~ 27.93%
G 125 of 358 ~ 34.92%
B 133 of 358 ~ 37.15%

%27.93
%34.92
%37.15

CMYK color model

#647D85 color CMYK value is (25,6,0,48).

  • cyan value is 24.81%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(25,6,0,48)
C25M6Y0K48 
(25%,6%,0%,48%)
(0.25/0.06/0.00/0.48)	

CMYK percentages

%24.81
%6.02
%0
%47.84

Codes

Color #647D85 in popluar color models

647D85
RGB100125133
HSL195°14.16%45.69%
HSB/HSV195°24.81%52.16%
CMYK24.81%6.02%0.00%
47.84%

Color #647D85 in popluar number systems.

HEX647D85
Decimal100125133
Binary1100100111110110000101
Octal144175205

Shades and tints

Shades of #647D85

#647D85
(100,125,133)
#5B7279
(91,114,121)
#52676D
(82,103,109)
#495C61
(73,92,97)
#405155
(64,81,85)
#374649
(55,70,73)
#2E3B3D
(46,59,61)
#253031
(37,48,49)
#1C2525
(28,37,37)
#131A19
(19,26,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #647D85

#647D85
(100,125,133)
#728890
(114,136,144)
#80939B
(128,147,155)
#8E9EA6
(142,158,166)
#9CA9B1
(156,169,177)
#AAB4BC
(170,180,188)
#B8BFC7
(184,191,199)
#C6CAD2
(198,202,210)
#D4D5DD
(212,213,221)
#E2E0E8
(226,224,232)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647D85 color. Also use rgb(100,125,133) instead hex code.

Text Font Color

.myTextColor { color: #647D85; }

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

This text font color is #647D85.


Background Color

.myBgColor { background-color: #647D85; }

<div style="background-color:#647D85">Inner text</div>

This div background color is #647D85.


Border color

.myBorderColor { border: 1px solid #647D85; }

<div style="border:3px solid #647D85">Div</div>

This div border color is #647D85.


Opacity

.myOpacity80 { color: #647D85; opacity: 0.8; }

<p style="color:#647D85;opacity:0.8;">80%</p>

Text with #647D85 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 #647D85;}

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

This text has shadow with #647D85 color.

.textShadow {text-shadow: 3px 3px 1px #647D85, 3px 3px 1px red;}

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

This text has shadow with #647D85 primary color and red secondary color.


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

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

This text has shadow with #647D85 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D85 on black background.


Color preview on white background

This text has color #647D85 on white background.



Black color preview on #647D85 background

This text has black color on #647D85 background.


White color preview on #647D85 background

This text has white color on #647D85 background.