COLOR #485D5F

HEX: #485D5F RGB: (72,93,95)

Color info

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

RGB color model

#485D5F color RGB value is (72,93,95).

RGB: (72,93,95) (28%, 36%, 37%)

RGB channels and saturation

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

72
93
95

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

Portions of RGB colors in percentages

R + G + B = 72 + 93 + 95 = 260 (100%)
R 72 of 260 ~ 27.69%
G 93 of 260 ~ 35.77%
B 95 of 260 ~ 36.54'%

%27.69
%35.77
%36.54

CMYK color model

#485D5F color CMYK value is (24,2,0,63).

  • cyan value is 24.21%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (24,2,0,63)
C24M2Y0K63 (24%, 2%, 0%, 63%)
(0.24 / 0.02 / 0.00 / 0.63)

CMYK percentages

%24.21
%2.11
%0
%62.75

Codes

Color #485D5F in popluar color models

48 5D 5F
RGB 72 93 95
HSL 185° 13.77% 32.75%
HSB/HSV 185° 24.21% 37.25%
CMYK 24.21% 2.11% 0.00%
62.75%

Color #485D5F in popluar number systems.

HEX 48 5D 5F
Decimal 72 93 95
Binary 1001000 1011101 1011111
Octal 110 135 137

Shades and tints

Shades of #485D5F

#485D5F
(72,93,95)
#425557
(66,85,87)
#3C4D4F
(60,77,79)
#364547
(54,69,71)
#303D3F
(48,61,63)
#2A3537
(42,53,55)
#242D2F
(36,45,47)
#1E2527
(30,37,39)
#181D1F
(24,29,31)
#121517
(18,21,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #485D5F

#485D5F
(72,93,95)
#586B6D
(88,107,109)
#68797B
(104,121,123)
#788789
(120,135,137)
#889597
(136,149,151)
#98A3A5
(152,163,165)
#A8B1B3
(168,177,179)
#B8BFC1
(184,191,193)
#C8CDCF
(200,205,207)
#D8DBDD
(216,219,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485D5F; }

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

This text font color is #485D5F.

Background Color

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

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

This div background color is #485D5F.

Border color

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

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

This div border color is #485D5F.

Opacity

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

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

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

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

This text has shadow with #485D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485D5F.

Preview

Color preview on black background

This text has color #485D5F on black background.


Color preview on white background

This text has color #485D5F on white background.


Black color preview on #485D5F background

This text has black color on #485D5F background.


White color preview on #485D5F background

This text has white color on #485D5F background.


Related colors

Complementary color

Complementary color for #hex is #B7A2A0.


I love getcolorcode.com

Triadic colors

1 #5F485D and #5D5F48 with #485D5F are triadic colors.

2 #5F5D48 and #5D485F with #485D5F are triadic colors.