COLOR #48504C

HEX: #48504C
RGB: (72,80,76)

Color info

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

RGB color model

#48504C color RGB value is (72,80,76).

  • red value is 72;
  • green value is 80;
  • blue value is 76.
RGB:
(72,80,76)
(28%,31%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 76 of 255 = 30%

72
80
76

R + G + B ~ 30%. #48504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 76 = 228 (100%)
R 72 of 228 ~ 31.58%
G 80 of 228 ~ 35.09%
B 76 of 228 ~ 33.33%

%31.58
%35.09
%33.33

CMYK color model

#48504C color CMYK value is (10,0,5,69).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(10,0,5,69)
C10M0Y5K69 
(10%,0%,5%,69%)
(0.10/0.00/0.05/0.69)	

CMYK percentages

%10
%0
%5
%68.63

Codes

Color #48504C in popluar color models

48504C
RGB728076
HSL150°5.26%29.80%
HSB/HSV150°10.00%31.37%
CMYK10.00%0.00%5.00%
68.63%

Color #48504C in popluar number systems.

HEX48504C
Decimal728076
Binary100100010100001001100
Octal110120114

Shades and tints

Shades of #48504C

#48504C
(72,80,76)
#424946
(66,73,70)
#3C4240
(60,66,64)
#363B3A
(54,59,58)
#303434
(48,52,52)
#2A2D2E
(42,45,46)
#242628
(36,38,40)
#1E1F22
(30,31,34)
#18181C
(24,24,28)
#121116
(18,17,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #48504C

#48504C
(72,80,76)
#585F5C
(88,95,92)
#686E6C
(104,110,108)
#787D7C
(120,125,124)
#888C8C
(136,140,140)
#989B9C
(152,155,156)
#A8AAAC
(168,170,172)
#B8B9BC
(184,185,188)
#C8C8CC
(200,200,204)
#D8D7DC
(216,215,220)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48504C color. Also use rgb(72,80,76) instead hex code.

Text Font Color

.myTextColor { color: #48504C; }

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

This text font color is #48504C.


Background Color

.myBgColor { background-color: #48504C; }

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

This div background color is #48504C.


Border color

.myBorderColor { border: 1px solid #48504C; }

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

This div border color is #48504C.


Opacity

.myOpacity80 { color: #48504C; opacity: 0.8; }

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

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

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

This text has shadow with #48504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48504C on black background.


Color preview on white background

This text has color #48504C on white background.



Black color preview on #48504C background

This text has black color on #48504C background.


White color preview on #48504C background

This text has white color on #48504C background.