COLOR #481F31

HEX: #481F31 RGB: (72,31,49)

Color info

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

RGB color model

#481F31 color RGB value is (72,31,49).

RGB: (72,31,49) (28%, 12%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 49 of 255 = 19%

72
31
49

R + G + B ~ 20%. #481F31 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 49 = 152 (100%)
R 72 of 152 ~ 47.37%
G 31 of 152 ~ 20.39%
B 49 of 152 ~ 32.24'%

%47.37
%20.39
%32.24

CMYK color model

#481F31 color CMYK value is (0,57,32,72).

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

CMYK: (0,57,32,72)
C0M57Y32K72 (0%, 57%, 32%, 72%)
(0.00 / 0.57 / 0.32 / 0.72)

CMYK percentages

%0
%56.94
%31.94
%71.76

Codes

Color #481F31 in popluar color models

48 1F 31
RGB 72 31 49
HSL 334° 39.81% 20.20%
HSB/HSV 334° 56.94% 28.24%
CMYK 0.00% 56.94% 31.94%
71.76%

Color #481F31 in popluar number systems.

HEX 48 1F 31
Decimal 72 31 49
Binary 1001000 11111 110001
Octal 110 37 61

Shades and tints

Shades of #481F31

#481F31
(72,31,49)
#421D2D
(66,29,45)
#3C1B29
(60,27,41)
#361925
(54,25,37)
#301721
(48,23,33)
#2A151D
(42,21,29)
#241319
(36,19,25)
#1E1115
(30,17,21)
#180F11
(24,15,17)
#120D0D
(18,13,13)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #481F31

#481F31
(72,31,49)
#583343
(88,51,67)
#684755
(104,71,85)
#785B67
(120,91,103)
#886F79
(136,111,121)
#98838B
(152,131,139)
#A8979D
(168,151,157)
#B8ABAF
(184,171,175)
#C8BFC1
(200,191,193)
#D8D3D3
(216,211,211)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F31; }

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

This text font color is #481F31.

Background Color

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

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

This div background color is #481F31.

Border color

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

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

This div border color is #481F31.

Opacity

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

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

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

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

This text has shadow with #481F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481F31.

Preview

Color preview on black background

This text has color #481F31 on black background.


Color preview on white background

This text has color #481F31 on white background.


Black color preview on #481F31 background

This text has black color on #481F31 background.


White color preview on #481F31 background

This text has white color on #481F31 background.


Related colors

Complementary color

Complementary color for #hex is #B7E0CE.


I love getcolorcode.com

Triadic colors

1 #31481F and #1F3148 with #481F31 are triadic colors.

2 #311F48 and #1F4831 with #481F31 are triadic colors.