COLOR #485659

HEX: #485659
RGB: (72,86,89)

Color info

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

RGB color model

#485659 color RGB value is (72,86,89).

  • red value is 72;
  • green value is 86;
  • blue value is 89.
RGB:
(72,86,89)
(28%,34%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 86 of 255 = 34%
B 89 of 255 = 35%

72
86
89

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

Portions of RGB colors in percentages

R + G + B =
72 + 86 + 89 = 247 (100%)
R 72 of 247 ~ 29.15%
G 86 of 247 ~ 34.82%
B 89 of 247 ~ 36.03%

%29.15
%34.82
%36.03

CMYK color model

#485659 color CMYK value is (19,3,0,65).

  • cyan value is 19.10%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(19,3,0,65)
C19M3Y0K65 
(19%,3%,0%,65%)
(0.19/0.03/0.00/0.65)	

CMYK percentages

%19.1
%3.37
%0
%65.1

Codes

Color #485659 in popluar color models

485659
RGB728689
HSL191°10.56%31.57%
HSB/HSV191°19.10%34.90%
CMYK19.10%3.37%0.00%
65.10%

Color #485659 in popluar number systems.

HEX485659
Decimal728689
Binary100100010101101011001
Octal110126131

Shades and tints

Shades of #485659

#485659
(72,86,89)
#424F51
(66,79,81)
#3C4849
(60,72,73)
#364141
(54,65,65)
#303A39
(48,58,57)
#2A3331
(42,51,49)
#242C29
(36,44,41)
#1E2521
(30,37,33)
#181E19
(24,30,25)
#121711
(18,23,17)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #485659

#485659
(72,86,89)
#586568
(88,101,104)
#687477
(104,116,119)
#788386
(120,131,134)
#889295
(136,146,149)
#98A1A4
(152,161,164)
#A8B0B3
(168,176,179)
#B8BFC2
(184,191,194)
#C8CED1
(200,206,209)
#D8DDE0
(216,221,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485659 color. Also use rgb(72,86,89) instead hex code.

Text Font Color

.myTextColor { color: #485659; }

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

This text font color is #485659.


Background Color

.myBgColor { background-color: #485659; }

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

This div background color is #485659.


Border color

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

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

This div border color is #485659.


Opacity

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

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

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

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

This text has shadow with #485659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485659 on black background.


Color preview on white background

This text has color #485659 on white background.



Black color preview on #485659 background

This text has black color on #485659 background.


White color preview on #485659 background

This text has white color on #485659 background.