COLOR #485B5E

HEX: #485B5E RGB: (72,91,94)

Color info

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

RGB color model

#485B5E color RGB value is (72,91,94).

RGB: (72,91,94) (28%, 36%, 37%)

RGB channels and saturation

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

72
91
94

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

Portions of RGB colors in percentages

R + G + B = 72 + 91 + 94 = 257 (100%)
R 72 of 257 ~ 28.02%
G 91 of 257 ~ 35.41%
B 94 of 257 ~ 36.58'%

%28.02
%35.41
%36.58

CMYK color model

#485B5E color CMYK value is (23,3,0,63).

  • cyan value is 23.40%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (23,3,0,63)
C23M3Y0K63 (23%, 3%, 0%, 63%)
(0.23 / 0.03 / 0.00 / 0.63)

CMYK percentages

%23.4
%3.19
%0
%63.14

Codes

Color #485B5E in popluar color models

48 5B 5E
RGB 72 91 94
HSL 188° 13.25% 32.55%
HSB/HSV 188° 23.40% 36.86%
CMYK 23.40% 3.19% 0.00%
63.14%

Color #485B5E in popluar number systems.

HEX 48 5B 5E
Decimal 72 91 94
Binary 1001000 1011011 1011110
Octal 110 133 136

Shades and tints

Shades of #485B5E

#485B5E
(72,91,94)
#425356
(66,83,86)
#3C4B4E
(60,75,78)
#364346
(54,67,70)
#303B3E
(48,59,62)
#2A3336
(42,51,54)
#242B2E
(36,43,46)
#1E2326
(30,35,38)
#181B1E
(24,27,30)
#121316
(18,19,22)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #485B5E

#485B5E
(72,91,94)
#58696C
(88,105,108)
#68777A
(104,119,122)
#788588
(120,133,136)
#889396
(136,147,150)
#98A1A4
(152,161,164)
#A8AFB2
(168,175,178)
#B8BDC0
(184,189,192)
#C8CBCE
(200,203,206)
#D8D9DC
(216,217,220)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485B5E; }

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

This text font color is #485B5E.

Background Color

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

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

This div background color is #485B5E.

Border color

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

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

This div border color is #485B5E.

Opacity

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

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

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

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

This text has shadow with #485B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485B5E.

Preview

Color preview on black background

This text has color #485B5E on black background.


Color preview on white background

This text has color #485B5E on white background.


Black color preview on #485B5E background

This text has black color on #485B5E background.


White color preview on #485B5E background

This text has white color on #485B5E background.


Related colors

Complementary color

Complementary color for #hex is #B7A4A1.


I love getcolorcode.com

Triadic colors

1 #5E485B and #5B5E48 with #485B5E are triadic colors.

2 #5E5B48 and #5B485E with #485B5E are triadic colors.