COLOR #48584E

HEX: #48584E
RGB: (72,88,78)

Color info

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

RGB color model

#48584E color RGB value is (72,88,78).

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

RGB channels and saturation

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

72
88
78

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

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 78 = 238 (100%)
R 72 of 238 ~ 30.25%
G 88 of 238 ~ 36.97%
B 78 of 238 ~ 32.77%

%30.25
%36.97
%32.77

CMYK color model

#48584E color CMYK value is (18,0,11,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(18,0,11,65)
C18M0Y11K65 
(18%,0%,11%,65%)
(0.18/0.00/0.11/0.65)	

CMYK percentages

%18.18
%0
%11.36
%65.49

Codes

Color #48584E in popluar color models

48584E
RGB728878
HSL143°10.00%31.37%
HSB/HSV143°18.18%34.51%
CMYK18.18%0.00%11.36%
65.49%

Color #48584E in popluar number systems.

HEX48584E
Decimal728878
Binary100100010110001001110
Octal110130116

Shades and tints

Shades of #48584E

#48584E
(72,88,78)
#425047
(66,80,71)
#3C4840
(60,72,64)
#364039
(54,64,57)
#303832
(48,56,50)
#2A302B
(42,48,43)
#242824
(36,40,36)
#1E201D
(30,32,29)
#181816
(24,24,22)
#12100F
(18,16,15)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #48584E

#48584E
(72,88,78)
#58675E
(88,103,94)
#68766E
(104,118,110)
#78857E
(120,133,126)
#88948E
(136,148,142)
#98A39E
(152,163,158)
#A8B2AE
(168,178,174)
#B8C1BE
(184,193,190)
#C8D0CE
(200,208,206)
#D8DFDE
(216,223,222)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48584E; }

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

This text font color is #48584E.


Background Color

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

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

This div background color is #48584E.


Border color

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

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

This div border color is #48584E.


Opacity

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

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

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

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

This text has shadow with #48584E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48584E on black background.


Color preview on white background

This text has color #48584E on white background.



Black color preview on #48584E background

This text has black color on #48584E background.


White color preview on #48584E background

This text has white color on #48584E background.