COLOR #481B1A

HEX: #481B1A
RGB: (72,27,26)

Color info

#481B1A contains red, green and blue colors in about the same proportion. Web safe color of #481B1A is #333300 (or #330).

RGB color model

#481B1A color RGB value is (72,27,26).

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

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 26 of 255 = 10%

72
27
26

R + G + B ~ 16%. #481B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 27 + 26 = 125 (100%)
R 72 of 125 ~ 57.6%
G 27 of 125 ~ 21.6%
B 26 of 125 ~ 20.8%

%57.6
%21.6
%20.8

CMYK color model

#481B1A color CMYK value is (0,63,64,72).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,63,64,72)
C0M63Y64K72 
(0%,63%,64%,72%)
(0.00/0.63/0.64/0.72)	

CMYK percentages

%0
%62.5
%63.89
%71.76

Codes

Color #481B1A in popluar color models

481B1A
RGB722726
HSL46.94%19.22%
HSB/HSV63.89%28.24%
CMYK0.00%62.50%63.89%
71.76%

Color #481B1A in popluar number systems.

HEX481B1A
Decimal722726
Binary10010001101111010
Octal1103332

Shades and tints

Shades of #481B1A

#481B1A
(72,27,26)
#421918
(66,25,24)
#3C1716
(60,23,22)
#361514
(54,21,20)
#301312
(48,19,18)
#2A1110
(42,17,16)
#240F0E
(36,15,14)
#1E0D0C
(30,13,12)
#180B0A
(24,11,10)
#120908
(18,9,8)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #481B1A

#481B1A
(72,27,26)
#582F2E
(88,47,46)
#684342
(104,67,66)
#785756
(120,87,86)
#886B6A
(136,107,106)
#987F7E
(152,127,126)
#A89392
(168,147,146)
#B8A7A6
(184,167,166)
#C8BBBA
(200,187,186)
#D8CFCE
(216,207,206)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481B1A; }

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

This text font color is #481B1A.


Background Color

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

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

This div background color is #481B1A.


Border color

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

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

This div border color is #481B1A.


Opacity

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

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

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

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

This text has shadow with #481B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481B1A on black background.


Color preview on white background

This text has color #481B1A on white background.



Black color preview on #481B1A background

This text has black color on #481B1A background.


White color preview on #481B1A background

This text has white color on #481B1A background.