COLOR #48203C

HEX: #48203C RGB: (72,32,60)

Color info

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

RGB color model

#48203C color RGB value is (72,32,60).

RGB: (72,32,60) (28%, 13%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 32 of 255 = 13%
B 60 of 255 = 24%

72
32
60

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

Portions of RGB colors in percentages

R + G + B = 72 + 32 + 60 = 164 (100%)
R 72 of 164 ~ 43.9%
G 32 of 164 ~ 19.51%
B 60 of 164 ~ 36.59'%

%43.9
%19.51
%36.59

CMYK color model

#48203C color CMYK value is (0,56,17,72).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 16.67%
  • key color value is 71.76%

CMYK: (0,56,17,72)
C0M56Y17K72 (0%, 56%, 17%, 72%)
(0.00 / 0.56 / 0.17 / 0.72)

CMYK percentages

%0
%55.56
%16.67
%71.76

Codes

Color #48203C in popluar color models

48 20 3C
RGB 72 32 60
HSL 318° 38.46% 20.39%
HSB/HSV 318° 55.56% 28.24%
CMYK 0.00% 55.56% 16.67%
71.76%

Color #48203C in popluar number systems.

HEX 48 20 3C
Decimal 72 32 60
Binary 1001000 100000 111100
Octal 110 40 74

Shades and tints

Shades of #48203C

#48203C
(72,32,60)
#421E37
(66,30,55)
#3C1C32
(60,28,50)
#361A2D
(54,26,45)
#301828
(48,24,40)
#2A1623
(42,22,35)
#24141E
(36,20,30)
#1E1219
(30,18,25)
#181014
(24,16,20)
#120E0F
(18,14,15)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48203C

#48203C
(72,32,60)
#58344D
(88,52,77)
#68485E
(104,72,94)
#785C6F
(120,92,111)
#887080
(136,112,128)
#988491
(152,132,145)
#A898A2
(168,152,162)
#B8ACB3
(184,172,179)
#C8C0C4
(200,192,196)
#D8D4D5
(216,212,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48203C color. Also use rgb(72,32,60) instead hex code.

Text Font Color

.myTextColor { color: #48203C; }

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

This text font color is #48203C.

Background Color

.myBgColor { background-color: #48203C; }

<div style="background-color:#48203C">Inner text</div>

This div background color is #48203C.

Border color

.myBorderColor { border: 1px solid #48203C; }

<div style="border:3px solid #48203C">Div</div>

This div border color is #48203C.

Opacity

.myOpacity80 { color: #48203C; opacity: 0.8; }

<p style="color:#48203C;opacity:0.8;">80%</p>

Text with #48203C 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 #48203C;}

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

This text has shadow with #48203C color.


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

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

This text has shadow with #48203C primary color and red secondary color.


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

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

This text has shadow with #48203C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48203C.

Preview

Color preview on black background

This text has color #48203C on black background.


Color preview on white background

This text has color #48203C on white background.


Black color preview on #48203C background

This text has black color on #48203C background.


White color preview on #48203C background

This text has white color on #48203C background.


Related colors

Complementary color

Complementary color for #hex is #B7DFC3.


I love getcolorcode.com

Triadic colors

1 #3C4820 and #203C48 with #48203C are triadic colors.

2 #3C2048 and #20483C with #48203C are triadic colors.