COLOR #485850

HEX: #485850
RGB: (72,88,80)

Color info

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

RGB color model

#485850 color RGB value is (72,88,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 80 of 255 = 31%

72
88
80

R + G + B ~ 31%. #485850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 80 = 240 (100%)
R 72 of 240 ~ 30%
G 88 of 240 ~ 36.67%
B 80 of 240 ~ 33.33%

%30
%36.67
%33.33

CMYK color model

#485850 color CMYK value is (18,0,9,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(18,0,9,65)
C18M0Y9K65 
(18%,0%,9%,65%)
(0.18/0.00/0.09/0.65)	

CMYK percentages

%18.18
%0
%9.09
%65.49

Codes

Color #485850 in popluar color models

485850
RGB728880
HSL150°10.00%31.37%
HSB/HSV150°18.18%34.51%
CMYK18.18%0.00%9.09%
65.49%

Color #485850 in popluar number systems.

HEX485850
Decimal728880
Binary100100010110001010000
Octal110130120

Shades and tints

Shades of #485850

#485850
(72,88,80)
#425049
(66,80,73)
#3C4842
(60,72,66)
#36403B
(54,64,59)
#303834
(48,56,52)
#2A302D
(42,48,45)
#242826
(36,40,38)
#1E201F
(30,32,31)
#181818
(24,24,24)
#121011
(18,16,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #485850

#485850
(72,88,80)
#58675F
(88,103,95)
#68766E
(104,118,110)
#78857D
(120,133,125)
#88948C
(136,148,140)
#98A39B
(152,163,155)
#A8B2AA
(168,178,170)
#B8C1B9
(184,193,185)
#C8D0C8
(200,208,200)
#D8DFD7
(216,223,215)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485850; }

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

This text font color is #485850.


Background Color

.myBgColor { background-color: #485850; }

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

This div background color is #485850.


Border color

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

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

This div border color is #485850.


Opacity

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

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

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

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

This text has shadow with #485850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485850 on black background.


Color preview on white background

This text has color #485850 on white background.



Black color preview on #485850 background

This text has black color on #485850 background.


White color preview on #485850 background

This text has white color on #485850 background.