COLOR #48282A

HEX: #48282A RGB: (72,40,42)

Color info

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

RGB color model

#48282A color RGB value is (72,40,42).

RGB: (72,40,42) (28%, 16%, 16%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 42 of 255 = 16%

72
40
42

R + G + B ~ 20%. #48282A is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 40 + 42 = 154 (100%)
R 72 of 154 ~ 46.75%
G 40 of 154 ~ 25.97%
B 42 of 154 ~ 27.27'%

%46.75
%25.97
%27.27

CMYK color model

#48282A color CMYK value is (0,44,42,72).

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

CMYK: (0,44,42,72)
C0M44Y42K72 (0%, 44%, 42%, 72%)
(0.00 / 0.44 / 0.42 / 0.72)

CMYK percentages

%0
%44.44
%41.67
%71.76

Codes

Color #48282A in popluar color models

48 28 2A
RGB 72 40 42
HSL 356° 28.57% 21.96%
HSB/HSV 356° 44.44% 28.24%
CMYK 0.00% 44.44% 41.67%
71.76%

Color #48282A in popluar number systems.

HEX 48 28 2A
Decimal 72 40 42
Binary 1001000 101000 101010
Octal 110 50 52

Shades and tints

Shades of #48282A

#48282A
(72,40,42)
#422527
(66,37,39)
#3C2224
(60,34,36)
#361F21
(54,31,33)
#301C1E
(48,28,30)
#2A191B
(42,25,27)
#241618
(36,22,24)
#1E1315
(30,19,21)
#181012
(24,16,18)
#120D0F
(18,13,15)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #48282A

#48282A
(72,40,42)
#583B3D
(88,59,61)
#684E50
(104,78,80)
#786163
(120,97,99)
#887476
(136,116,118)
#988789
(152,135,137)
#A89A9C
(168,154,156)
#B8ADAF
(184,173,175)
#C8C0C2
(200,192,194)
#D8D3D5
(216,211,213)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48282A color. Also use rgb(72,40,42) instead hex code.

Text Font Color

.myTextColor { color: #48282A; }

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

This text font color is #48282A.

Background Color

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

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

This div background color is #48282A.

Border color

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

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

This div border color is #48282A.

Opacity

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

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

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

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

This text has shadow with #48282A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48282A.

Preview

Color preview on black background

This text has color #48282A on black background.


Color preview on white background

This text has color #48282A on white background.


Black color preview on #48282A background

This text has black color on #48282A background.


White color preview on #48282A background

This text has white color on #48282A background.


Related colors

Complementary color

Complementary color for #hex is #B7D7D5.


I love getcolorcode.com

Triadic colors

1 #2A4828 and #282A48 with #48282A are triadic colors.

2 #2A2848 and #28482A with #48282A are triadic colors.