COLOR #48584F

HEX: #48584F
RGB: (72,88,79)

Color info

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

RGB color model

#48584F color RGB value is (72,88,79).

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

RGB channels and saturation

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

72
88
79

R + G + B ~ 31%. #48584F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 79 = 239 (100%)
R 72 of 239 ~ 30.13%
G 88 of 239 ~ 36.82%
B 79 of 239 ~ 33.05%

%30.13
%36.82
%33.05

CMYK color model

#48584F color CMYK value is (18,0,10,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(18,0,10,65)
C18M0Y10K65 
(18%,0%,10%,65%)
(0.18/0.00/0.10/0.65)	

CMYK percentages

%18.18
%0
%10.23
%65.49

Codes

Color #48584F in popluar color models

48584F
RGB728879
HSL146°10.00%31.37%
HSB/HSV146°18.18%34.51%
CMYK18.18%0.00%10.23%
65.49%

Color #48584F in popluar number systems.

HEX48584F
Decimal728879
Binary100100010110001001111
Octal110130117

Shades and tints

Shades of #48584F

#48584F
(72,88,79)
#425048
(66,80,72)
#3C4841
(60,72,65)
#36403A
(54,64,58)
#303833
(48,56,51)
#2A302C
(42,48,44)
#242825
(36,40,37)
#1E201E
(30,32,30)
#181817
(24,24,23)
#121010
(18,16,16)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #48584F

#48584F
(72,88,79)
#58675F
(88,103,95)
#68766F
(104,118,111)
#78857F
(120,133,127)
#88948F
(136,148,143)
#98A39F
(152,163,159)
#A8B2AF
(168,178,175)
#B8C1BF
(184,193,191)
#C8D0CF
(200,208,207)
#D8DFDF
(216,223,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48584F; }

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

This text font color is #48584F.


Background Color

.myBgColor { background-color: #48584F; }

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

This div background color is #48584F.


Border color

.myBorderColor { border: 1px solid #48584F; }

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

This div border color is #48584F.


Opacity

.myOpacity80 { color: #48584F; opacity: 0.8; }

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

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

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

This text has shadow with #48584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48584F on black background.


Color preview on white background

This text has color #48584F on white background.



Black color preview on #48584F background

This text has black color on #48584F background.


White color preview on #48584F background

This text has white color on #48584F background.