COLOR #48181D

HEX: #48181D
RGB: (72,24,29)

Color info

#48181D contains red, green and blue colors in about the same proportion. Web safe color of #48181D is #330033 (or #303).

RGB color model

#48181D color RGB value is (72,24,29).

  • red value is 72;
  • green value is 24;
  • blue value is 29.
RGB:
(72,24,29)
(28%,9%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 29 of 255 = 11%

72
24
29

R + G + B ~ 16%. #48181D is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 29 = 125 (100%)
R 72 of 125 ~ 57.6%
G 24 of 125 ~ 19.2%
B 29 of 125 ~ 23.2%

%57.6
%19.2
%23.2

CMYK color model

#48181D color CMYK value is (0,67,60,72).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 59.72%
  • key color value is 71.76%
CMYK:
(0,67,60,72)
C0M67Y60K72 
(0%,67%,60%,72%)
(0.00/0.67/0.60/0.72)	

CMYK percentages

%0
%66.67
%59.72
%71.76

Codes

Color #48181D in popluar color models

48181D
RGB722429
HSL354°50.00%18.82%
HSB/HSV354°66.67%28.24%
CMYK0.00%66.67%59.72%
71.76%

Color #48181D in popluar number systems.

HEX48181D
Decimal722429
Binary10010001100011101
Octal1103035

Shades and tints

Shades of #48181D

#48181D
(72,24,29)
#42161B
(66,22,27)
#3C1419
(60,20,25)
#361217
(54,18,23)
#301015
(48,16,21)
#2A0E13
(42,14,19)
#240C11
(36,12,17)
#1E0A0F
(30,10,15)
#18080D
(24,8,13)
#12060B
(18,6,11)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #48181D

#48181D
(72,24,29)
#582D31
(88,45,49)
#684245
(104,66,69)
#785759
(120,87,89)
#886C6D
(136,108,109)
#988181
(152,129,129)
#A89695
(168,150,149)
#B8ABA9
(184,171,169)
#C8C0BD
(200,192,189)
#D8D5D1
(216,213,209)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48181D color. Also use rgb(72,24,29) instead hex code.

Text Font Color

.myTextColor { color: #48181D; }

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

This text font color is #48181D.


Background Color

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

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

This div background color is #48181D.


Border color

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

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

This div border color is #48181D.


Opacity

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

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

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

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

This text has shadow with #48181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48181D on black background.


Color preview on white background

This text has color #48181D on white background.



Black color preview on #48181D background

This text has black color on #48181D background.


White color preview on #48181D background

This text has white color on #48181D background.