COLOR #48454B

HEX: #48454B
RGB: (72,69,75)

Color info

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

RGB color model

#48454B color RGB value is (72,69,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 75 of 255 = 29%

72
69
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 75 = 216 (100%)
R 72 of 216 ~ 33.33%
G 69 of 216 ~ 31.94%
B 75 of 216 ~ 34.72%

%33.33
%31.94
%34.72

CMYK color model

#48454B color CMYK value is (4,8,0,71).

  • cyan value is 4.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,8,0,71)
C4M8Y0K71 
(4%,8%,0%,71%)
(0.04/0.08/0.00/0.71)	

CMYK percentages

%4
%8
%0
%70.59

Codes

Color #48454B in popluar color models

48454B
RGB726975
HSL270°4.17%28.24%
HSB/HSV270°8.00%29.41%
CMYK4.00%8.00%0.00%
70.59%

Color #48454B in popluar number systems.

HEX48454B
Decimal726975
Binary100100010001011001011
Octal110105113

Shades and tints

Shades of #48454B

#48454B
(72,69,75)
#423F45
(66,63,69)
#3C393F
(60,57,63)
#363339
(54,51,57)
#302D33
(48,45,51)
#2A272D
(42,39,45)
#242127
(36,33,39)
#1E1B21
(30,27,33)
#18151B
(24,21,27)
#120F15
(18,15,21)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #48454B

#48454B
(72,69,75)
#58555B
(88,85,91)
#68656B
(104,101,107)
#78757B
(120,117,123)
#88858B
(136,133,139)
#98959B
(152,149,155)
#A8A5AB
(168,165,171)
#B8B5BB
(184,181,187)
#C8C5CB
(200,197,203)
#D8D5DB
(216,213,219)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48454B; }

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

This text font color is #48454B.


Background Color

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

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

This div background color is #48454B.


Border color

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

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

This div border color is #48454B.


Opacity

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

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

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

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

This text has shadow with #48454B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48454B on black background.


Color preview on white background

This text has color #48454B on white background.



Black color preview on #48454B background

This text has black color on #48454B background.


White color preview on #48454B background

This text has white color on #48454B background.