COLOR #485A63

HEX: #485A63
RGB: (72,90,99)

Color info

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

RGB color model

#485A63 color RGB value is (72,90,99).

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

RGB channels and saturation

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

72
90
99

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

Portions of RGB colors in percentages

R + G + B =
72 + 90 + 99 = 261 (100%)
R 72 of 261 ~ 27.59%
G 90 of 261 ~ 34.48%
B 99 of 261 ~ 37.93%

%27.59
%34.48
%37.93

CMYK color model

#485A63 color CMYK value is (27,9,0,61).

  • cyan value is 27.27%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(27,9,0,61)
C27M9Y0K61 
(27%,9%,0%,61%)
(0.27/0.09/0.00/0.61)	

CMYK percentages

%27.27
%9.09
%0
%61.18

Codes

Color #485A63 in popluar color models

485A63
RGB729099
HSL200°15.79%33.53%
HSB/HSV200°27.27%38.82%
CMYK27.27%9.09%0.00%
61.18%

Color #485A63 in popluar number systems.

HEX485A63
Decimal729099
Binary100100010110101100011
Octal110132143

Shades and tints

Shades of #485A63

#485A63
(72,90,99)
#42525A
(66,82,90)
#3C4A51
(60,74,81)
#364248
(54,66,72)
#303A3F
(48,58,63)
#2A3236
(42,50,54)
#242A2D
(36,42,45)
#1E2224
(30,34,36)
#181A1B
(24,26,27)
#121212
(18,18,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #485A63

#485A63
(72,90,99)
#586971
(88,105,113)
#68787F
(104,120,127)
#78878D
(120,135,141)
#88969B
(136,150,155)
#98A5A9
(152,165,169)
#A8B4B7
(168,180,183)
#B8C3C5
(184,195,197)
#C8D2D3
(200,210,211)
#D8E1E1
(216,225,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485A63; }

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

This text font color is #485A63.


Background Color

.myBgColor { background-color: #485A63; }

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

This div background color is #485A63.


Border color

.myBorderColor { border: 1px solid #485A63; }

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

This div border color is #485A63.


Opacity

.myOpacity80 { color: #485A63; opacity: 0.8; }

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

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

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

This text has shadow with #485A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485A63 on black background.


Color preview on white background

This text has color #485A63 on white background.



Black color preview on #485A63 background

This text has black color on #485A63 background.


White color preview on #485A63 background

This text has white color on #485A63 background.