COLOR #48454D

HEX: #48454D
RGB: (72,69,77)

Color info

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

RGB color model

#48454D color RGB value is (72,69,77).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 77 of 255 = 30%

72
69
77

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 77 = 218 (100%)
R 72 of 218 ~ 33.03%
G 69 of 218 ~ 31.65%
B 77 of 218 ~ 35.32%

%33.03
%31.65
%35.32

CMYK color model

#48454D color CMYK value is (6,10,0,70).

  • cyan value is 6.49%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(6,10,0,70)
C6M10Y0K70 
(6%,10%,0%,70%)
(0.06/0.10/0.00/0.70)	

CMYK percentages

%6.49
%10.39
%0
%69.8

Codes

Color #48454D in popluar color models

48454D
RGB726977
HSL263°5.48%28.63%
HSB/HSV263°10.39%30.20%
CMYK6.49%10.39%0.00%
69.80%

Color #48454D in popluar number systems.

HEX48454D
Decimal726977
Binary100100010001011001101
Octal110105115

Shades and tints

Shades of #48454D

#48454D
(72,69,77)
#423F46
(66,63,70)
#3C393F
(60,57,63)
#363338
(54,51,56)
#302D31
(48,45,49)
#2A272A
(42,39,42)
#242123
(36,33,35)
#1E1B1C
(30,27,28)
#181515
(24,21,21)
#120F0E
(18,15,14)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #48454D

#48454D
(72,69,77)
#58555D
(88,85,93)
#68656D
(104,101,109)
#78757D
(120,117,125)
#88858D
(136,133,141)
#98959D
(152,149,157)
#A8A5AD
(168,165,173)
#B8B5BD
(184,181,189)
#C8C5CD
(200,197,205)
#D8D5DD
(216,213,221)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48454D; }

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

This text font color is #48454D.


Background Color

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

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

This div background color is #48454D.


Border color

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

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

This div border color is #48454D.


Opacity

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

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

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

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

This text has shadow with #48454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48454D on black background.


Color preview on white background

This text has color #48454D on white background.



Black color preview on #48454D background

This text has black color on #48454D background.


White color preview on #48454D background

This text has white color on #48454D background.