COLOR #481F2D

HEX: #481F2D RGB: (72,31,45)

Color info

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

RGB color model

#481F2D color RGB value is (72,31,45).

RGB: (72,31,45) (28%, 12%, 18%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 45 of 255 = 18%

72
31
45

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

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 45 = 148 (100%)
R 72 of 148 ~ 48.65%
G 31 of 148 ~ 20.95%
B 45 of 148 ~ 30.41'%

%48.65
%20.95
%30.41

CMYK color model

#481F2D color CMYK value is (0,57,38,72).

  • cyan value is 0.00%
  • magenta value is 56.94%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (0,57,38,72)
C0M57Y38K72 (0%, 57%, 38%, 72%)
(0.00 / 0.57 / 0.38 / 0.72)

CMYK percentages

%0
%56.94
%37.5
%71.76

Codes

Color #481F2D in popluar color models

48 1F 2D
RGB 72 31 45
HSL 340° 39.81% 20.20%
HSB/HSV 340° 56.94% 28.24%
CMYK 0.00% 56.94% 37.50%
71.76%

Color #481F2D in popluar number systems.

HEX 48 1F 2D
Decimal 72 31 45
Binary 1001000 11111 101101
Octal 110 37 55

Shades and tints

Shades of #481F2D

#481F2D
(72,31,45)
#421D29
(66,29,41)
#3C1B25
(60,27,37)
#361921
(54,25,33)
#30171D
(48,23,29)
#2A1519
(42,21,25)
#241315
(36,19,21)
#1E1111
(30,17,17)
#180F0D
(24,15,13)
#120D09
(18,13,9)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #481F2D

#481F2D
(72,31,45)
#583340
(88,51,64)
#684753
(104,71,83)
#785B66
(120,91,102)
#886F79
(136,111,121)
#98838C
(152,131,140)
#A8979F
(168,151,159)
#B8ABB2
(184,171,178)
#C8BFC5
(200,191,197)
#D8D3D8
(216,211,216)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481F2D color. Also use rgb(72,31,45) instead hex code.

Text Font Color

.myTextColor { color: #481F2D; }

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

This text font color is #481F2D.

Background Color

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

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

This div background color is #481F2D.

Border color

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

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

This div border color is #481F2D.

Opacity

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

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

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

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

This text has shadow with #481F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481F2D.

Preview

Color preview on black background

This text has color #481F2D on black background.


Color preview on white background

This text has color #481F2D on white background.


Black color preview on #481F2D background

This text has black color on #481F2D background.


White color preview on #481F2D background

This text has white color on #481F2D background.


Related colors

Complementary color

Complementary color for #hex is #B7E0D2.


I love getcolorcode.com

Triadic colors

1 #2D481F and #1F2D48 with #481F2D are triadic colors.

2 #2D1F48 and #1F482D with #481F2D are triadic colors.