COLOR #481A3A

HEX: #481A3A
RGB: (72,26,58)

Color info

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

RGB color model

#481A3A color RGB value is (72,26,58).

  • red value is 72;
  • green value is 26;
  • blue value is 58.
RGB:
(72,26,58)
(28%,10%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 58 of 255 = 23%

72
26
58

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

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 58 = 156 (100%)
R 72 of 156 ~ 46.15%
G 26 of 156 ~ 16.67%
B 58 of 156 ~ 37.18%

%46.15
%16.67
%37.18

CMYK color model

#481A3A color CMYK value is (0,64,19,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 19.44%
  • key color value is 71.76%
CMYK:
(0,64,19,72)
C0M64Y19K72 
(0%,64%,19%,72%)
(0.00/0.64/0.19/0.72)	

CMYK percentages

%0
%63.89
%19.44
%71.76

Codes

Color #481A3A in popluar color models

481A3A
RGB722658
HSL318°46.94%19.22%
HSB/HSV318°63.89%28.24%
CMYK0.00%63.89%19.44%
71.76%

Color #481A3A in popluar number systems.

HEX481A3A
Decimal722658
Binary100100011010111010
Octal1103272

Shades and tints

Shades of #481A3A

#481A3A
(72,26,58)
#421835
(66,24,53)
#3C1630
(60,22,48)
#36142B
(54,20,43)
#301226
(48,18,38)
#2A1021
(42,16,33)
#240E1C
(36,14,28)
#1E0C17
(30,12,23)
#180A12
(24,10,18)
#12080D
(18,8,13)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #481A3A

#481A3A
(72,26,58)
#582E4B
(88,46,75)
#68425C
(104,66,92)
#78566D
(120,86,109)
#886A7E
(136,106,126)
#987E8F
(152,126,143)
#A892A0
(168,146,160)
#B8A6B1
(184,166,177)
#C8BAC2
(200,186,194)
#D8CED3
(216,206,211)
#E8E2E4
(232,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A3A color. Also use rgb(72,26,58) instead hex code.

Text Font Color

.myTextColor { color: #481A3A; }

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

This text font color is #481A3A.


Background Color

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

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

This div background color is #481A3A.


Border color

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

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

This div border color is #481A3A.


Opacity

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

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

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

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

This text has shadow with #481A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A3A on black background.


Color preview on white background

This text has color #481A3A on white background.



Black color preview on #481A3A background

This text has black color on #481A3A background.


White color preview on #481A3A background

This text has white color on #481A3A background.