COLOR #48352D

HEX: #48352D RGB: (72,53,45)

Color info

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

RGB color model

#48352D color RGB value is (72,53,45).

RGB: (72,53,45) (28%, 21%, 18%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 45 of 255 = 18%

72
53
45

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

Portions of RGB colors in percentages

R + G + B = 72 + 53 + 45 = 170 (100%)
R 72 of 170 ~ 42.35%
G 53 of 170 ~ 31.18%
B 45 of 170 ~ 26.47'%

%42.35
%31.18
%26.47

CMYK color model

#48352D color CMYK value is (0,26,38,72).

  • cyan value is 0.00%
  • magenta value is 26.39%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (0,26,38,72)
C0M26Y38K72 (0%, 26%, 38%, 72%)
(0.00 / 0.26 / 0.38 / 0.72)

CMYK percentages

%0
%26.39
%37.5
%71.76

Codes

Color #48352D in popluar color models

48 35 2D
RGB 72 53 45
HSL 18° 23.08% 22.94%
HSB/HSV 18° 37.50% 28.24%
CMYK 0.00% 26.39% 37.50%
71.76%

Color #48352D in popluar number systems.

HEX 48 35 2D
Decimal 72 53 45
Binary 1001000 110101 101101
Octal 110 65 55

Shades and tints

Shades of #48352D

#48352D
(72,53,45)
#423129
(66,49,41)
#3C2D25
(60,45,37)
#362921
(54,41,33)
#30251D
(48,37,29)
#2A2119
(42,33,25)
#241D15
(36,29,21)
#1E1911
(30,25,17)
#18150D
(24,21,13)
#121109
(18,17,9)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #48352D

#48352D
(72,53,45)
#584740
(88,71,64)
#685953
(104,89,83)
#786B66
(120,107,102)
#887D79
(136,125,121)
#988F8C
(152,143,140)
#A8A19F
(168,161,159)
#B8B3B2
(184,179,178)
#C8C5C5
(200,197,197)
#D8D7D8
(216,215,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48352D; }

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

This text font color is #48352D.

Background Color

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

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

This div background color is #48352D.

Border color

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

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

This div border color is #48352D.

Opacity

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

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

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

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

This text has shadow with #48352D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48352D.

Preview

Color preview on black background

This text has color #48352D on black background.


Color preview on white background

This text has color #48352D on white background.


Black color preview on #48352D background

This text has black color on #48352D background.


White color preview on #48352D background

This text has white color on #48352D background.


Related colors

Complementary color

Complementary color for #hex is #B7CAD2.


I love getcolorcode.com

Triadic colors

1 #2D4835 and #352D48 with #48352D are triadic colors.

2 #2D3548 and #35482D with #48352D are triadic colors.