COLOR #484A4F

HEX: #484A4F
RGB: (72,74,79)

Color info

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

RGB color model

#484A4F color RGB value is (72,74,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 74 of 255 = 29%
B 79 of 255 = 31%

72
74
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 74 + 79 = 225 (100%)
R 72 of 225 ~ 32%
G 74 of 225 ~ 32.89%
B 79 of 225 ~ 35.11%

%32
%32.89
%35.11

CMYK color model

#484A4F color CMYK value is (9,6,0,69).

  • cyan value is 8.86%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,6,0,69)
C9M6Y0K69 
(9%,6%,0%,69%)
(0.09/0.06/0.00/0.69)	

CMYK percentages

%8.86
%6.33
%0
%69.02

Codes

Color #484A4F in popluar color models

484A4F
RGB727479
HSL223°4.64%29.61%
HSB/HSV223°8.86%30.98%
CMYK8.86%6.33%0.00%
69.02%

Color #484A4F in popluar number systems.

HEX484A4F
Decimal727479
Binary100100010010101001111
Octal110112117

Shades and tints

Shades of #484A4F

#484A4F
(72,74,79)
#424448
(66,68,72)
#3C3E41
(60,62,65)
#36383A
(54,56,58)
#303233
(48,50,51)
#2A2C2C
(42,44,44)
#242625
(36,38,37)
#1E201E
(30,32,30)
#181A17
(24,26,23)
#121410
(18,20,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #484A4F

#484A4F
(72,74,79)
#585A5F
(88,90,95)
#686A6F
(104,106,111)
#787A7F
(120,122,127)
#888A8F
(136,138,143)
#989A9F
(152,154,159)
#A8AAAF
(168,170,175)
#B8BABF
(184,186,191)
#C8CACF
(200,202,207)
#D8DADF
(216,218,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484A4F; }

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

This text font color is #484A4F.


Background Color

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

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

This div background color is #484A4F.


Border color

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

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

This div border color is #484A4F.


Opacity

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

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

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

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

This text has shadow with #484A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484A4F on black background.


Color preview on white background

This text has color #484A4F on white background.



Black color preview on #484A4F background

This text has black color on #484A4F background.


White color preview on #484A4F background

This text has white color on #484A4F background.