COLOR #486564

HEX: #486564
RGB: (72,101,100)

Color info

#486564 contains red, green and blue colors in about the same proportion. Web safe color of #486564 is #336666 (or #366).

RGB color model

#486564 color RGB value is (72,101,100).

  • red value is 72;
  • green value is 101;
  • blue value is 100.
RGB:
(72,101,100)
(28%,40%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 100 of 255 = 39%

72
101
100

R + G + B ~ 36%. #486564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 100 = 273 (100%)
R 72 of 273 ~ 26.37%
G 101 of 273 ~ 37%
B 100 of 273 ~ 36.63%

%26.37
%37
%36.63

CMYK color model

#486564 color CMYK value is (29,0,1,60).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(29,0,1,60)
C29M0Y1K60 
(29%,0%,1%,60%)
(0.29/0.00/0.01/0.60)	

CMYK percentages

%28.71
%0
%0.99
%60.39

Codes

Color #486564 in popluar color models

486564
RGB72101100
HSL178°16.76%33.92%
HSB/HSV178°28.71%39.61%
CMYK28.71%0.00%0.99%
60.39%

Color #486564 in popluar number systems.

HEX486564
Decimal72101100
Binary100100011001011100100
Octal110145144

Shades and tints

Shades of #486564

#486564
(72,101,100)
#425C5B
(66,92,91)
#3C5352
(60,83,82)
#364A49
(54,74,73)
#304140
(48,65,64)
#2A3837
(42,56,55)
#242F2E
(36,47,46)
#1E2625
(30,38,37)
#181D1C
(24,29,28)
#121413
(18,20,19)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #486564

#486564
(72,101,100)
#587372
(88,115,114)
#688180
(104,129,128)
#788F8E
(120,143,142)
#889D9C
(136,157,156)
#98ABAA
(152,171,170)
#A8B9B8
(168,185,184)
#B8C7C6
(184,199,198)
#C8D5D4
(200,213,212)
#D8E3E2
(216,227,226)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486564 color. Also use rgb(72,101,100) instead hex code.

Text Font Color

.myTextColor { color: #486564; }

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

This text font color is #486564.


Background Color

.myBgColor { background-color: #486564; }

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

This div background color is #486564.


Border color

.myBorderColor { border: 1px solid #486564; }

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

This div border color is #486564.


Opacity

.myOpacity80 { color: #486564; opacity: 0.8; }

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

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

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

This text has shadow with #486564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486564 on black background.


Color preview on white background

This text has color #486564 on white background.



Black color preview on #486564 background

This text has black color on #486564 background.


White color preview on #486564 background

This text has white color on #486564 background.