COLOR #484D4C

HEX: #484D4C
RGB: (72,77,76)

Color info

#484D4C contains red, green and blue colors in about the same proportion. Web safe color of #484D4C is #333333 (or #333).

RGB color model

#484D4C color RGB value is (72,77,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 76 of 255 = 30%

72
77
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 76 = 225 (100%)
R 72 of 225 ~ 32%
G 77 of 225 ~ 34.22%
B 76 of 225 ~ 33.78%

%32
%34.22
%33.78

CMYK color model

#484D4C color CMYK value is (6,0,1,70).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(6,0,1,70)
C6M0Y1K70 
(6%,0%,1%,70%)
(0.06/0.00/0.01/0.70)	

CMYK percentages

%6.49
%0
%1.3
%69.8

Codes

Color #484D4C in popluar color models

484D4C
RGB727776
HSL168°3.36%29.22%
HSB/HSV168°6.49%30.20%
CMYK6.49%0.00%1.30%
69.80%

Color #484D4C in popluar number systems.

HEX484D4C
Decimal727776
Binary100100010011011001100
Octal110115114

Shades and tints

Shades of #484D4C

#484D4C
(72,77,76)
#424646
(66,70,70)
#3C3F40
(60,63,64)
#36383A
(54,56,58)
#303134
(48,49,52)
#2A2A2E
(42,42,46)
#242328
(36,35,40)
#1E1C22
(30,28,34)
#18151C
(24,21,28)
#120E16
(18,14,22)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #484D4C

#484D4C
(72,77,76)
#585D5C
(88,93,92)
#686D6C
(104,109,108)
#787D7C
(120,125,124)
#888D8C
(136,141,140)
#989D9C
(152,157,156)
#A8ADAC
(168,173,172)
#B8BDBC
(184,189,188)
#C8CDCC
(200,205,204)
#D8DDDC
(216,221,220)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D4C; }

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

This text font color is #484D4C.


Background Color

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

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

This div background color is #484D4C.


Border color

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

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

This div border color is #484D4C.


Opacity

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

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

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

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

This text has shadow with #484D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D4C on black background.


Color preview on white background

This text has color #484D4C on white background.



Black color preview on #484D4C background

This text has black color on #484D4C background.


White color preview on #484D4C background

This text has white color on #484D4C background.