COLOR #48414B

HEX: #48414B
RGB: (72,65,75)

Color info

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

RGB color model

#48414B color RGB value is (72,65,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 65 of 255 = 25%
B 75 of 255 = 29%

72
65
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 65 + 75 = 212 (100%)
R 72 of 212 ~ 33.96%
G 65 of 212 ~ 30.66%
B 75 of 212 ~ 35.38%

%33.96
%30.66
%35.38

CMYK color model

#48414B color CMYK value is (4,13,0,71).

  • cyan value is 4.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,13,0,71)
C4M13Y0K71 
(4%,13%,0%,71%)
(0.04/0.13/0.00/0.71)	

CMYK percentages

%4
%13.33
%0
%70.59

Codes

Color #48414B in popluar color models

48414B
RGB726575
HSL282°7.14%27.45%
HSB/HSV282°13.33%29.41%
CMYK4.00%13.33%0.00%
70.59%

Color #48414B in popluar number systems.

HEX48414B
Decimal726575
Binary100100010000011001011
Octal110101113

Shades and tints

Shades of #48414B

#48414B
(72,65,75)
#423C45
(66,60,69)
#3C373F
(60,55,63)
#363239
(54,50,57)
#302D33
(48,45,51)
#2A282D
(42,40,45)
#242327
(36,35,39)
#1E1E21
(30,30,33)
#18191B
(24,25,27)
#121415
(18,20,21)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #48414B

#48414B
(72,65,75)
#58525B
(88,82,91)
#68636B
(104,99,107)
#78747B
(120,116,123)
#88858B
(136,133,139)
#98969B
(152,150,155)
#A8A7AB
(168,167,171)
#B8B8BB
(184,184,187)
#C8C9CB
(200,201,203)
#D8DADB
(216,218,219)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48414B; }

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

This text font color is #48414B.


Background Color

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

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

This div background color is #48414B.


Border color

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

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

This div border color is #48414B.


Opacity

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

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

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

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

This text has shadow with #48414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48414B on black background.


Color preview on white background

This text has color #48414B on white background.



Black color preview on #48414B background

This text has black color on #48414B background.


White color preview on #48414B background

This text has white color on #48414B background.