COLOR #48252D

HEX: #48252D
RGB: (72,37,45)

Color info

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

RGB color model

#48252D color RGB value is (72,37,45).

  • red value is 72;
  • green value is 37;
  • blue value is 45.
RGB:
(72,37,45)
(28%,15%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 45 of 255 = 18%

72
37
45

R + G + B ~ 20%. #48252D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 45 = 154 (100%)
R 72 of 154 ~ 46.75%
G 37 of 154 ~ 24.03%
B 45 of 154 ~ 29.22%

%46.75
%24.03
%29.22

CMYK color model

#48252D color CMYK value is (0,49,38,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(0,49,38,72)
C0M49Y38K72 
(0%,49%,38%,72%)
(0.00/0.49/0.38/0.72)	

CMYK percentages

%0
%48.61
%37.5
%71.76

Codes

Color #48252D in popluar color models

48252D
RGB723745
HSL346°32.11%21.37%
HSB/HSV346°48.61%28.24%
CMYK0.00%48.61%37.50%
71.76%

Color #48252D in popluar number systems.

HEX48252D
Decimal723745
Binary1001000100101101101
Octal1104555

Shades and tints

Shades of #48252D

#48252D
(72,37,45)
#422229
(66,34,41)
#3C1F25
(60,31,37)
#361C21
(54,28,33)
#30191D
(48,25,29)
#2A1619
(42,22,25)
#241315
(36,19,21)
#1E1011
(30,16,17)
#180D0D
(24,13,13)
#120A09
(18,10,9)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #48252D

#48252D
(72,37,45)
#583840
(88,56,64)
#684B53
(104,75,83)
#785E66
(120,94,102)
#887179
(136,113,121)
#98848C
(152,132,140)
#A8979F
(168,151,159)
#B8AAB2
(184,170,178)
#C8BDC5
(200,189,197)
#D8D0D8
(216,208,216)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48252D; }

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

This text font color is #48252D.


Background Color

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

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

This div background color is #48252D.


Border color

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

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

This div border color is #48252D.


Opacity

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

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

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

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

This text has shadow with #48252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48252D on black background.


Color preview on white background

This text has color #48252D on white background.



Black color preview on #48252D background

This text has black color on #48252D background.


White color preview on #48252D background

This text has white color on #48252D background.