COLOR #48414C

HEX: #48414C
RGB: (72,65,76)

Color info

#48414C contains red, green and blue colors in about the same proportion. Web safe color of #48414C is #333333 (or #333).

RGB color model

#48414C color RGB value is (72,65,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 76 of 255 = 30%

72
65
76

R + G + B ~ 28%. #48414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 76 = 213 (100%)
R 72 of 213 ~ 33.8%
G 65 of 213 ~ 30.52%
B 76 of 213 ~ 35.68%

%33.8
%30.52
%35.68

CMYK color model

#48414C color CMYK value is (5,14,0,70).

  • cyan value is 5.26%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,14,0,70)
C5M14Y0K70 
(5%,14%,0%,70%)
(0.05/0.14/0.00/0.70)	

CMYK percentages

%5.26
%14.47
%0
%70.2

Codes

Color #48414C in popluar color models

48414C
RGB726576
HSL278°7.80%27.65%
HSB/HSV278°14.47%29.80%
CMYK5.26%14.47%0.00%
70.20%

Color #48414C in popluar number systems.

HEX48414C
Decimal726576
Binary100100010000011001100
Octal110101114

Shades and tints

Shades of #48414C

#48414C
(72,65,76)
#423C46
(66,60,70)
#3C3740
(60,55,64)
#36323A
(54,50,58)
#302D34
(48,45,52)
#2A282E
(42,40,46)
#242328
(36,35,40)
#1E1E22
(30,30,34)
#18191C
(24,25,28)
#121416
(18,20,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #48414C

#48414C
(72,65,76)
#58525C
(88,82,92)
#68636C
(104,99,108)
#78747C
(120,116,124)
#88858C
(136,133,140)
#98969C
(152,150,156)
#A8A7AC
(168,167,172)
#B8B8BC
(184,184,188)
#C8C9CC
(200,201,204)
#D8DADC
(216,218,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48414C; }

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

This text font color is #48414C.


Background Color

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

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

This div background color is #48414C.


Border color

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

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

This div border color is #48414C.


Opacity

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

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

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

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

This text has shadow with #48414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48414C on black background.


Color preview on white background

This text has color #48414C on white background.



Black color preview on #48414C background

This text has black color on #48414C background.


White color preview on #48414C background

This text has white color on #48414C background.