COLOR #486577

HEX: #486577
RGB: (72,101,119)

Color info

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

RGB color model

#486577 color RGB value is (72,101,119).

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

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 119 of 255 = 47%

72
101
119

R + G + B ~ 38%. #486577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 119 = 292 (100%)
R 72 of 292 ~ 24.66%
G 101 of 292 ~ 34.59%
B 119 of 292 ~ 40.75%

%24.66
%34.59
%40.75

CMYK color model

#486577 color CMYK value is (39,15,0,53).

  • cyan value is 39.50%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(39,15,0,53)
C39M15Y0K53 
(39%,15%,0%,53%)
(0.39/0.15/0.00/0.53)	

CMYK percentages

%39.5
%15.13
%0
%53.33

Codes

Color #486577 in popluar color models

486577
RGB72101119
HSL203°24.61%37.45%
HSB/HSV203°39.50%46.67%
CMYK39.50%15.13%0.00%
53.33%

Color #486577 in popluar number systems.

HEX486577
Decimal72101119
Binary100100011001011110111
Octal110145167

Shades and tints

Shades of #486577

#486577
(72,101,119)
#425C6D
(66,92,109)
#3C5363
(60,83,99)
#364A59
(54,74,89)
#30414F
(48,65,79)
#2A3845
(42,56,69)
#242F3B
(36,47,59)
#1E2631
(30,38,49)
#181D27
(24,29,39)
#12141D
(18,20,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #486577

#486577
(72,101,119)
#587383
(88,115,131)
#68818F
(104,129,143)
#788F9B
(120,143,155)
#889DA7
(136,157,167)
#98ABB3
(152,171,179)
#A8B9BF
(168,185,191)
#B8C7CB
(184,199,203)
#C8D5D7
(200,213,215)
#D8E3E3
(216,227,227)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486577; }

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

This text font color is #486577.


Background Color

.myBgColor { background-color: #486577; }

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

This div background color is #486577.


Border color

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

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

This div border color is #486577.


Opacity

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

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

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

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

This text has shadow with #486577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486577 on black background.


Color preview on white background

This text has color #486577 on white background.



Black color preview on #486577 background

This text has black color on #486577 background.


White color preview on #486577 background

This text has white color on #486577 background.