COLOR #484C50

HEX: #484C50
RGB: (72,76,80)

Color info

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

RGB color model

#484C50 color RGB value is (72,76,80).

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

RGB channels and saturation

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

72
76
80

R + G + B ~ 30%. #484C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 76 + 80 = 228 (100%)
R 72 of 228 ~ 31.58%
G 76 of 228 ~ 33.33%
B 80 of 228 ~ 35.09%

%31.58
%33.33
%35.09

CMYK color model

#484C50 color CMYK value is (10,5,0,69).

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

CMYK percentages

%10
%5
%0
%68.63

Codes

Color #484C50 in popluar color models

484C50
RGB727680
HSL210°5.26%29.80%
HSB/HSV210°10.00%31.37%
CMYK10.00%5.00%0.00%
68.63%

Color #484C50 in popluar number systems.

HEX484C50
Decimal727680
Binary100100010011001010000
Octal110114120

Shades and tints

Shades of #484C50

#484C50
(72,76,80)
#424649
(66,70,73)
#3C4042
(60,64,66)
#363A3B
(54,58,59)
#303434
(48,52,52)
#2A2E2D
(42,46,45)
#242826
(36,40,38)
#1E221F
(30,34,31)
#181C18
(24,28,24)
#121611
(18,22,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #484C50

#484C50
(72,76,80)
#585C5F
(88,92,95)
#686C6E
(104,108,110)
#787C7D
(120,124,125)
#888C8C
(136,140,140)
#989C9B
(152,156,155)
#A8ACAA
(168,172,170)
#B8BCB9
(184,188,185)
#C8CCC8
(200,204,200)
#D8DCD7
(216,220,215)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C50; }

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

This text font color is #484C50.


Background Color

.myBgColor { background-color: #484C50; }

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

This div background color is #484C50.


Border color

.myBorderColor { border: 1px solid #484C50; }

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

This div border color is #484C50.


Opacity

.myOpacity80 { color: #484C50; opacity: 0.8; }

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

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

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

This text has shadow with #484C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484C50 on black background.


Color preview on white background

This text has color #484C50 on white background.



Black color preview on #484C50 background

This text has black color on #484C50 background.


White color preview on #484C50 background

This text has white color on #484C50 background.