COLOR #48402C

HEX: #48402C
RGB: (72,64,44)

Color info

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

RGB color model

#48402C color RGB value is (72,64,44).

  • red value is 72;
  • green value is 64;
  • blue value is 44.
RGB:
(72,64,44)
(28%,25%,17%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 44 of 255 = 17%

72
64
44

R + G + B ~ 23%. #48402C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 44 = 180 (100%)
R 72 of 180 ~ 40%
G 64 of 180 ~ 35.56%
B 44 of 180 ~ 24.44%

%40
%35.56
%24.44

CMYK color model

#48402C color CMYK value is (0,11,39,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(0,11,39,72)
C0M11Y39K72 
(0%,11%,39%,72%)
(0.00/0.11/0.39/0.72)	

CMYK percentages

%0
%11.11
%38.89
%71.76

Codes

Color #48402C in popluar color models

48402C
RGB726444
HSL43°24.14%22.75%
HSB/HSV43°38.89%28.24%
CMYK0.00%11.11%38.89%
71.76%

Color #48402C in popluar number systems.

HEX48402C
Decimal726444
Binary10010001000000101100
Octal11010054

Shades and tints

Shades of #48402C

#48402C
(72,64,44)
#423B28
(66,59,40)
#3C3624
(60,54,36)
#363120
(54,49,32)
#302C1C
(48,44,28)
#2A2718
(42,39,24)
#242214
(36,34,20)
#1E1D10
(30,29,16)
#18180C
(24,24,12)
#121308
(18,19,8)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #48402C

#48402C
(72,64,44)
#58513F
(88,81,63)
#686252
(104,98,82)
#787365
(120,115,101)
#888478
(136,132,120)
#98958B
(152,149,139)
#A8A69E
(168,166,158)
#B8B7B1
(184,183,177)
#C8C8C4
(200,200,196)
#D8D9D7
(216,217,215)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48402C color. Also use rgb(72,64,44) instead hex code.

Text Font Color

.myTextColor { color: #48402C; }

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

This text font color is #48402C.


Background Color

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

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

This div background color is #48402C.


Border color

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

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

This div border color is #48402C.


Opacity

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

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

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

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

This text has shadow with #48402C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48402C on black background.


Color preview on white background

This text has color #48402C on white background.



Black color preview on #48402C background

This text has black color on #48402C background.


White color preview on #48402C background

This text has white color on #48402C background.