COLOR #48421C

HEX: #48421C
RGB: (72,66,28)

Color info

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

RGB color model

#48421C color RGB value is (72,66,28).

  • red value is 72;
  • green value is 66;
  • blue value is 28.
RGB:
(72,66,28)
(28%,26%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 28 of 255 = 11%

72
66
28

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

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 28 = 166 (100%)
R 72 of 166 ~ 43.37%
G 66 of 166 ~ 39.76%
B 28 of 166 ~ 16.87%

%43.37
%39.76
%16.87

CMYK color model

#48421C color CMYK value is (0,8,61,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 61.11%
  • key color value is 71.76%
CMYK:
(0,8,61,72)
C0M8Y61K72 
(0%,8%,61%,72%)
(0.00/0.08/0.61/0.72)	

CMYK percentages

%0
%8.33
%61.11
%71.76

Codes

Color #48421C in popluar color models

48421C
RGB726628
HSL52°44.00%19.61%
HSB/HSV52°61.11%28.24%
CMYK0.00%8.33%61.11%
71.76%

Color #48421C in popluar number systems.

HEX48421C
Decimal726628
Binary1001000100001011100
Octal11010234

Shades and tints

Shades of #48421C

#48421C
(72,66,28)
#423C1A
(66,60,26)
#3C3618
(60,54,24)
#363016
(54,48,22)
#302A14
(48,42,20)
#2A2412
(42,36,18)
#241E10
(36,30,16)
#1E180E
(30,24,14)
#18120C
(24,18,12)
#120C0A
(18,12,10)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #48421C

#48421C
(72,66,28)
#585330
(88,83,48)
#686444
(104,100,68)
#787558
(120,117,88)
#88866C
(136,134,108)
#989780
(152,151,128)
#A8A894
(168,168,148)
#B8B9A8
(184,185,168)
#C8CABC
(200,202,188)
#D8DBD0
(216,219,208)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48421C; }

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

This text font color is #48421C.


Background Color

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

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

This div background color is #48421C.


Border color

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

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

This div border color is #48421C.


Opacity

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

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

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

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

This text has shadow with #48421C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48421C on black background.


Color preview on white background

This text has color #48421C on white background.



Black color preview on #48421C background

This text has black color on #48421C background.


White color preview on #48421C background

This text has white color on #48421C background.