COLOR #481D28

HEX: #481D28
RGB: (72,29,40)

Color info

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

RGB color model

#481D28 color RGB value is (72,29,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 40 of 255 = 16%

72
29
40

R + G + B ~ 18%. #481D28 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 40 = 141 (100%)
R 72 of 141 ~ 51.06%
G 29 of 141 ~ 20.57%
B 40 of 141 ~ 28.37%

%51.06
%20.57
%28.37

CMYK color model

#481D28 color CMYK value is (0,60,44,72).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,60,44,72)
C0M60Y44K72 
(0%,60%,44%,72%)
(0.00/0.60/0.44/0.72)	

CMYK percentages

%0
%59.72
%44.44
%71.76

Codes

Color #481D28 in popluar color models

481D28
RGB722940
HSL345°42.57%19.80%
HSB/HSV345°59.72%28.24%
CMYK0.00%59.72%44.44%
71.76%

Color #481D28 in popluar number systems.

HEX481D28
Decimal722940
Binary100100011101101000
Octal1103550

Shades and tints

Shades of #481D28

#481D28
(72,29,40)
#421B25
(66,27,37)
#3C1922
(60,25,34)
#36171F
(54,23,31)
#30151C
(48,21,28)
#2A1319
(42,19,25)
#241116
(36,17,22)
#1E0F13
(30,15,19)
#180D10
(24,13,16)
#120B0D
(18,11,13)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #481D28

#481D28
(72,29,40)
#58313B
(88,49,59)
#68454E
(104,69,78)
#785961
(120,89,97)
#886D74
(136,109,116)
#988187
(152,129,135)
#A8959A
(168,149,154)
#B8A9AD
(184,169,173)
#C8BDC0
(200,189,192)
#D8D1D3
(216,209,211)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481D28 color. Also use rgb(72,29,40) instead hex code.

Text Font Color

.myTextColor { color: #481D28; }

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

This text font color is #481D28.


Background Color

.myBgColor { background-color: #481D28; }

<div style="background-color:#481D28">Inner text</div>

This div background color is #481D28.


Border color

.myBorderColor { border: 1px solid #481D28; }

<div style="border:3px solid #481D28">Div</div>

This div border color is #481D28.


Opacity

.myOpacity80 { color: #481D28; opacity: 0.8; }

<p style="color:#481D28;opacity:0.8;">80%</p>

Text with #481D28 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 #481D28;}

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

This text has shadow with #481D28 color.

.textShadow {text-shadow: 3px 3px 1px #481D28, 3px 3px 1px red;}

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

This text has shadow with #481D28 primary color and red secondary color.


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

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

This text has shadow with #481D28 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D28 on black background.


Color preview on white background

This text has color #481D28 on white background.



Black color preview on #481D28 background

This text has black color on #481D28 background.


White color preview on #481D28 background

This text has white color on #481D28 background.