COLOR #48283B

HEX: #48283B RGB: (72,40,59)

Color info

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

RGB color model

#48283B color RGB value is (72,40,59).

RGB: (72,40,59) (28%, 16%, 23%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 59 of 255 = 23%

72
40
59

R + G + B ~ 22%. #48283B is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 40 + 59 = 171 (100%)
R 72 of 171 ~ 42.11%
G 40 of 171 ~ 23.39%
B 59 of 171 ~ 34.5'%

%42.11
%23.39
%34.5

CMYK color model

#48283B color CMYK value is (0,44,18,72).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 18.06%
  • key color value is 71.76%

CMYK: (0,44,18,72)
C0M44Y18K72 (0%, 44%, 18%, 72%)
(0.00 / 0.44 / 0.18 / 0.72)

CMYK percentages

%0
%44.44
%18.06
%71.76

Codes

Color #48283B in popluar color models

48 28 3B
RGB 72 40 59
HSL 324° 28.57% 21.96%
HSB/HSV 324° 44.44% 28.24%
CMYK 0.00% 44.44% 18.06%
71.76%

Color #48283B in popluar number systems.

HEX 48 28 3B
Decimal 72 40 59
Binary 1001000 101000 111011
Octal 110 50 73

Shades and tints

Shades of #48283B

#48283B
(72,40,59)
#422536
(66,37,54)
#3C2231
(60,34,49)
#361F2C
(54,31,44)
#301C27
(48,28,39)
#2A1922
(42,25,34)
#24161D
(36,22,29)
#1E1318
(30,19,24)
#181013
(24,16,19)
#120D0E
(18,13,14)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #48283B

#48283B
(72,40,59)
#583B4C
(88,59,76)
#684E5D
(104,78,93)
#78616E
(120,97,110)
#88747F
(136,116,127)
#988790
(152,135,144)
#A89AA1
(168,154,161)
#B8ADB2
(184,173,178)
#C8C0C3
(200,192,195)
#D8D3D4
(216,211,212)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48283B color. Also use rgb(72,40,59) instead hex code.

Text Font Color

.myTextColor { color: #48283B; }

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

This text font color is #48283B.

Background Color

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

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

This div background color is #48283B.

Border color

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

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

This div border color is #48283B.

Opacity

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

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

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

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

This text has shadow with #48283B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48283B.

Preview

Color preview on black background

This text has color #48283B on black background.


Color preview on white background

This text has color #48283B on white background.


Black color preview on #48283B background

This text has black color on #48283B background.


White color preview on #48283B background

This text has white color on #48283B background.


Related colors

Complementary color

Complementary color for #hex is #B7D7C4.


I love getcolorcode.com

Triadic colors

1 #3B4828 and #283B48 with #48283B are triadic colors.

2 #3B2848 and #28483B with #48283B are triadic colors.