COLOR #48464A

HEX: #48464A
RGB: (72,70,74)

Color info

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

RGB color model

#48464A color RGB value is (72,70,74).

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

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 74 of 255 = 29%

72
70
74

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

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 74 = 216 (100%)
R 72 of 216 ~ 33.33%
G 70 of 216 ~ 32.41%
B 74 of 216 ~ 34.26%

%33.33
%32.41
%34.26

CMYK color model

#48464A color CMYK value is (3,5,0,71).

  • cyan value is 2.70%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(3,5,0,71)
C3M5Y0K71 
(3%,5%,0%,71%)
(0.03/0.05/0.00/0.71)	

CMYK percentages

%2.7
%5.41
%0
%70.98

Codes

Color #48464A in popluar color models

48464A
RGB727074
HSL270°2.78%28.24%
HSB/HSV270°5.41%29.02%
CMYK2.70%5.41%0.00%
70.98%

Color #48464A in popluar number systems.

HEX48464A
Decimal727074
Binary100100010001101001010
Octal110106112

Shades and tints

Shades of #48464A

#48464A
(72,70,74)
#424044
(66,64,68)
#3C3A3E
(60,58,62)
#363438
(54,52,56)
#302E32
(48,46,50)
#2A282C
(42,40,44)
#242226
(36,34,38)
#1E1C20
(30,28,32)
#18161A
(24,22,26)
#121014
(18,16,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #48464A

#48464A
(72,70,74)
#58565A
(88,86,90)
#68666A
(104,102,106)
#78767A
(120,118,122)
#88868A
(136,134,138)
#98969A
(152,150,154)
#A8A6AA
(168,166,170)
#B8B6BA
(184,182,186)
#C8C6CA
(200,198,202)
#D8D6DA
(216,214,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48464A color. Also use rgb(72,70,74) instead hex code.

Text Font Color

.myTextColor { color: #48464A; }

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

This text font color is #48464A.


Background Color

.myBgColor { background-color: #48464A; }

<div style="background-color:#48464A">Inner text</div>

This div background color is #48464A.


Border color

.myBorderColor { border: 1px solid #48464A; }

<div style="border:3px solid #48464A">Div</div>

This div border color is #48464A.


Opacity

.myOpacity80 { color: #48464A; opacity: 0.8; }

<p style="color:#48464A;opacity:0.8;">80%</p>

Text with #48464A 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 #48464A;}

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

This text has shadow with #48464A color.

.textShadow {text-shadow: 3px 3px 1px #48464A, 3px 3px 1px red;}

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

This text has shadow with #48464A primary color and red secondary color.


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

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

This text has shadow with #48464A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48464A on black background.


Color preview on white background

This text has color #48464A on white background.



Black color preview on #48464A background

This text has black color on #48464A background.


White color preview on #48464A background

This text has white color on #48464A background.