COLOR #48202A

HEX: #48202A
RGB: (72,32,42)

Color info

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

RGB color model

#48202A color RGB value is (72,32,42).

  • red value is 72;
  • green value is 32;
  • blue value is 42.
RGB:
(72,32,42)
(28%,13%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 32 of 255 = 13%
B 42 of 255 = 16%

72
32
42

R + G + B ~ 19%. #48202A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 32 + 42 = 146 (100%)
R 72 of 146 ~ 49.32%
G 32 of 146 ~ 21.92%
B 42 of 146 ~ 28.77%

%49.32
%21.92
%28.77

CMYK color model

#48202A color CMYK value is (0,56,42,72).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(0,56,42,72)
C0M56Y42K72 
(0%,56%,42%,72%)
(0.00/0.56/0.42/0.72)	

CMYK percentages

%0
%55.56
%41.67
%71.76

Codes

Color #48202A in popluar color models

48202A
RGB723242
HSL345°38.46%20.39%
HSB/HSV345°55.56%28.24%
CMYK0.00%55.56%41.67%
71.76%

Color #48202A in popluar number systems.

HEX48202A
Decimal723242
Binary1001000100000101010
Octal1104052

Shades and tints

Shades of #48202A

#48202A
(72,32,42)
#421E27
(66,30,39)
#3C1C24
(60,28,36)
#361A21
(54,26,33)
#30181E
(48,24,30)
#2A161B
(42,22,27)
#241418
(36,20,24)
#1E1215
(30,18,21)
#181012
(24,16,18)
#120E0F
(18,14,15)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #48202A

#48202A
(72,32,42)
#58343D
(88,52,61)
#684850
(104,72,80)
#785C63
(120,92,99)
#887076
(136,112,118)
#988489
(152,132,137)
#A8989C
(168,152,156)
#B8ACAF
(184,172,175)
#C8C0C2
(200,192,194)
#D8D4D5
(216,212,213)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48202A; }

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

This text font color is #48202A.


Background Color

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

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

This div background color is #48202A.


Border color

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

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

This div border color is #48202A.


Opacity

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

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

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

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

This text has shadow with #48202A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48202A on black background.


Color preview on white background

This text has color #48202A on white background.



Black color preview on #48202A background

This text has black color on #48202A background.


White color preview on #48202A background

This text has white color on #48202A background.