COLOR #484F4F

HEX: #484F4F
RGB: (72,79,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

72
79
79

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

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 79 = 230 (100%)
R 72 of 230 ~ 31.3%
G 79 of 230 ~ 34.35%
B 79 of 230 ~ 34.35%

%31.3
%34.35
%34.35

CMYK color model

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

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

CMYK percentages

%8.86
%0
%0
%69.02

Codes

Color #484F4F in popluar color models

484F4F
RGB727979
HSL180°4.64%29.61%
HSB/HSV180°8.86%30.98%
CMYK8.86%0.00%0.00%
69.02%

Color #484F4F in popluar number systems.

HEX484F4F
Decimal727979
Binary100100010011111001111
Octal110117117

Shades and tints

Shades of #484F4F

#484F4F
(72,79,79)
#424848
(66,72,72)
#3C4141
(60,65,65)
#363A3A
(54,58,58)
#303333
(48,51,51)
#2A2C2C
(42,44,44)
#242525
(36,37,37)
#1E1E1E
(30,30,30)
#181717
(24,23,23)
#121010
(18,16,16)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #484F4F

#484F4F
(72,79,79)
#585F5F
(88,95,95)
#686F6F
(104,111,111)
#787F7F
(120,127,127)
#888F8F
(136,143,143)
#989F9F
(152,159,159)
#A8AFAF
(168,175,175)
#B8BFBF
(184,191,191)
#C8CFCF
(200,207,207)
#D8DFDF
(216,223,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484F4F; }

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

This text font color is #484F4F.


Background Color

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

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

This div background color is #484F4F.


Border color

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

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

This div border color is #484F4F.


Opacity

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

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

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

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

This text has shadow with #484F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F4F on black background.


Color preview on white background

This text has color #484F4F on white background.



Black color preview on #484F4F background

This text has black color on #484F4F background.


White color preview on #484F4F background

This text has white color on #484F4F background.