COLOR #48242F

HEX: #48242F
RGB: (72,36,47)

Color info

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

RGB color model

#48242F color RGB value is (72,36,47).

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

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 47 of 255 = 18%

72
36
47

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

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 47 = 155 (100%)
R 72 of 155 ~ 46.45%
G 36 of 155 ~ 23.23%
B 47 of 155 ~ 30.32%

%46.45
%23.23
%30.32

CMYK color model

#48242F color CMYK value is (0,50,35,72).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,50,35,72)
C0M50Y35K72 
(0%,50%,35%,72%)
(0.00/0.50/0.35/0.72)	

CMYK percentages

%0
%50
%34.72
%71.76

Codes

Color #48242F in popluar color models

48242F
RGB723647
HSL342°33.33%21.18%
HSB/HSV342°50.00%28.24%
CMYK0.00%50.00%34.72%
71.76%

Color #48242F in popluar number systems.

HEX48242F
Decimal723647
Binary1001000100100101111
Octal1104457

Shades and tints

Shades of #48242F

#48242F
(72,36,47)
#42212B
(66,33,43)
#3C1E27
(60,30,39)
#361B23
(54,27,35)
#30181F
(48,24,31)
#2A151B
(42,21,27)
#241217
(36,18,23)
#1E0F13
(30,15,19)
#180C0F
(24,12,15)
#12090B
(18,9,11)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #48242F

#48242F
(72,36,47)
#583741
(88,55,65)
#684A53
(104,74,83)
#785D65
(120,93,101)
#887077
(136,112,119)
#988389
(152,131,137)
#A8969B
(168,150,155)
#B8A9AD
(184,169,173)
#C8BCBF
(200,188,191)
#D8CFD1
(216,207,209)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48242F; }

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

This text font color is #48242F.


Background Color

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

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

This div background color is #48242F.


Border color

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

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

This div border color is #48242F.


Opacity

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

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

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

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

This text has shadow with #48242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48242F on black background.


Color preview on white background

This text has color #48242F on white background.



Black color preview on #48242F background

This text has black color on #48242F background.


White color preview on #48242F background

This text has white color on #48242F background.