COLOR #485950

HEX: #485950
RGB: (72,89,80)

Color info

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

RGB color model

#485950 color RGB value is (72,89,80).

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

RGB channels and saturation

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

72
89
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 80 = 241 (100%)
R 72 of 241 ~ 29.88%
G 89 of 241 ~ 36.93%
B 80 of 241 ~ 33.2%

%29.88
%36.93
%33.2

CMYK color model

#485950 color CMYK value is (19,0,10,65).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(19,0,10,65)
C19M0Y10K65 
(19%,0%,10%,65%)
(0.19/0.00/0.10/0.65)	

CMYK percentages

%19.1
%0
%10.11
%65.1

Codes

Color #485950 in popluar color models

485950
RGB728980
HSL148°10.56%31.57%
HSB/HSV148°19.10%34.90%
CMYK19.10%0.00%10.11%
65.10%

Color #485950 in popluar number systems.

HEX485950
Decimal728980
Binary100100010110011010000
Octal110131120

Shades and tints

Shades of #485950

#485950
(72,89,80)
#425149
(66,81,73)
#3C4942
(60,73,66)
#36413B
(54,65,59)
#303934
(48,57,52)
#2A312D
(42,49,45)
#242926
(36,41,38)
#1E211F
(30,33,31)
#181918
(24,25,24)
#121111
(18,17,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #485950

#485950
(72,89,80)
#58685F
(88,104,95)
#68776E
(104,119,110)
#78867D
(120,134,125)
#88958C
(136,149,140)
#98A49B
(152,164,155)
#A8B3AA
(168,179,170)
#B8C2B9
(184,194,185)
#C8D1C8
(200,209,200)
#D8E0D7
(216,224,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485950; }

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

This text font color is #485950.


Background Color

.myBgColor { background-color: #485950; }

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

This div background color is #485950.


Border color

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

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

This div border color is #485950.


Opacity

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

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

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

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

This text has shadow with #485950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485950 on black background.


Color preview on white background

This text has color #485950 on white background.



Black color preview on #485950 background

This text has black color on #485950 background.


White color preview on #485950 background

This text has white color on #485950 background.