COLOR #485B5F

HEX: #485B5F
RGB: (72,91,95)

Color info

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

RGB color model

#485B5F color RGB value is (72,91,95).

  • red value is 72;
  • green value is 91;
  • blue value is 95.
RGB:
(72,91,95)
(28%,36%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 91 of 255 = 36%
B 95 of 255 = 37%

72
91
95

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

Portions of RGB colors in percentages

R + G + B =
72 + 91 + 95 = 258 (100%)
R 72 of 258 ~ 27.91%
G 91 of 258 ~ 35.27%
B 95 of 258 ~ 36.82%

%27.91
%35.27
%36.82

CMYK color model

#485B5F color CMYK value is (24,4,0,63).

  • cyan value is 24.21%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(24,4,0,63)
C24M4Y0K63 
(24%,4%,0%,63%)
(0.24/0.04/0.00/0.63)	

CMYK percentages

%24.21
%4.21
%0
%62.75

Codes

Color #485B5F in popluar color models

485B5F
RGB729195
HSL190°13.77%32.75%
HSB/HSV190°24.21%37.25%
CMYK24.21%4.21%0.00%
62.75%

Color #485B5F in popluar number systems.

HEX485B5F
Decimal729195
Binary100100010110111011111
Octal110133137

Shades and tints

Shades of #485B5F

#485B5F
(72,91,95)
#425357
(66,83,87)
#3C4B4F
(60,75,79)
#364347
(54,67,71)
#303B3F
(48,59,63)
#2A3337
(42,51,55)
#242B2F
(36,43,47)
#1E2327
(30,35,39)
#181B1F
(24,27,31)
#121317
(18,19,23)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #485B5F

#485B5F
(72,91,95)
#58696D
(88,105,109)
#68777B
(104,119,123)
#788589
(120,133,137)
#889397
(136,147,151)
#98A1A5
(152,161,165)
#A8AFB3
(168,175,179)
#B8BDC1
(184,189,193)
#C8CBCF
(200,203,207)
#D8D9DD
(216,217,221)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485B5F; }

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

This text font color is #485B5F.


Background Color

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

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

This div background color is #485B5F.


Border color

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

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

This div border color is #485B5F.


Opacity

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

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

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

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

This text has shadow with #485B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485B5F on black background.


Color preview on white background

This text has color #485B5F on white background.



Black color preview on #485B5F background

This text has black color on #485B5F background.


White color preview on #485B5F background

This text has white color on #485B5F background.