COLOR #484048

HEX: #484048
RGB: (72,64,72)

Color info

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

RGB color model

#484048 color RGB value is (72,64,72).

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

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 72 of 255 = 28%

72
64
72

R + G + B ~ 27%. #484048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 72 = 208 (100%)
R 72 of 208 ~ 34.62%
G 64 of 208 ~ 30.77%
B 72 of 208 ~ 34.62%

%34.62
%30.77
%34.62

CMYK color model

#484048 color CMYK value is (0,11,0,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(0,11,0,72)
C0M11Y0K72 
(0%,11%,0%,72%)
(0.00/0.11/0.00/0.72)	

CMYK percentages

%0
%11.11
%0
%71.76

Codes

Color #484048 in popluar color models

484048
RGB726472
HSL300°5.88%26.67%
HSB/HSV300°11.11%28.24%
CMYK0.00%11.11%0.00%
71.76%

Color #484048 in popluar number systems.

HEX484048
Decimal726472
Binary100100010000001001000
Octal110100110

Shades and tints

Shades of #484048

#484048
(72,64,72)
#423B42
(66,59,66)
#3C363C
(60,54,60)
#363136
(54,49,54)
#302C30
(48,44,48)
#2A272A
(42,39,42)
#242224
(36,34,36)
#1E1D1E
(30,29,30)
#181818
(24,24,24)
#121312
(18,19,18)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #484048

#484048
(72,64,72)
#585158
(88,81,88)
#686268
(104,98,104)
#787378
(120,115,120)
#888488
(136,132,136)
#989598
(152,149,152)
#A8A6A8
(168,166,168)
#B8B7B8
(184,183,184)
#C8C8C8
(200,200,200)
#D8D9D8
(216,217,216)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484048; }

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

This text font color is #484048.


Background Color

.myBgColor { background-color: #484048; }

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

This div background color is #484048.


Border color

.myBorderColor { border: 1px solid #484048; }

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

This div border color is #484048.


Opacity

.myOpacity80 { color: #484048; opacity: 0.8; }

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

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

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

This text has shadow with #484048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484048 on black background.


Color preview on white background

This text has color #484048 on white background.



Black color preview on #484048 background

This text has black color on #484048 background.


White color preview on #484048 background

This text has white color on #484048 background.