COLOR #48252F

HEX: #48252F
RGB: (72,37,47)

Color info

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

RGB color model

#48252F color RGB value is (72,37,47).

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

RGB channels and saturation

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

72
37
47

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

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 47 = 156 (100%)
R 72 of 156 ~ 46.15%
G 37 of 156 ~ 23.72%
B 47 of 156 ~ 30.13%

%46.15
%23.72
%30.13

CMYK color model

#48252F color CMYK value is (0,49,35,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,49,35,72)
C0M49Y35K72 
(0%,49%,35%,72%)
(0.00/0.49/0.35/0.72)	

CMYK percentages

%0
%48.61
%34.72
%71.76

Codes

Color #48252F in popluar color models

48252F
RGB723747
HSL343°32.11%21.37%
HSB/HSV343°48.61%28.24%
CMYK0.00%48.61%34.72%
71.76%

Color #48252F in popluar number systems.

HEX48252F
Decimal723747
Binary1001000100101101111
Octal1104557

Shades and tints

Shades of #48252F

#48252F
(72,37,47)
#42222B
(66,34,43)
#3C1F27
(60,31,39)
#361C23
(54,28,35)
#30191F
(48,25,31)
#2A161B
(42,22,27)
#241317
(36,19,23)
#1E1013
(30,16,19)
#180D0F
(24,13,15)
#120A0B
(18,10,11)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #48252F

#48252F
(72,37,47)
#583841
(88,56,65)
#684B53
(104,75,83)
#785E65
(120,94,101)
#887177
(136,113,119)
#988489
(152,132,137)
#A8979B
(168,151,155)
#B8AAAD
(184,170,173)
#C8BDBF
(200,189,191)
#D8D0D1
(216,208,209)
#E8E3E3
(232,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48252F; }

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

This text font color is #48252F.


Background Color

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

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

This div background color is #48252F.


Border color

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

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

This div border color is #48252F.


Opacity

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

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

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

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

This text has shadow with #48252F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48252F on black background.


Color preview on white background

This text has color #48252F on white background.



Black color preview on #48252F background

This text has black color on #48252F background.


White color preview on #48252F background

This text has white color on #48252F background.