COLOR #48584D

HEX: #48584D
RGB: (72,88,77)

Color info

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

RGB color model

#48584D color RGB value is (72,88,77).

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

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 77 of 255 = 30%

72
88
77

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

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 77 = 237 (100%)
R 72 of 237 ~ 30.38%
G 88 of 237 ~ 37.13%
B 77 of 237 ~ 32.49%

%30.38
%37.13
%32.49

CMYK color model

#48584D color CMYK value is (18,0,13,65).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(18,0,13,65)
C18M0Y13K65 
(18%,0%,13%,65%)
(0.18/0.00/0.13/0.65)	

CMYK percentages

%18.18
%0
%12.5
%65.49

Codes

Color #48584D in popluar color models

48584D
RGB728877
HSL139°10.00%31.37%
HSB/HSV139°18.18%34.51%
CMYK18.18%0.00%12.50%
65.49%

Color #48584D in popluar number systems.

HEX48584D
Decimal728877
Binary100100010110001001101
Octal110130115

Shades and tints

Shades of #48584D

#48584D
(72,88,77)
#425046
(66,80,70)
#3C483F
(60,72,63)
#364038
(54,64,56)
#303831
(48,56,49)
#2A302A
(42,48,42)
#242823
(36,40,35)
#1E201C
(30,32,28)
#181815
(24,24,21)
#12100E
(18,16,14)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #48584D

#48584D
(72,88,77)
#58675D
(88,103,93)
#68766D
(104,118,109)
#78857D
(120,133,125)
#88948D
(136,148,141)
#98A39D
(152,163,157)
#A8B2AD
(168,178,173)
#B8C1BD
(184,193,189)
#C8D0CD
(200,208,205)
#D8DFDD
(216,223,221)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48584D; }

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

This text font color is #48584D.


Background Color

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

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

This div background color is #48584D.


Border color

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

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

This div border color is #48584D.


Opacity

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

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

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

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

This text has shadow with #48584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48584D on black background.


Color preview on white background

This text has color #48584D on white background.



Black color preview on #48584D background

This text has black color on #48584D background.


White color preview on #48584D background

This text has white color on #48584D background.