COLOR #481333

HEX: #481333
RGB: (72,19,51)

Color info

#481333 contains red, green and blue colors in about the same proportion. Web safe color of #481333 is #330033 (or #303).

RGB color model

#481333 color RGB value is (72,19,51).

  • red value is 72;
  • green value is 19;
  • blue value is 51.
RGB: (72,19,51) (28%,7%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 51 of 255 = 20%

72
19
51

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

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 51 = 142 (100%)
R 72 of 142 ~ 50.7%
G 19 of 142 ~ 13.38%
B 51 of 142 ~ 35.92%

%50.7
%13.38
%35.92

CMYK color model

#481333 color CMYK value is (0,74,29,72).

  • cyan value is 0.00%
  • magenta value is 73.61%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK: (0,74,29,72) C0M74Y29K72 (0%,74%,29%,72%) (0.00/0.74/0.29/0.72)

CMYK percentages

%0
%73.61
%29.17
%71.76

Codes

Color #481333 in popluar color models

481333
RGB721951
HSL324°58.24%17.84%
HSB/HSV324°73.61%28.24%
CMYK0.00%73.61%29.17%
71.76%

Color #481333 in popluar number systems.

HEX481333
Decimal721951
Binary100100010011110011
Octal1102363

Shades and tints

Shades of #481333

#481333
(72,19,51)
#42122F
(66,18,47)
#3C112B
(60,17,43)
#361027
(54,16,39)
#300F23
(48,15,35)
#2A0E1F
(42,14,31)
#240D1B
(36,13,27)
#1E0C17
(30,12,23)
#180B13
(24,11,19)
#120A0F
(18,10,15)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #481333

#481333
(72,19,51)
#582845
(88,40,69)
#683D57
(104,61,87)
#785269
(120,82,105)
#88677B
(136,103,123)
#987C8D
(152,124,141)
#A8919F
(168,145,159)
#B8A6B1
(184,166,177)
#C8BBC3
(200,187,195)
#D8D0D5
(216,208,213)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481333 color. Also use rgb(72,19,51) instead hex code.

Text Font Color

.myTextColor { color: #481333; }

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

This text font color is #481333.


Background Color

.myBgColor { background-color: #481333; }

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

This div background color is #481333.


Border color

.myBorderColor { border: 1px solid #481333; }

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

This div border color is #481333.


Opacity

.myOpacity80 { color: #481333; opacity: 0.8; }

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

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

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

This text has shadow with #481333 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #481333 on black background.


Color preview on white background

This text has color #481333 on white background.



Black color preview on #481333 background

This text has black color on #481333 background.


White color preview on #481333 background

This text has white color on #481333 background.