COLOR #485558

HEX: #485558
RGB: (72,85,88)

Color info

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

RGB color model

#485558 color RGB value is (72,85,88).

  • red value is 72;
  • green value is 85;
  • blue value is 88.
RGB:
(72,85,88)
(28%,33%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 88 of 255 = 35%

72
85
88

R + G + B ~ 32%. #485558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 88 = 245 (100%)
R 72 of 245 ~ 29.39%
G 85 of 245 ~ 34.69%
B 88 of 245 ~ 35.92%

%29.39
%34.69
%35.92

CMYK color model

#485558 color CMYK value is (18,3,0,65).

  • cyan value is 18.18%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(18,3,0,65)
C18M3Y0K65 
(18%,3%,0%,65%)
(0.18/0.03/0.00/0.65)	

CMYK percentages

%18.18
%3.41
%0
%65.49

Codes

Color #485558 in popluar color models

485558
RGB728588
HSL191°10.00%31.37%
HSB/HSV191°18.18%34.51%
CMYK18.18%3.41%0.00%
65.49%

Color #485558 in popluar number systems.

HEX485558
Decimal728588
Binary100100010101011011000
Octal110125130

Shades and tints

Shades of #485558

#485558
(72,85,88)
#424E50
(66,78,80)
#3C4748
(60,71,72)
#364040
(54,64,64)
#303938
(48,57,56)
#2A3230
(42,50,48)
#242B28
(36,43,40)
#1E2420
(30,36,32)
#181D18
(24,29,24)
#121610
(18,22,16)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #485558

#485558
(72,85,88)
#586467
(88,100,103)
#687376
(104,115,118)
#788285
(120,130,133)
#889194
(136,145,148)
#98A0A3
(152,160,163)
#A8AFB2
(168,175,178)
#B8BEC1
(184,190,193)
#C8CDD0
(200,205,208)
#D8DCDF
(216,220,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485558 color. Also use rgb(72,85,88) instead hex code.

Text Font Color

.myTextColor { color: #485558; }

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

This text font color is #485558.


Background Color

.myBgColor { background-color: #485558; }

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

This div background color is #485558.


Border color

.myBorderColor { border: 1px solid #485558; }

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

This div border color is #485558.


Opacity

.myOpacity80 { color: #485558; opacity: 0.8; }

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

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

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

This text has shadow with #485558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485558 on black background.


Color preview on white background

This text has color #485558 on white background.



Black color preview on #485558 background

This text has black color on #485558 background.


White color preview on #485558 background

This text has white color on #485558 background.