COLOR #48321C

HEX: #48321C RGB: (72,50,28)

Color info

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

RGB color model

#48321C color RGB value is (72,50,28).

RGB: (72,50,28) (28%, 20%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 28 of 255 = 11%

72
50
28

R + G + B ~ 20%. #48321C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 50 + 28 = 150 (100%)
R 72 of 150 ~ 48%
G 50 of 150 ~ 33.33%
B 28 of 150 ~ 18.67'%

%48
%33.33
%18.67

CMYK color model

#48321C color CMYK value is (0,31,61,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 61.11%
  • key color value is 71.76%
CMYK: (0,31,61,72) C0M31Y61K72 (0%,31%,61%,72%) (0.00/0.31/0.61/0.72) 

CMYK percentages

%0
%30.56
%61.11
%71.76

Codes

Color #48321C in popluar color models

48 32 1C
RGB 72 50 28
HSL 30° 44.00% 19.61%
HSB/HSV 30° 61.11% 28.24%
CMYK 0.00% 30.56% 61.11%
71.76%

Color #48321C in popluar number systems.

HEX 48 32 1C
Decimal 72 50 28
Binary 1001000 110010 11100
Octal 110 62 34

Shades and tints

Shades of #48321C

#48321C
(72,50,28)
#422E1A
(66,46,26)
#3C2A18
(60,42,24)
#362616
(54,38,22)
#302214
(48,34,20)
#2A1E12
(42,30,18)
#241A10
(36,26,16)
#1E160E
(30,22,14)
#18120C
(24,18,12)
#120E0A
(18,14,10)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #48321C

#48321C
(72,50,28)
#584430
(88,68,48)
#685644
(104,86,68)
#786858
(120,104,88)
#887A6C
(136,122,108)
#988C80
(152,140,128)
#A89E94
(168,158,148)
#B8B0A8
(184,176,168)
#C8C2BC
(200,194,188)
#D8D4D0
(216,212,208)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48321C color. Also use rgb(72,50,28) instead hex code.

Text Font Color

.myTextColor { color: #48321C; }

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

This text font color is #48321C.

Background Color

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

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

This div background color is #48321C.

Border color

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

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

This div border color is #48321C.

Opacity

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

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

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

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

This text has shadow with #48321C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48321C.

Preview

Color preview on black background

This text has color #48321C on black background.


Color preview on white background

This text has color #48321C on white background.


Black color preview on #48321C background

This text has black color on #48321C background.


White color preview on #48321C background

This text has white color on #48321C background.


Related colors

Complementary color

Complementary color for #hex is #B7CDE3.


I love getcolorcode.com

Triadic colors

1 #1C4832 and #321C48 with #48321C are triadic colors.

2 #1C3248 and #32481C with #48321C are triadic colors.