COLOR #481136

HEX: #481136
RGB: (72,17,54)

Color info

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

RGB color model

#481136 color RGB value is (72,17,54).

  • red value is 72;
  • green value is 17;
  • blue value is 54.
RGB:
(72,17,54)
(28%,7%,21%)

RGB channels and saturation

R 72 of 255 = 28%
G 17 of 255 = 7%
B 54 of 255 = 21%

72
17
54

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

Portions of RGB colors in percentages

R + G + B =
72 + 17 + 54 = 143 (100%)
R 72 of 143 ~ 50.35%
G 17 of 143 ~ 11.89%
B 54 of 143 ~ 37.76%

%50.35
%11.89
%37.76

CMYK color model

#481136 color CMYK value is (0,76,25,72).

  • cyan value is 0.00%
  • magenta value is 76.39%
  • yellow value is 25.00%
  • key color value is 71.76%
CMYK:
(0,76,25,72)
C0M76Y25K72 
(0%,76%,25%,72%)
(0.00/0.76/0.25/0.72)	

CMYK percentages

%0
%76.39
%25
%71.76

Codes

Color #481136 in popluar color models

481136
RGB721754
HSL320°61.80%17.45%
HSB/HSV320°76.39%28.24%
CMYK0.00%76.39%25.00%
71.76%

Color #481136 in popluar number systems.

HEX481136
Decimal721754
Binary100100010001110110
Octal1102166

Shades and tints

Shades of #481136

#481136
(72,17,54)
#421032
(66,16,50)
#3C0F2E
(60,15,46)
#360E2A
(54,14,42)
#300D26
(48,13,38)
#2A0C22
(42,12,34)
#240B1E
(36,11,30)
#1E0A1A
(30,10,26)
#180916
(24,9,22)
#120812
(18,8,18)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #481136

#481136
(72,17,54)
#582648
(88,38,72)
#683B5A
(104,59,90)
#78506C
(120,80,108)
#88657E
(136,101,126)
#987A90
(152,122,144)
#A88FA2
(168,143,162)
#B8A4B4
(184,164,180)
#C8B9C6
(200,185,198)
#D8CED8
(216,206,216)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481136 color. Also use rgb(72,17,54) instead hex code.

Text Font Color

.myTextColor { color: #481136; }

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

This text font color is #481136.


Background Color

.myBgColor { background-color: #481136; }

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

This div background color is #481136.


Border color

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

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

This div border color is #481136.


Opacity

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

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

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

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

This text has shadow with #481136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481136 on black background.


Color preview on white background

This text has color #481136 on white background.



Black color preview on #481136 background

This text has black color on #481136 background.


White color preview on #481136 background

This text has white color on #481136 background.