COLOR #481A28

HEX: #481A28
RGB: (72,26,40)

Color info

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

RGB color model

#481A28 color RGB value is (72,26,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 40 of 255 = 16%

72
26
40

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

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 40 = 138 (100%)
R 72 of 138 ~ 52.17%
G 26 of 138 ~ 18.84%
B 40 of 138 ~ 28.99%

%52.17
%18.84
%28.99

CMYK color model

#481A28 color CMYK value is (0,64,44,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,64,44,72)
C0M64Y44K72 
(0%,64%,44%,72%)
(0.00/0.64/0.44/0.72)	

CMYK percentages

%0
%63.89
%44.44
%71.76

Codes

Color #481A28 in popluar color models

481A28
RGB722640
HSL342°46.94%19.22%
HSB/HSV342°63.89%28.24%
CMYK0.00%63.89%44.44%
71.76%

Color #481A28 in popluar number systems.

HEX481A28
Decimal722640
Binary100100011010101000
Octal1103250

Shades and tints

Shades of #481A28

#481A28
(72,26,40)
#421825
(66,24,37)
#3C1622
(60,22,34)
#36141F
(54,20,31)
#30121C
(48,18,28)
#2A1019
(42,16,25)
#240E16
(36,14,22)
#1E0C13
(30,12,19)
#180A10
(24,10,16)
#12080D
(18,8,13)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #481A28

#481A28
(72,26,40)
#582E3B
(88,46,59)
#68424E
(104,66,78)
#785661
(120,86,97)
#886A74
(136,106,116)
#987E87
(152,126,135)
#A8929A
(168,146,154)
#B8A6AD
(184,166,173)
#C8BAC0
(200,186,192)
#D8CED3
(216,206,211)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481A28; }

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

This text font color is #481A28.


Background Color

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

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

This div background color is #481A28.


Border color

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

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

This div border color is #481A28.


Opacity

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

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

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

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

This text has shadow with #481A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A28 on black background.


Color preview on white background

This text has color #481A28 on white background.



Black color preview on #481A28 background

This text has black color on #481A28 background.


White color preview on #481A28 background

This text has white color on #481A28 background.