COLOR #485450

HEX: #485450
RGB: (72,84,80)

Color info

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

RGB color model

#485450 color RGB value is (72,84,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 80 of 255 = 31%

72
84
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 80 = 236 (100%)
R 72 of 236 ~ 30.51%
G 84 of 236 ~ 35.59%
B 80 of 236 ~ 33.9%

%30.51
%35.59
%33.9

CMYK color model

#485450 color CMYK value is (14,0,5,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(14,0,5,67)
C14M0Y5K67 
(14%,0%,5%,67%)
(0.14/0.00/0.05/0.67)	

CMYK percentages

%14.29
%0
%4.76
%67.06

Codes

Color #485450 in popluar color models

485450
RGB728480
HSL160°7.69%30.59%
HSB/HSV160°14.29%32.94%
CMYK14.29%0.00%4.76%
67.06%

Color #485450 in popluar number systems.

HEX485450
Decimal728480
Binary100100010101001010000
Octal110124120

Shades and tints

Shades of #485450

#485450
(72,84,80)
#424D49
(66,77,73)
#3C4642
(60,70,66)
#363F3B
(54,63,59)
#303834
(48,56,52)
#2A312D
(42,49,45)
#242A26
(36,42,38)
#1E231F
(30,35,31)
#181C18
(24,28,24)
#121511
(18,21,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #485450

#485450
(72,84,80)
#58635F
(88,99,95)
#68726E
(104,114,110)
#78817D
(120,129,125)
#88908C
(136,144,140)
#989F9B
(152,159,155)
#A8AEAA
(168,174,170)
#B8BDB9
(184,189,185)
#C8CCC8
(200,204,200)
#D8DBD7
(216,219,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485450; }

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

This text font color is #485450.


Background Color

.myBgColor { background-color: #485450; }

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

This div background color is #485450.


Border color

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

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

This div border color is #485450.


Opacity

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

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

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

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

This text has shadow with #485450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485450 on black background.


Color preview on white background

This text has color #485450 on white background.



Black color preview on #485450 background

This text has black color on #485450 background.


White color preview on #485450 background

This text has white color on #485450 background.