COLOR #485863

HEX: #485863
RGB: (72,88,99)

Color info

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

RGB color model

#485863 color RGB value is (72,88,99).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 99 of 255 = 39%

72
88
99

R + G + B ~ 34%. #485863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 99 = 259 (100%)
R 72 of 259 ~ 27.8%
G 88 of 259 ~ 33.98%
B 99 of 259 ~ 38.22%

%27.8
%33.98
%38.22

CMYK color model

#485863 color CMYK value is (27,11,0,61).

  • cyan value is 27.27%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(27,11,0,61)
C27M11Y0K61 
(27%,11%,0%,61%)
(0.27/0.11/0.00/0.61)	

CMYK percentages

%27.27
%11.11
%0
%61.18

Codes

Color #485863 in popluar color models

485863
RGB728899
HSL204°15.79%33.53%
HSB/HSV204°27.27%38.82%
CMYK27.27%11.11%0.00%
61.18%

Color #485863 in popluar number systems.

HEX485863
Decimal728899
Binary100100010110001100011
Octal110130143

Shades and tints

Shades of #485863

#485863
(72,88,99)
#42505A
(66,80,90)
#3C4851
(60,72,81)
#364048
(54,64,72)
#30383F
(48,56,63)
#2A3036
(42,48,54)
#24282D
(36,40,45)
#1E2024
(30,32,36)
#18181B
(24,24,27)
#121012
(18,16,18)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #485863

#485863
(72,88,99)
#586771
(88,103,113)
#68767F
(104,118,127)
#78858D
(120,133,141)
#88949B
(136,148,155)
#98A3A9
(152,163,169)
#A8B2B7
(168,178,183)
#B8C1C5
(184,193,197)
#C8D0D3
(200,208,211)
#D8DFE1
(216,223,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485863; }

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

This text font color is #485863.


Background Color

.myBgColor { background-color: #485863; }

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

This div background color is #485863.


Border color

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

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

This div border color is #485863.


Opacity

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

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

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

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

This text has shadow with #485863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485863 on black background.


Color preview on white background

This text has color #485863 on white background.



Black color preview on #485863 background

This text has black color on #485863 background.


White color preview on #485863 background

This text has white color on #485863 background.