COLOR #481E31

HEX: #481E31
RGB: (72,30,49)

Color info

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

RGB color model

#481E31 color RGB value is (72,30,49).

  • red value is 72;
  • green value is 30;
  • blue value is 49.
RGB:
(72,30,49)
(28%,12%,19%)

RGB channels and saturation

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

72
30
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 49 = 151 (100%)
R 72 of 151 ~ 47.68%
G 30 of 151 ~ 19.87%
B 49 of 151 ~ 32.45%

%47.68
%19.87
%32.45

CMYK color model

#481E31 color CMYK value is (0,58,32,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,58,32,72)
C0M58Y32K72 
(0%,58%,32%,72%)
(0.00/0.58/0.32/0.72)	

CMYK percentages

%0
%58.33
%31.94
%71.76

Codes

Color #481E31 in popluar color models

481E31
RGB723049
HSL333°41.18%20.00%
HSB/HSV333°58.33%28.24%
CMYK0.00%58.33%31.94%
71.76%

Color #481E31 in popluar number systems.

HEX481E31
Decimal723049
Binary100100011110110001
Octal1103661

Shades and tints

Shades of #481E31

#481E31
(72,30,49)
#421C2D
(66,28,45)
#3C1A29
(60,26,41)
#361825
(54,24,37)
#301621
(48,22,33)
#2A141D
(42,20,29)
#241219
(36,18,25)
#1E1015
(30,16,21)
#180E11
(24,14,17)
#120C0D
(18,12,13)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #481E31

#481E31
(72,30,49)
#583243
(88,50,67)
#684655
(104,70,85)
#785A67
(120,90,103)
#886E79
(136,110,121)
#98828B
(152,130,139)
#A8969D
(168,150,157)
#B8AAAF
(184,170,175)
#C8BEC1
(200,190,193)
#D8D2D3
(216,210,211)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E31; }

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

This text font color is #481E31.


Background Color

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

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

This div background color is #481E31.


Border color

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

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

This div border color is #481E31.


Opacity

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

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

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

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

This text has shadow with #481E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E31 on black background.


Color preview on white background

This text has color #481E31 on white background.



Black color preview on #481E31 background

This text has black color on #481E31 background.


White color preview on #481E31 background

This text has white color on #481E31 background.