COLOR #48352A

HEX: #48352A
RGB: (72,53,42)

Color info

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

RGB color model

#48352A color RGB value is (72,53,42).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 42 of 255 = 16%

72
53
42

R + G + B ~ 22%. #48352A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 42 = 167 (100%)
R 72 of 167 ~ 43.11%
G 53 of 167 ~ 31.74%
B 42 of 167 ~ 25.15%

%43.11
%31.74
%25.15

CMYK color model

#48352A color CMYK value is (0,26,42,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(0,26,42,72)
C0M26Y42K72 
(0%,26%,42%,72%)
(0.00/0.26/0.42/0.72)	

CMYK percentages

%0
%26.39
%41.67
%71.76

Codes

Color #48352A in popluar color models

48352A
RGB725342
HSL22°26.32%22.35%
HSB/HSV22°41.67%28.24%
CMYK0.00%26.39%41.67%
71.76%

Color #48352A in popluar number systems.

HEX48352A
Decimal725342
Binary1001000110101101010
Octal1106552

Shades and tints

Shades of #48352A

#48352A
(72,53,42)
#423127
(66,49,39)
#3C2D24
(60,45,36)
#362921
(54,41,33)
#30251E
(48,37,30)
#2A211B
(42,33,27)
#241D18
(36,29,24)
#1E1915
(30,25,21)
#181512
(24,21,18)
#12110F
(18,17,15)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #48352A

#48352A
(72,53,42)
#58473D
(88,71,61)
#685950
(104,89,80)
#786B63
(120,107,99)
#887D76
(136,125,118)
#988F89
(152,143,137)
#A8A19C
(168,161,156)
#B8B3AF
(184,179,175)
#C8C5C2
(200,197,194)
#D8D7D5
(216,215,213)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48352A; }

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

This text font color is #48352A.


Background Color

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

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

This div background color is #48352A.


Border color

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

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

This div border color is #48352A.


Opacity

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

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

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

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

This text has shadow with #48352A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48352A on black background.


Color preview on white background

This text has color #48352A on white background.



Black color preview on #48352A background

This text has black color on #48352A background.


White color preview on #48352A background

This text has white color on #48352A background.