COLOR #481D2F

HEX: #481D2F
RGB: (72,29,47)

Color info

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

RGB color model

#481D2F color RGB value is (72,29,47).

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

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 47 of 255 = 18%

72
29
47

R + G + B ~ 19%. #481D2F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 47 = 148 (100%)
R 72 of 148 ~ 48.65%
G 29 of 148 ~ 19.59%
B 47 of 148 ~ 31.76%

%48.65
%19.59
%31.76

CMYK color model

#481D2F color CMYK value is (0,60,35,72).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,60,35,72)
C0M60Y35K72 
(0%,60%,35%,72%)
(0.00/0.60/0.35/0.72)	

CMYK percentages

%0
%59.72
%34.72
%71.76

Codes

Color #481D2F in popluar color models

481D2F
RGB722947
HSL335°42.57%19.80%
HSB/HSV335°59.72%28.24%
CMYK0.00%59.72%34.72%
71.76%

Color #481D2F in popluar number systems.

HEX481D2F
Decimal722947
Binary100100011101101111
Octal1103557

Shades and tints

Shades of #481D2F

#481D2F
(72,29,47)
#421B2B
(66,27,43)
#3C1927
(60,25,39)
#361723
(54,23,35)
#30151F
(48,21,31)
#2A131B
(42,19,27)
#241117
(36,17,23)
#1E0F13
(30,15,19)
#180D0F
(24,13,15)
#120B0B
(18,11,11)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #481D2F

#481D2F
(72,29,47)
#583141
(88,49,65)
#684553
(104,69,83)
#785965
(120,89,101)
#886D77
(136,109,119)
#988189
(152,129,137)
#A8959B
(168,149,155)
#B8A9AD
(184,169,173)
#C8BDBF
(200,189,191)
#D8D1D1
(216,209,209)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481D2F; }

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

This text font color is #481D2F.


Background Color

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

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

This div background color is #481D2F.


Border color

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

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

This div border color is #481D2F.


Opacity

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

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

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

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

This text has shadow with #481D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D2F on black background.


Color preview on white background

This text has color #481D2F on white background.



Black color preview on #481D2F background

This text has black color on #481D2F background.


White color preview on #481D2F background

This text has white color on #481D2F background.