COLOR #486563

HEX: #486563
RGB: (72,101,99)

Color info

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

RGB color model

#486563 color RGB value is (72,101,99).

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

RGB channels and saturation

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

72
101
99

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 99 = 272 (100%)
R 72 of 272 ~ 26.47%
G 101 of 272 ~ 37.13%
B 99 of 272 ~ 36.4%

%26.47
%37.13
%36.4

CMYK color model

#486563 color CMYK value is (29,0,2,60).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 1.98%
  • key color value is 60.39%
CMYK:
(29,0,2,60)
C29M0Y2K60 
(29%,0%,2%,60%)
(0.29/0.00/0.02/0.60)	

CMYK percentages

%28.71
%0
%1.98
%60.39

Codes

Color #486563 in popluar color models

486563
RGB7210199
HSL176°16.76%33.92%
HSB/HSV176°28.71%39.61%
CMYK28.71%0.00%1.98%
60.39%

Color #486563 in popluar number systems.

HEX486563
Decimal7210199
Binary100100011001011100011
Octal110145143

Shades and tints

Shades of #486563

#486563
(72,101,99)
#425C5A
(66,92,90)
#3C5351
(60,83,81)
#364A48
(54,74,72)
#30413F
(48,65,63)
#2A3836
(42,56,54)
#242F2D
(36,47,45)
#1E2624
(30,38,36)
#181D1B
(24,29,27)
#121412
(18,20,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #486563

#486563
(72,101,99)
#587371
(88,115,113)
#68817F
(104,129,127)
#788F8D
(120,143,141)
#889D9B
(136,157,155)
#98ABA9
(152,171,169)
#A8B9B7
(168,185,183)
#B8C7C5
(184,199,197)
#C8D5D3
(200,213,211)
#D8E3E1
(216,227,225)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486563; }

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

This text font color is #486563.


Background Color

.myBgColor { background-color: #486563; }

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

This div background color is #486563.


Border color

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

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

This div border color is #486563.


Opacity

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

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

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

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

This text has shadow with #486563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486563 on black background.


Color preview on white background

This text has color #486563 on white background.



Black color preview on #486563 background

This text has black color on #486563 background.


White color preview on #486563 background

This text has white color on #486563 background.