COLOR #485D80

HEX: #485D80
RGB: (72,93,128)

Color info

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

RGB color model

#485D80 color RGB value is (72,93,128).

  • red value is 72;
  • green value is 93;
  • blue value is 128.
RGB:
(72,93,128)
(28%,36%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 128 of 255 = 50%

72
93
128

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

Portions of RGB colors in percentages

R + G + B =
72 + 93 + 128 = 293 (100%)
R 72 of 293 ~ 24.57%
G 93 of 293 ~ 31.74%
B 128 of 293 ~ 43.69%

%24.57
%31.74
%43.69

CMYK color model

#485D80 color CMYK value is (44,27,0,50).

  • cyan value is 43.75%
  • magenta value is 27.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(44,27,0,50)
C44M27Y0K50 
(44%,27%,0%,50%)
(0.44/0.27/0.00/0.50)	

CMYK percentages

%43.75
%27.34
%0
%49.8

Codes

Color #485D80 in popluar color models

485D80
RGB7293128
HSL218°28.00%39.22%
HSB/HSV218°43.75%50.20%
CMYK43.75%27.34%0.00%
49.80%

Color #485D80 in popluar number systems.

HEX485D80
Decimal7293128
Binary1001000101110110000000
Octal110135200

Shades and tints

Shades of #485D80

#485D80
(72,93,128)
#425575
(66,85,117)
#3C4D6A
(60,77,106)
#36455F
(54,69,95)
#303D54
(48,61,84)
#2A3549
(42,53,73)
#242D3E
(36,45,62)
#1E2533
(30,37,51)
#181D28
(24,29,40)
#12151D
(18,21,29)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #485D80

#485D80
(72,93,128)
#586B8B
(88,107,139)
#687996
(104,121,150)
#7887A1
(120,135,161)
#8895AC
(136,149,172)
#98A3B7
(152,163,183)
#A8B1C2
(168,177,194)
#B8BFCD
(184,191,205)
#C8CDD8
(200,205,216)
#D8DBE3
(216,219,227)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485D80 color. Also use rgb(72,93,128) instead hex code.

Text Font Color

.myTextColor { color: #485D80; }

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

This text font color is #485D80.


Background Color

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

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

This div background color is #485D80.


Border color

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

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

This div border color is #485D80.


Opacity

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

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

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

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

This text has shadow with #485D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485D80 on black background.


Color preview on white background

This text has color #485D80 on white background.



Black color preview on #485D80 background

This text has black color on #485D80 background.


White color preview on #485D80 background

This text has white color on #485D80 background.