COLOR #48584B

HEX: #48584B
RGB: (72,88,75)

Color info

#48584B contains red, green and blue colors in about the same proportion. Web safe color of #48584B is #336633 (or #363).

RGB color model

#48584B color RGB value is (72,88,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 75 of 255 = 29%

72
88
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 75 = 235 (100%)
R 72 of 235 ~ 30.64%
G 88 of 235 ~ 37.45%
B 75 of 235 ~ 31.91%

%30.64
%37.45
%31.91

CMYK color model

#48584B color CMYK value is (18,0,15,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(18,0,15,65)
C18M0Y15K65 
(18%,0%,15%,65%)
(0.18/0.00/0.15/0.65)	

CMYK percentages

%18.18
%0
%14.77
%65.49

Codes

Color #48584B in popluar color models

48584B
RGB728875
HSL131°10.00%31.37%
HSB/HSV131°18.18%34.51%
CMYK18.18%0.00%14.77%
65.49%

Color #48584B in popluar number systems.

HEX48584B
Decimal728875
Binary100100010110001001011
Octal110130113

Shades and tints

Shades of #48584B

#48584B
(72,88,75)
#425045
(66,80,69)
#3C483F
(60,72,63)
#364039
(54,64,57)
#303833
(48,56,51)
#2A302D
(42,48,45)
#242827
(36,40,39)
#1E2021
(30,32,33)
#18181B
(24,24,27)
#121015
(18,16,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #48584B

#48584B
(72,88,75)
#58675B
(88,103,91)
#68766B
(104,118,107)
#78857B
(120,133,123)
#88948B
(136,148,139)
#98A39B
(152,163,155)
#A8B2AB
(168,178,171)
#B8C1BB
(184,193,187)
#C8D0CB
(200,208,203)
#D8DFDB
(216,223,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48584B; }

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

This text font color is #48584B.


Background Color

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

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

This div background color is #48584B.


Border color

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

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

This div border color is #48584B.


Opacity

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

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

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

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

This text has shadow with #48584B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48584B on black background.


Color preview on white background

This text has color #48584B on white background.



Black color preview on #48584B background

This text has black color on #48584B background.


White color preview on #48584B background

This text has white color on #48584B background.