COLOR #48383D

HEX: #48383D RGB: (72,56,61)

Color info

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

RGB color model

#48383D color RGB value is (72,56,61).

RGB: (72,56,61) (28%, 22%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 56 of 255 = 22%
B 61 of 255 = 24%

72
56
61

R + G + B ~ 25%. #48383D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 56 + 61 = 189 (100%)
R 72 of 189 ~ 38.1%
G 56 of 189 ~ 29.63%
B 61 of 189 ~ 32.28'%

%38.1
%29.63
%32.28

CMYK color model

#48383D color CMYK value is (0,22,15,72).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 15.28%
  • key color value is 71.76%

CMYK: (0,22,15,72)
C0M22Y15K72 (0%, 22%, 15%, 72%)
(0.00 / 0.22 / 0.15 / 0.72)

CMYK percentages

%0
%22.22
%15.28
%71.76

Codes

Color #48383D in popluar color models

48 38 3D
RGB 72 56 61
HSL 341° 12.50% 25.10%
HSB/HSV 341° 22.22% 28.24%
CMYK 0.00% 22.22% 15.28%
71.76%

Color #48383D in popluar number systems.

HEX 48 38 3D
Decimal 72 56 61
Binary 1001000 111000 111101
Octal 110 70 75

Shades and tints

Shades of #48383D

#48383D
(72,56,61)
#423338
(66,51,56)
#3C2E33
(60,46,51)
#36292E
(54,41,46)
#302429
(48,36,41)
#2A1F24
(42,31,36)
#241A1F
(36,26,31)
#1E151A
(30,21,26)
#181015
(24,16,21)
#120B10
(18,11,16)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #48383D

#48383D
(72,56,61)
#584A4E
(88,74,78)
#685C5F
(104,92,95)
#786E70
(120,110,112)
#888081
(136,128,129)
#989292
(152,146,146)
#A8A4A3
(168,164,163)
#B8B6B4
(184,182,180)
#C8C8C5
(200,200,197)
#D8DAD6
(216,218,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48383D color. Also use rgb(72,56,61) instead hex code.

Text Font Color

.myTextColor { color: #48383D; }

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

This text font color is #48383D.

Background Color

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

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

This div background color is #48383D.

Border color

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

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

This div border color is #48383D.

Opacity

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

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

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

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

This text has shadow with #48383D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48383D.

Preview

Color preview on black background

This text has color #48383D on black background.


Color preview on white background

This text has color #48383D on white background.


Black color preview on #48383D background

This text has black color on #48383D background.


White color preview on #48383D background

This text has white color on #48383D background.


Related colors

Complementary color

Complementary color for #hex is #B7C7C2.


I love getcolorcode.com

Triadic colors

1 #3D4838 and #383D48 with #48383D are triadic colors.

2 #3D3848 and #38483D with #48383D are triadic colors.