COLOR #484D49

HEX: #484D49
RGB: (72,77,73)

Color info

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

RGB color model

#484D49 color RGB value is (72,77,73).

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

RGB channels and saturation

R 72 of 255 = 28%
G 77 of 255 = 30%
B 73 of 255 = 29%

72
77
73

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

Portions of RGB colors in percentages

R + G + B =
72 + 77 + 73 = 222 (100%)
R 72 of 222 ~ 32.43%
G 77 of 222 ~ 34.68%
B 73 of 222 ~ 32.88%

%32.43
%34.68
%32.88

CMYK color model

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

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(6,0,5,70)
C6M0Y5K70 
(6%,0%,5%,70%)
(0.06/0.00/0.05/0.70)	

CMYK percentages

%6.49
%0
%5.19
%69.8

Codes

Color #484D49 in popluar color models

484D49
RGB727773
HSL132°3.36%29.22%
HSB/HSV132°6.49%30.20%
CMYK6.49%0.00%5.19%
69.80%

Color #484D49 in popluar number systems.

HEX484D49
Decimal727773
Binary100100010011011001001
Octal110115111

Shades and tints

Shades of #484D49

#484D49
(72,77,73)
#424643
(66,70,67)
#3C3F3D
(60,63,61)
#363837
(54,56,55)
#303131
(48,49,49)
#2A2A2B
(42,42,43)
#242325
(36,35,37)
#1E1C1F
(30,28,31)
#181519
(24,21,25)
#120E13
(18,14,19)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #484D49

#484D49
(72,77,73)
#585D59
(88,93,89)
#686D69
(104,109,105)
#787D79
(120,125,121)
#888D89
(136,141,137)
#989D99
(152,157,153)
#A8ADA9
(168,173,169)
#B8BDB9
(184,189,185)
#C8CDC9
(200,205,201)
#D8DDD9
(216,221,217)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484D49; }

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

This text font color is #484D49.


Background Color

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

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

This div background color is #484D49.


Border color

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

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

This div border color is #484D49.


Opacity

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

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

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

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

This text has shadow with #484D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484D49 on black background.


Color preview on white background

This text has color #484D49 on white background.



Black color preview on #484D49 background

This text has black color on #484D49 background.


White color preview on #484D49 background

This text has white color on #484D49 background.