COLOR #484C4C

HEX: #484C4C RGB: (72,76,76)

Color info

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

RGB color model

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

RGB: (72,76,76) (28%, 30%, 30%)

RGB channels and saturation

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

72
76
76

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

Portions of RGB colors in percentages

R + G + B = 72 + 76 + 76 = 224 (100%)
R 72 of 224 ~ 32.14%
G 76 of 224 ~ 33.93%
B 76 of 224 ~ 33.93'%

%32.14
%33.93
%33.93

CMYK color model

#484C4C color CMYK value is (5,0,0,70).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (5,0,0,70) C5M0Y0K70 (5%,0%,0%,70%) (0.05/0.00/0.00/0.70) 

CMYK percentages

%5.26
%0
%0
%70.2

Codes

Color #484C4C in popluar color models

48 4C 4C
RGB 72 76 76
HSL 180° 2.70% 29.02%
HSB/HSV 180° 5.26% 29.80%
CMYK 5.26% 0.00% 0.00%
70.20%

Color #484C4C in popluar number systems.

HEX 48 4C 4C
Decimal 72 76 76
Binary 1001000 1001100 1001100
Octal 110 114 114

Shades and tints

Shades of #484C4C

#484C4C
(72,76,76)
#424646
(66,70,70)
#3C4040
(60,64,64)
#363A3A
(54,58,58)
#303434
(48,52,52)
#2A2E2E
(42,46,46)
#242828
(36,40,40)
#1E2222
(30,34,34)
#181C1C
(24,28,28)
#121616
(18,22,22)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #484C4C

#484C4C
(72,76,76)
#585C5C
(88,92,92)
#686C6C
(104,108,108)
#787C7C
(120,124,124)
#888C8C
(136,140,140)
#989C9C
(152,156,156)
#A8ACAC
(168,172,172)
#B8BCBC
(184,188,188)
#C8CCCC
(200,204,204)
#D8DCDC
(216,220,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484C4C; }

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

This text font color is #484C4C.

Background Color

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

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

This div background color is #484C4C.

Border color

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

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

This div border color is #484C4C.

Opacity

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

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

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

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

This text has shadow with #484C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484C4C.

Preview

Color preview on black background

This text has color #484C4C on black background.


Color preview on white background

This text has color #484C4C on white background.


Black color preview on #484C4C background

This text has black color on #484C4C background.


White color preview on #484C4C background

This text has white color on #484C4C background.


Related colors

Complementary color

Complementary color for #hex is #B7B3B3.


I love getcolorcode.com