COLOR #485B63

HEX: #485B63 RGB: (72,91,99)

Color info

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

RGB color model

#485B63 color RGB value is (72,91,99).

RGB: (72,91,99) (28%, 36%, 39%)

RGB channels and saturation

R 72 of 255 = 28%
G 91 of 255 = 36%
B 99 of 255 = 39%

72
91
99

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

Portions of RGB colors in percentages

R + G + B = 72 + 91 + 99 = 262 (100%)
R 72 of 262 ~ 27.48%
G 91 of 262 ~ 34.73%
B 99 of 262 ~ 37.79'%

%27.48
%34.73
%37.79

CMYK color model

#485B63 color CMYK value is (27,8,0,61).

  • cyan value is 27.27%
  • magenta value is 8.08%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (27,8,0,61)
C27M8Y0K61 (27%, 8%, 0%, 61%)
(0.27 / 0.08 / 0.00 / 0.61)

CMYK percentages

%27.27
%8.08
%0
%61.18

Codes

Color #485B63 in popluar color models

48 5B 63
RGB 72 91 99
HSL 198° 15.79% 33.53%
HSB/HSV 198° 27.27% 38.82%
CMYK 27.27% 8.08% 0.00%
61.18%

Color #485B63 in popluar number systems.

HEX 48 5B 63
Decimal 72 91 99
Binary 1001000 1011011 1100011
Octal 110 133 143

Shades and tints

Shades of #485B63

#485B63
(72,91,99)
#42535A
(66,83,90)
#3C4B51
(60,75,81)
#364348
(54,67,72)
#303B3F
(48,59,63)
#2A3336
(42,51,54)
#242B2D
(36,43,45)
#1E2324
(30,35,36)
#181B1B
(24,27,27)
#121312
(18,19,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #485B63

#485B63
(72,91,99)
#586971
(88,105,113)
#68777F
(104,119,127)
#78858D
(120,133,141)
#88939B
(136,147,155)
#98A1A9
(152,161,169)
#A8AFB7
(168,175,183)
#B8BDC5
(184,189,197)
#C8CBD3
(200,203,211)
#D8D9E1
(216,217,225)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485B63; }

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

This text font color is #485B63.

Background Color

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

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

This div background color is #485B63.

Border color

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

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

This div border color is #485B63.

Opacity

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

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

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

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

This text has shadow with #485B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485B63.

Preview

Color preview on black background

This text has color #485B63 on black background.


Color preview on white background

This text has color #485B63 on white background.


Black color preview on #485B63 background

This text has black color on #485B63 background.


White color preview on #485B63 background

This text has white color on #485B63 background.


Related colors

Complementary color

Complementary color for #hex is #B7A49C.


I love getcolorcode.com

Triadic colors

1 #63485B and #5B6348 with #485B63 are triadic colors.

2 #635B48 and #5B4863 with #485B63 are triadic colors.