COLOR #485855

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
88
85

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

Portions of RGB colors in percentages

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

%29.39
%35.92
%34.69

CMYK color model

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

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

CMYK percentages

%18.18
%0
%3.41
%65.49

Codes

Color #485855 in popluar color models

485855
RGB728885
HSL169°10.00%31.37%
HSB/HSV169°18.18%34.51%
CMYK18.18%0.00%3.41%
65.49%

Color #485855 in popluar number systems.

HEX485855
Decimal728885
Binary100100010110001010101
Octal110130125

Shades and tints

Shades of #485855

#485855
(72,88,85)
#42504E
(66,80,78)
#3C4847
(60,72,71)
#364040
(54,64,64)
#303839
(48,56,57)
#2A3032
(42,48,50)
#24282B
(36,40,43)
#1E2024
(30,32,36)
#18181D
(24,24,29)
#121016
(18,16,22)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #485855

#485855
(72,88,85)
#586764
(88,103,100)
#687673
(104,118,115)
#788582
(120,133,130)
#889491
(136,148,145)
#98A3A0
(152,163,160)
#A8B2AF
(168,178,175)
#B8C1BE
(184,193,190)
#C8D0CD
(200,208,205)
#D8DFDC
(216,223,220)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485855; }

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

This text font color is #485855.


Background Color

.myBgColor { background-color: #485855; }

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

This div background color is #485855.


Border color

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

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

This div border color is #485855.


Opacity

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

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

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

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

This text has shadow with #485855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485855 on black background.


Color preview on white background

This text has color #485855 on white background.



Black color preview on #485855 background

This text has black color on #485855 background.


White color preview on #485855 background

This text has white color on #485855 background.