COLOR #484850

HEX: #484850
RGB: (72,72,80)

Color info

#484850 contains red, green and blue colors in about the same proportion. Web safe color of #484850 is #333366 (or #336).

RGB color model

#484850 color RGB value is (72,72,80).

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

RGB channels and saturation

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

72
72
80

R + G + B ~ 29%. #484850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 80 = 224 (100%)
R 72 of 224 ~ 32.14%
G 72 of 224 ~ 32.14%
B 80 of 224 ~ 35.71%

%32.14
%32.14
%35.71

CMYK color model

#484850 color CMYK value is (10,10,0,69).

  • cyan value is 10.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(10,10,0,69)
C10M10Y0K69 
(10%,10%,0%,69%)
(0.10/0.10/0.00/0.69)	

CMYK percentages

%10
%10
%0
%68.63

Codes

Color #484850 in popluar color models

484850
RGB727280
HSL240°5.26%29.80%
HSB/HSV240°10.00%31.37%
CMYK10.00%10.00%0.00%
68.63%

Color #484850 in popluar number systems.

HEX484850
Decimal727280
Binary100100010010001010000
Octal110110120

Shades and tints

Shades of #484850

#484850
(72,72,80)
#424249
(66,66,73)
#3C3C42
(60,60,66)
#36363B
(54,54,59)
#303034
(48,48,52)
#2A2A2D
(42,42,45)
#242426
(36,36,38)
#1E1E1F
(30,30,31)
#181818
(24,24,24)
#121211
(18,18,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #484850

#484850
(72,72,80)
#58585F
(88,88,95)
#68686E
(104,104,110)
#78787D
(120,120,125)
#88888C
(136,136,140)
#98989B
(152,152,155)
#A8A8AA
(168,168,170)
#B8B8B9
(184,184,185)
#C8C8C8
(200,200,200)
#D8D8D7
(216,216,215)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484850; }

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

This text font color is #484850.


Background Color

.myBgColor { background-color: #484850; }

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

This div background color is #484850.


Border color

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

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

This div border color is #484850.


Opacity

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

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

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

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

This text has shadow with #484850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484850 on black background.


Color preview on white background

This text has color #484850 on white background.



Black color preview on #484850 background

This text has black color on #484850 background.


White color preview on #484850 background

This text has white color on #484850 background.