COLOR #484E4F

HEX: #484E4F
RGB: (72,78,79)

Color info

#484E4F contains red, green and blue colors in about the same proportion. Web safe color of #484E4F is #336666 (or #366).

RGB color model

#484E4F color RGB value is (72,78,79).

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

RGB channels and saturation

R 72 of 255 = 28%
G 78 of 255 = 31%
B 79 of 255 = 31%

72
78
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 78 + 79 = 229 (100%)
R 72 of 229 ~ 31.44%
G 78 of 229 ~ 34.06%
B 79 of 229 ~ 34.5%

%31.44
%34.06
%34.5

CMYK color model

#484E4F color CMYK value is (9,1,0,69).

  • cyan value is 8.86%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(9,1,0,69)
C9M1Y0K69 
(9%,1%,0%,69%)
(0.09/0.01/0.00/0.69)	

CMYK percentages

%8.86
%1.27
%0
%69.02

Codes

Color #484E4F in popluar color models

484E4F
RGB727879
HSL189°4.64%29.61%
HSB/HSV189°8.86%30.98%
CMYK8.86%1.27%0.00%
69.02%

Color #484E4F in popluar number systems.

HEX484E4F
Decimal727879
Binary100100010011101001111
Octal110116117

Shades and tints

Shades of #484E4F

#484E4F
(72,78,79)
#424748
(66,71,72)
#3C4041
(60,64,65)
#36393A
(54,57,58)
#303233
(48,50,51)
#2A2B2C
(42,43,44)
#242425
(36,36,37)
#1E1D1E
(30,29,30)
#181617
(24,22,23)
#120F10
(18,15,16)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #484E4F

#484E4F
(72,78,79)
#585E5F
(88,94,95)
#686E6F
(104,110,111)
#787E7F
(120,126,127)
#888E8F
(136,142,143)
#989E9F
(152,158,159)
#A8AEAF
(168,174,175)
#B8BEBF
(184,190,191)
#C8CECF
(200,206,207)
#D8DEDF
(216,222,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484E4F; }

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

This text font color is #484E4F.


Background Color

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

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

This div background color is #484E4F.


Border color

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

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

This div border color is #484E4F.


Opacity

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

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

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

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

This text has shadow with #484E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E4F on black background.


Color preview on white background

This text has color #484E4F on white background.



Black color preview on #484E4F background

This text has black color on #484E4F background.


White color preview on #484E4F background

This text has white color on #484E4F background.